Searched refs:LC_DYLD_INFO_ONLY (Results 1 - 18 of 18) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h286 #define LC_DYLD_INFO_ONLY (0x22|LC_REQ_DYLD) /* compressed dyld information only */ macro
1214 uint32_t cmd; /* LC_DYLD_INFO or LC_DYLD_INFO_ONLY */
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexmacosx.c662 case LC_DYLD_INFO_ONLY:
663 printf("LC_DYLD_INFO_ONLY ");
1018 /* Copy a LC_DYLD_INFO_ONLY load command from the input file to the output
1041 unexec_error ("cannot write LC_DYLD_INFO_ONLY command to header");
1244 case LC_DYLD_INFO_ONLY:
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c662 case LC_DYLD_INFO_ONLY:
663 printf("LC_DYLD_INFO_ONLY ");
1018 /* Copy a LC_DYLD_INFO_ONLY load command from the input file to the output
1041 unexec_error ("cannot write LC_DYLD_INFO_ONLY command to header");
1244 case LC_DYLD_INFO_ONLY:
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h286 #define LC_DYLD_INFO_ONLY (0x22|LC_REQ_DYLD) /* compressed dyld information only */ 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)){
H A Dswap_headers.c1169 case LC_DYLD_INFO_ONLY:
1671 case LC_DYLD_INFO_ONLY:
H A Dofile.c4238 case LC_DYLD_INFO_ONLY:
4243 "LC_DYLD_INFO_ONLY", i);
/macosx-10.9.5/dyld-239.4/launch-cache/
H A DMachOLayout.hpp508 case LC_DYLD_INFO_ONLY:
H A Ddsc_extractor.cpp116 else if ( cmd->cmd() == LC_DYLD_INFO_ONLY ) {
H A Ddyld_shared_cache_util.cpp231 if ( cmd->cmd() == LC_DYLD_INFO_ONLY ) {
H A DMachOBinder.hpp201 case LC_DYLD_INFO_ONLY:
H A DMachORebaser.hpp160 case LC_DYLD_INFO_ONLY:
H A Dupdate_dyld_shared_cache.cpp1529 case LC_DYLD_INFO_ONLY:
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachO.cpp143 case LC_DYLD_INFO_ONLY:
404 case LC_DYLD_INFO_ONLY:
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_object.c660 case LC_DYLD_INFO_ONLY:
945 case LC_DYLD_INFO_ONLY:
/macosx-10.9.5/cctools-845/misc/
H A Dpagestuff.c554 else if(dyld_info == NULL && lc->cmd == LC_DYLD_INFO_ONLY){
H A Dstrip.c4143 case LC_DYLD_INFO_ONLY:
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c2211 case LC_DYLD_INFO_ONLY:
3653 printf(" cmd LC_DYLD_INFO_ONLY\n");

Completed in 327 milliseconds