Searched refs:LC_DYSYMTAB (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.9.5/cctools-845/misc/
H A Dseg_hack.c161 else if(lc->cmd == LC_DYSYMTAB){
233 else if(lc->cmd == LC_DYSYMTAB){
H A Dcmpdylib.c371 else if(old_dyst == NULL && lc->cmd == LC_DYSYMTAB){
449 else if(new_dyst == NULL && lc->cmd == LC_DYSYMTAB){
H A Dinstall_name_tool.c1026 case LC_DYSYMTAB:
H A Dsegedit.c606 case LC_DYSYMTAB:
608 "LC_DYSYMTAB load command as in: %s", input);
/macosx-10.9.5/Csu-79/
H A Dlazy_dylib_loader.c152 case LC_DYSYMTAB:
/macosx-10.9.5/dyld-239.4/src/
H A DdyldInitialization.cpp170 case LC_DYSYMTAB:
H A DImageLoaderMachOCompressed.cpp1118 case LC_DYSYMTAB:
1497 case LC_DYSYMTAB:
1622 else if ( cmd->cmd == LC_DYSYMTAB ) {
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexnext.c324 case LC_DYSYMTAB:
H A Dunexmacosx.c593 case LC_DYSYMTAB:
594 printf("LC_DYSYMTAB ");
1124 /* Copy a LC_DYSYMTAB load command from the input file to the output
1238 case LC_DYSYMTAB:
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A Dmacho_util.c350 if (cmd == LC_DYSYMTAB) {
1090 case LC_DYSYMTAB:
1184 case LC_DYSYMTAB:
/macosx-10.9.5/cctools-845/efitools/
H A Dmakerelocs.c191 else if(dyst == NULL && lc->cmd == LC_DYSYMTAB){
/macosx-10.9.5/objc4-551.1/
H A Dmarkgc.c298 case LC_DYSYMTAB: if (debug) printf("...symtab\n"); break;
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h254 #define LC_DYSYMTAB 0xb /* dynamic link-edit symbol table info */ macro
882 uint32_t cmd; /* LC_DYSYMTAB */
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c593 case LC_DYSYMTAB:
594 printf("LC_DYSYMTAB ");
1124 /* Copy a LC_DYSYMTAB load command from the input file to the output
1238 case LC_DYSYMTAB:
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h254 #define LC_DYSYMTAB 0xb /* dynamic link-edit symbol table info */ macro
883 uint32_t cmd; /* LC_DYSYMTAB */
/macosx-10.9.5/cctools-845/libstuff/
H A Dcheckout.c113 else if(lc->cmd == LC_DYSYMTAB){
116 "LC_DYSYMTAB load command): ");
203 "load command present without an LC_DYSYMTAB load command):");
207 "load command's nhints does not match LC_DYSYMTAB load "
H A Dswap_headers.c180 case LC_DYSYMTAB:
184 "(LC_DYSYMTAB command %lu has incorrect cmdsize", i);
1231 case LC_DYSYMTAB:
H A Dofile.c2443 else if(lc->cmd == LC_DYSYMTAB){
2534 else if(lc->cmd == LC_DYSYMTAB){
2636 else if(lc->cmd == LC_DYSYMTAB){
3797 case LC_DYSYMTAB:
3799 Mach_O_error(ofile, "malformed object (LC_DYSYMTAB cmdsize "
3805 "LC_DYSYMTAB command)");
3812 Mach_O_error(ofile, "malformed object (LC_DYSYMTAB command "
3818 "field of LC_DYSYMTAB command %u extends past the end "
3828 "_of_contents) of LC_DYSYMTAB command %u extends past "
3838 "(modtaboff field of LC_DYSYMTAB comman
[all...]
/macosx-10.9.5/dyld-239.4/launch-cache/
H A DMachOLayout.hpp504 case LC_DYSYMTAB:
H A Ddsc_extractor.cpp133 else if ( cmd->cmd() == LC_DYSYMTAB ) {
155 fprintf(stderr, "LC_DYSYMTAB not found\n");
H A DMachOBinder.hpp184 case LC_DYSYMTAB:
214 throw "no LC_DYSYMTAB";
819 case LC_DYSYMTAB:
H A DMachORebaser.hpp156 case LC_DYSYMTAB:
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Di386_vm_init.c221 if (loadcmd->cmd == LC_DYSYMTAB) {
/macosx-10.9.5/cctools-845/cbtlibs/
H A Dlibsyminfo.c473 else if(dyst == NULL && lc->cmd == LC_DYSYMTAB){
/macosx-10.9.5/cctools-845/as/
H A Dwrite_object.c327 dynamic_symbol_table.cmd = LC_DYSYMTAB;

Completed in 364 milliseconds

12