Searched refs:LC_DYLD_INFO (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h285 #define LC_DYLD_INFO 0x22 /* compressed dyld information */ macro
1214 uint32_t cmd; /* LC_DYLD_INFO or LC_DYLD_INFO_ONLY */
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h285 #define LC_DYLD_INFO 0x22 /* compressed dyld information */ macro
1215 uint32_t cmd; /* LC_DYLD_INFO or LC_DYLD_INFO_ONLY */
/macosx-10.9.5/cctools-845/libstuff/
H A Dcheckout.c158 else if((lc->cmd == LC_DYLD_INFO) ||(lc->cmd == LC_DYLD_INFO_ONLY)){
161 "LC_DYLD_INFO load command): ");
H A Dswap_headers.c1168 case LC_DYLD_INFO:
1173 "(LC_DYLD_INFO command %lu has incorrect "
1670 case LC_DYLD_INFO:
H A Dofile.c4237 case LC_DYLD_INFO:
4242 LC_DYLD_INFO ? "LC_DYLD_INFO" :
4251 Mach_O_error(ofile, "malformed object (LC_DYLD_INFO"
4257 "(rebase_off field of LC_DYLD_INFO command %u "
4266 "(rebase_off plus rebase_size of LC_DYLD_INFO "
4277 "(bind_off field of LC_DYLD_INFO command %u "
4286 "(bind_off plus bind_size of LC_DYLD_INFO command "
4298 "(weak_bind_off field of LC_DYLD_INFO command %u "
4307 "(weak_bind_off plus weak_bind_size of LC_DYLD_INFO"
[all...]
/macosx-10.9.5/dyld-239.4/launch-cache/
H A DMachOLayout.hpp507 case LC_DYLD_INFO:
H A DMachOBinder.hpp200 case LC_DYLD_INFO:
H A DMachORebaser.hpp159 case LC_DYLD_INFO:
H A Dupdate_dyld_shared_cache.cpp1528 case LC_DYLD_INFO:
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachO.cpp142 case LC_DYLD_INFO:
239 throw "missing LC_DYLD_INFO load command";
271 throw "missing LC_DYLD_INFO load command";
291 throw "missing LC_DYLD_INFO load command";
310 throw "missing LC_DYLD_INFO load command";
403 case LC_DYLD_INFO:
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexmacosx.c659 case LC_DYLD_INFO:
660 printf("LC_DYLD_INFO ");
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c659 case LC_DYLD_INFO:
660 printf("LC_DYLD_INFO ");
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_object.c659 case LC_DYLD_INFO:
944 case LC_DYLD_INFO:
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c2210 case LC_DYLD_INFO:
3640 * print an LC_DYLD_INFO command. The dyld_info_command structure
3650 if(dc->cmd == LC_DYLD_INFO)
3651 printf(" cmd LC_DYLD_INFO\n");
/macosx-10.9.5/cctools-845/misc/
H A Dstrip.c4144 case LC_DYLD_INFO:

Completed in 241 milliseconds