Searched refs:LC_FUNCTION_STARTS (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h290 #define LC_FUNCTION_STARTS 0x26 /* compressed table of function start addresses */ macro
1158 LC_FUNCTION_STARTS, LC_DATA_IN_CODE,
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexmacosx.c674 case LC_FUNCTION_STARTS:
675 printf("LC_FUNCTION_STARTS ");
1249 case LC_FUNCTION_STARTS:
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c674 case LC_FUNCTION_STARTS:
675 printf("LC_FUNCTION_STARTS ");
1249 case LC_FUNCTION_STARTS:
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h290 #define LC_FUNCTION_STARTS 0x26 /* compressed table of function start addresses */ macro
1159 LC_FUNCTION_STARTS, LC_DATA_IN_CODE,
/macosx-10.9.5/cctools-845/libstuff/
H A Dcheckout.c137 else if(lc->cmd == LC_FUNCTION_STARTS){
140 "LC_FUNCTION_STARTS load command): ");
H A Dswap_headers.c1072 case LC_FUNCTION_STARTS:
1076 "(LC_FUNCTION_STARTS command %lu has incorrect "
1643 case LC_FUNCTION_STARTS:
H A Dofile.c4043 case LC_FUNCTION_STARTS:
4044 cmd_name = "LC_FUNCTION_STARTS";
/macosx-10.9.5/dyld-239.4/launch-cache/
H A Ddsc_extractor.cpp136 else if ( cmd->cmd() == LC_FUNCTION_STARTS ) {
H A DMachOFileAbstraction.hpp76 #ifndef LC_FUNCTION_STARTS
77 #define LC_FUNCTION_STARTS 0x26 macro
H A Dupdate_dyld_shared_cache.cpp73 #ifndef LC_FUNCTION_STARTS
74 #define LC_FUNCTION_STARTS 0x26 macro
1532 case LC_FUNCTION_STARTS:
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_object.c661 case LC_FUNCTION_STARTS:
946 case LC_FUNCTION_STARTS:
/macosx-10.9.5/cctools-845/misc/
H A Dinstall_name_tool.c1053 case LC_FUNCTION_STARTS:
H A Dpagestuff.c566 else if(func_starts == NULL && lc->cmd == LC_FUNCTION_STARTS){
H A Dstrip.c4128 case LC_FUNCTION_STARTS:
4249 case LC_FUNCTION_STARTS:
H A Dredo_prebinding.c9290 case LC_FUNCTION_STARTS:
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c2155 case LC_FUNCTION_STARTS:
3386 else if(ld->cmd == LC_FUNCTION_STARTS)
3387 printf(" cmd LC_FUNCTION_STARTS\n");

Completed in 221 milliseconds