Searched refs:LC_SYMTAB (Results 1 - 25 of 54) sorted by relevance

123

/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXDebug.c115 } else if (!st && lc->cmd == LC_SYMTAB) {
/macosx-10.9.5/cctools-845/gprof/
H A Dgetnfile.c224 if(lib_st == NULL && lib_lc->cmd == LC_SYMTAB){
261 else if(st == NULL && lc->cmd == LC_SYMTAB){
329 if(lib_st == NULL && lib_lc->cmd == LC_SYMTAB){
422 if(st == NULL && lc->cmd == LC_SYMTAB){
451 if(st == NULL && lc->cmd == LC_SYMTAB){
529 if(st == NULL && lc->cmd == LC_SYMTAB){
585 if(st == NULL && lc->cmd == LC_SYMTAB){
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_util.c395 case LC_SYMTAB:
564 case LC_SYMTAB:
660 case LC_SYMTAB:
716 case LC_SYMTAB:
/macosx-10.9.5/cctools-845/misc/
H A Dseg_hack.c154 if(lc->cmd == LC_SYMTAB){
226 if(lc->cmd == LC_SYMTAB){
H A Dcmpdylib.c368 if(old_st == NULL && lc->cmd == LC_SYMTAB){
446 if(new_st == NULL && lc->cmd == LC_SYMTAB){
H A Dsegedit.c363 case LC_SYMTAB:
597 case LC_SYMTAB:
1068 case LC_SYMTAB:
/macosx-10.9.5/Csu-79/
H A Dlazy_dylib_loader.c145 case LC_SYMTAB:
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A Dmacho_util.c273 if (cmd == LC_SYMTAB) {
1089 case LC_SYMTAB:
1180 case LC_SYMTAB:
1267 if (lc->cmd == LC_SYMTAB) {
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dnlist.c271 if (lcp->cmd == LC_SYMTAB) {
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexnext.c313 case LC_SYMTAB:
H A Dunexmacosx.c87 symbol table (specified by the LC_SYMTAB load command) will have to
584 case LC_SYMTAB:
585 printf("LC_SYMTAB ");
998 /* Copy a LC_SYMTAB load command from the input file to the output
1013 unexec_error ("cannot write LC_SYMTAB command to header");
1235 case LC_SYMTAB:
/macosx-10.9.5/cctools-845/efitools/
H A Dmakerelocs.c188 if(st == NULL && lc->cmd == LC_SYMTAB){
/macosx-10.9.5/objc4-551.1/
H A Dmarkgc.c297 case LC_SYMTAB: if (debug) printf("...dynamic symtab\n"); break;
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXDebug.c578 } else if (!st && lc->cmd == LC_SYMTAB) {
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h245 #define LC_SYMTAB 0x2 /* link-edit stab symbol table info */ macro
833 uint32_t cmd; /* LC_SYMTAB */
886 * The symbols indicated by symoff and nsyms of the LC_SYMTAB load command
/macosx-10.9.5/dtrace-118.1/libelf/
H A Dbegin.c384 case LC_SYMTAB:
490 case LC_SYMTAB:
H A Dclscook.c629 case LC_SYMTAB:
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c87 symbol table (specified by the LC_SYMTAB load command) will have to
584 case LC_SYMTAB:
585 printf("LC_SYMTAB ");
998 /* Copy a LC_SYMTAB load command from the input file to the output
1013 unexec_error ("cannot write LC_SYMTAB command to header");
1235 case LC_SYMTAB:
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dmacho++.cpp200 /* There should be either an LC_SEGMENT, an LC_SEGMENT_64, or an LC_SYMTAB
221 } else if (cmd_type == LC_SYMTAB) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dmacho++.cpp200 /* There should be either an LC_SEGMENT, an LC_SEGMENT_64, or an LC_SYMTAB
221 } else if (cmd_type == LC_SYMTAB) {
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h245 #define LC_SYMTAB 0x2 /* link-edit stab symbol table info */ macro
834 uint32_t cmd; /* LC_SYMTAB */
887 * The symbols indicated by symoff and nsyms of the LC_SYMTAB load command
/macosx-10.9.5/cctools-845/libstuff/
H A Dcheckout.c107 if(lc->cmd == LC_SYMTAB){
110 "LC_SYMTAB load command): ");
/macosx-10.9.5/dyld-239.4/launch-cache/
H A DMachOLayout.hpp501 case LC_SYMTAB:
H A Ddsc_extractor.cpp130 else if ( cmd->cmd() == LC_SYMTAB ) {
151 fprintf(stderr, "LC_SYMTAB not found\n");
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/
H A Dsdt.c563 else if (cmd->cmd == LC_SYMTAB)

Completed in 251 milliseconds

123