Searched refs:getsectiondata (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/cctools-845/include/mach-o/
H A Dgetsect.h61 extern uint8_t *getsectiondata(
83 extern uint8_t *getsectiondata(
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-file.mm34 getsectiondata(hi->mhdr, SEG_DATA, sectname, &byteCount); \
57 getsectiondata(mhdr, SEG_DATA, "__objc_imageinfo", &byteCount);
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);
/macosx-10.9.5/Libc-997.90.3/os/
H A Dassumes.c152 uint8_t *data = getsectiondata(hdr, OS_ASSUMES_REDIRECT_SEG, OS_ASSUMES_REDIRECT_SECT, &size);
154 data = getsectiondata(hdr, "__TEXT", OSX_ASSUMES_LOG_REDIRECT_SECT_NAME, &size);
/macosx-10.9.5/cctools-845/libmacho/
H A Dgetsecbyname.c263 getsectiondata( function
349 getsectiondata( function
/macosx-10.9.5/launchd-842.92.1/support/
H A Dlaunchctl.c1717 data = getsectiondata(image_info.dli_fbase, "__TEXT", "__xpcd_cache", &sz);

Completed in 151 milliseconds