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

/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1428 uint64_t entryoff; /* file (__TEXT) offset of main() */ member in struct:entry_point_command
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h1440 uint64_t entryoff; /* file (__TEXT) offset of main() */ member in struct:entry_point_command
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoader.h79 uint64_t entryoff; /* file (__TEXT) offset of main() */ member in struct:entry_point_command
H A DImageLoaderMachO.cpp884 void* entry = (void*)(mainCmd->entryoff + (char*)fMachOData);
889 throw "LC_MAIN entryoff is out of range";
/macosx-10.9.5/cctools-845/libstuff/
H A Dbytesex.c2601 ep->entryoff = SWAP_LONG_LONG(ep->entryoff);
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c3501 printf(" entryoff %llu\n", ep->entryoff);

Completed in 256 milliseconds