Searched refs:nsects (Results 1 - 25 of 82) sorted by relevance

1234

/macosx-10.9.5/xnu-2422.115.4/SETUP/setsegname/
H A Dsetsegname.c132 uint32_t nsects = 0; local
204 nsects = 0;
211 nsects = segcmd->nsects;
221 nsects = segcmd->nsects;
229 nsects = OSSwapInt32(nsects);
230 while (nsects--) {
/macosx-10.9.5/objc4-551.1/
H A Dmarkgc.c203 seg->nsects = OSSwapInt32(seg->nsects);
205 if (debug) printf("segment name: %s, nsects %d\n", seg->segname, seg->nsects);
210 for (uint32_t nsects = 0; nsects < seg->nsects; ++nsects) {
213 dosect32(start, sect + nsects, needsFlip, gcip);
223 seg->nsects
[all...]
/macosx-10.9.5/cctools-845/libmacho/
H A Dgetsecbyname.c75 for(j = 0; j < sgp->nsects; j++){
113 for(j = 0; j < sgp->nsects; j++){
166 swap_section(sp, sgp->nsects, NX_BigEndian);
168 swap_section(sp, sgp->nsects, NX_LittleEndian);
172 for(j = 0; j < sgp->nsects; j++){
280 if(zero == 0 && sgp->fileoff == 0 && sgp->nsects != 0){
289 for(j = 0; j < sgp->nsects; j++){
326 if(zero == 0 && sgp->fileoff == 0 && sgp->nsects != 0){
366 if(zero == 0 && sgp->fileoff == 0 && sgp->nsects != 0){
375 for(j = 0; j < sgp->nsects;
[all...]
H A Dswap.c107 sg->nsects = OSSwapInt32(sg->nsects);
125 sg->nsects = OSSwapInt32(sg->nsects);
132 uint32_t nsects,
137 for(i = 0; i < nsects; i++){
155 uint32_t nsects,
160 for(i = 0; i < nsects; i++){
130 swap_section( struct section *s, uint32_t nsects, enum NXByteOrder target_byte_sex) argument
153 swap_section_64( struct section_64 *s, uint32_t nsects, enum NXByteOrder target_byte_sex) argument
/macosx-10.9.5/cctools-845/misc/
H A Dsegedit.c352 swap_section(sp, sgp->nsects, host_byte_sex);
361 swap_section_64(sp64, sgp64->nsects, host_byte_sex);
403 for(j = 0; j < sgp->nsects; j++){
413 for(j = 0; j < sgp64->nsects; j++){
480 uint32_t i, j, k, l, errors, nsegs, nsects, high_reloc_seg; local
509 nsects = 0;
530 nsects += sgp->nsects;
552 for(j = 0; j < sgp->nsects; j++){
565 nsects
[all...]
H A Dsize.c273 for(j = 0; j < sg->nsects; j++){
291 if(sg->nsects > 0){
318 for(j = 0; j < sg64->nsects; j++){
337 if(sg64->nsects > 0){
363 for(j = 0; j < sg->nsects; j++){
391 for(j = 0; j < sg64->nsects; j++){
H A Dctf_insert.c501 if(sg->nsects != 0){
502 for(j = 0; j < sg->nsects; j++){
525 if(sg64->nsects != 0){
526 for(j = 0; j < sg64->nsects; j++){
570 sg_CTF->nsects = 1;
605 sg64_CTF->nsects = 1;
H A Dstrip.c1078 for(j = 0; j < sg->nsects; j++){
1114 for(j = 0; j < sg64->nsects; j++){
1911 for(j = 0; j < sg->nsects; j++){
1949 for(j = 0; j < sg64->nsects; j++){
2058 for(j = 0; j < sg->nsects; j++){
2084 for(j = 0; j < sg64->nsects; j++){
2544 unsigned char nsects; local
2604 for(j = 0; j < sg->nsects; j++){
2616 for(j = 0; j < sg64->nsects; j++){
2664 nsects
4411 unsigned char data_n_sect, nsects; local
[all...]
H A Dnm.c146 uint32_t nsects; /* For printing the symbol types, the number */ member in struct:process_flags
508 process_flags.nsects = 0;
543 process_flags.nsects += sg->nsects;
547 process_flags.nsects += sg64->nsects;
563 if(process_flags.nsects > 0){
567 process_flags.nsects);
573 process_flags.nsects);
583 for(j = 0; j < sg->nsects;
[all...]
/macosx-10.9.5/cctools-845/libstuff/
H A Dofile_get_word.c50 for(j = 0 ; j < sg->nsects ; j++){
78 for(j = 0 ; j < sg64->nsects ; j++){
H A Dwriteout.c886 uint32_t i, j, k, r, s, nsects; local
918 nsects = 0;
927 nsects += sg->nsects;
931 nsects += sg64->nsects;
936 object->sections = allocate(nsects *
942 object->sections64 = allocate(nsects *
945 nsects = 0;
952 for(k = 0; k < sg->nsects;
[all...]
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_seg.c93 rval = kxld_array_init(&seg->sects, sizeof(KXLDSect *), src->nsects);
122 rval = kxld_array_init(&seg->sects, sizeof(KXLDSect *), src->nsects);
275 u_int nsects = 0; local
327 nsects = sect_end - sect_start;
329 if (!nsects) continue;
348 for (j = 0; j < nsects; ++j) {
372 for (i = 0; i < nsects; ++i) {
654 seghdr->nsects = seg->sects.nitems;
694 seghdr->nsects = seg->sects.nitems;
H A Dkxld_util.c355 if (swap) swap_section(sects, seg_hdr->nsects, host_order);
366 for (j = 0; j < seg_hdr->nsects; ++j) {
524 if (swap) swap_section_64(sects, seg_hdr->nsects, host_order);
535 for (j = 0; j < seg_hdr->nsects; ++j) {
657 swap_section(sects, seg_hdr->nsects, target_order);
713 swap_section_64(sects, seg_hdr->nsects, target_order);
H A Dkxld_object.c517 u_int nsects = 0; local
541 nsects += seg_hdr->nsects;
555 nsects += seg_hdr->nsects;
570 rval = kxld_array_init(&object->sects, sizeof(KXLDSect), nsects);
841 u_int nsects = 0; local
891 nsects = seg_hdr->nsects;
920 nsects
1304 u_int nsects = object->sects.nitems; local
[all...]
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dswap.h69 uint32_t nsects,
74 uint32_t nsects,
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-file.mm90 for (i = 0; i < seg->nsects; i++) {
H A Dobjc-file-old.mm147 for (i = 0; i < seg->nsects; i++) {
/macosx-10.9.5/xnu-2422.115.4/libkern/
H A Dkernel_mach_header.c191 for(j = 0; j < sgp->nsects; j++){
319 if (!sgp || sgp->nsects == 0)
336 if (((uintptr_t)(sp - fsp) + 1) >= sgp->nsects)
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dmach-o.c386 bfd_h_put_32 (abfd, seg->nsects, buf + 40);
418 for (i = 0; i < seg->nsects; i++)
773 if ((section > 0) && (section <= mdata->nsects))
785 s->name, section, mdata->nsects);
1275 seg->nsects = bfd_h_get_32 (abfd, buf + 40);
1297 if (seg->nsects != 0)
1299 seg->sections = bfd_alloc (abfd, seg->nsects * sizeof (bfd_mach_o_section));
1303 for (i = 0; i < seg->nsects; i++)
1396 mdata->nsects = 0;
1405 mdata->nsects
[all...]
H A Dmach-o.h213 unsigned long nsects; member in struct:bfd_mach_o_segment_command
458 unsigned long nsects; member in struct:mach_o_data_struct
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXDebug.c98 uint32_t k, ns = sg->nsects;
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c264 uint32_t nsects,
1862 sg.maxprot, sg.initprot, sg.nsects, sg.flags,
1865 for(j = 0 ; j < sg.nsects ; j++){
1898 sg64.maxprot, sg64.initprot, sg64.nsects, sg64.flags,
1901 for(j = 0 ; j < sg64.nsects ; j++){
2429 uint32_t nsects,
2438 expected_cmdsize = nsects;
2444 expected_cmdsize = nsects;
2512 printf(" nsects %u\n", nsects);
2419 print_segment_command( uint32_t cmd, uint32_t cmdsize, char *segname, uint64_t vmaddr, uint64_t vmsize, uint64_t fileoff, uint64_t filesize, vm_prot_t maxprot, vm_prot_t initprot, uint32_t nsects, uint32_t flags, uint32_t object_size, enum bool verbose) argument
5924 uint32_t i, j, k, left, size, nsects; local
6124 print_relocs( unsigned reloff, unsigned nreloc, struct reloc_section_info *sect_rel, uint32_t nsects, enum bool swapped, cpu_type_t cputype, char *object_addr, uint32_t object_size, struct nlist *symbols, struct nlist_64 *symbols64, uint32_t nsymbols, char *strings, uint32_t strings_size, enum bool verbose) argument
6940 uint32_t i, j, k, left, size, nsects, n, count, stride, section_type; local
[all...]
/macosx-10.9.5/cctools-845/as/
H A Dwrite_object.c147 uint32_t i, j, nsects, nsyms, strsize, nindirectsyms; local
188 nsects = 0;
193 nsects++;
222 if(nsects != 0){
225 nsects * sizeof(section_t);
248 nsects * sizeof(section_t);
257 reloc_segment.nsects = nsects;
404 if(nsects != 0){
/macosx-10.9.5/dyld-239.4/src/
H A DthreadLocalVariables.c193 const macho_section* const sectionsEnd = &sectionsStart[seg->nsects];
235 const macho_section* const sectionsEnd = &sectionsStart[seg->nsects];
281 const macho_section* const sectionsEnd = &sectionsStart[seg->nsects];
/macosx-10.9.5/cctools-845/include/stuff/
H A Dbytesex.h122 uint32_t nsects,
127 uint32_t nsects,

Completed in 231 milliseconds

1234