Searched refs:SEG_OBJC (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-file-old.mm77 getsectiondata(hi->mhdr, SEG_OBJC, sectname, &byteCount); \
94 getsectiondata(mhdr, SEG_OBJC, "__image_info", &byteCount);
105 getsectiondata(hi->mhdr, SEG_OBJC, "__protocol", &size);
H A Dobjc-os.mm301 const uint8_t *objc_segment = getsegmentdata(mhdr,SEG_OBJC,&seg_size);
/macosx-10.9.5/cctools-845/otool/
H A Dprint_objc.c547 printf("can't print objective-C information no (" SEG_OBJC ","
587 printf(" name 0x%08x (not in an " SEG_OBJC
596 printf(" symtab 0x%08x (not in an " SEG_OBJC
602 printf("\tsymtab extends past end of an " SEG_OBJC
610 printf("\trefs 0x%08x (not in an " SEG_OBJC " section)\n",
644 printf(" (not in an " SEG_OBJC " section)\n");
656 printf(" (not in an " SEG_OBJC " section)\n");
668 printf(" (not in an " SEG_OBJC " section)\n");
722 printf(" (not in an " SEG_OBJC
735 printf(" (not in an " SEG_OBJC
[all...]
H A Dprint_objc2_64bit.c1638 printf("Contents of (" SEG_OBJC ",%s) section\n", sectname);
1652 o = get_section_64(info.sections, info.nsections, SEG_OBJC, sectname);
H A Dmain.c1303 if(strcmp(segname, SEG_OBJC) == 0 &&
1309 else if(strcmp(segname, SEG_OBJC) == 0 &&
1326 else if(strcmp(segname, SEG_OBJC) == 0 &&
/macosx-10.9.5/cctools-845/misc/
H A Dsize.c368 else if(strcmp(s->segname, SEG_OBJC) == 0)
380 else if(strcmp(sg->segname, SEG_OBJC) == 0)
396 else if(strcmp(s64->segname, SEG_OBJC) == 0)
408 else if(strcmp(sg64->segname, SEG_OBJC) == 0)
H A Dredo_prebinding.c5583 if(strcmp(sg->segname, SEG_OBJC) == 0){
/macosx-10.9.5/cctools-845/ld/
H A Dspecs.c296 strcmp(ms->s.segname, SEG_OBJC) == 0 &&
299 SEG_OBJC "," SECT_OBJC_MODULES ") can't be "
H A Dsections.c463 strcmp(s->segname, SEG_OBJC) == 0 &&
H A Dsymbols.c8536 ms = lookup_merged_section(SEG_OBJC, SECT_OBJC_MODULES);
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h578 #define SEG_OBJC "__OBJC" /* objective-C runtime segment */ macro
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h579 #define SEG_OBJC "__OBJC" /* objective-C runtime segment */ macro
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc-runtime-compat.m61 ((char *)getsectdatafromheader(mh, SEG_OBJC, "__protocol", &size)) +
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc-runtime-compat.m61 ((char *)getsectdatafromheader(mh, SEG_OBJC, "__protocol", &size)) +

Completed in 371 milliseconds