Searched refs:SECT_TEXT (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/cctools-845/libmacho/
H A Dget_end.c125 sp = getsectbyname(SEG_TEXT, SECT_TEXT);
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXDebug.c106 if (strcmp(s->sectname, SECT_TEXT) == 0) {
/macosx-10.9.5/cctools-845/gprof/
H A Dgetnfile.c187 if(strcmp(s->sectname, SECT_TEXT) == 0 &&
201 if(strcmp(s64->sectname, SECT_TEXT) == 0 &&
238 if(strcmp(s->sectname, SECT_TEXT) == 0 &&
874 if(strcmp(s->sectname, SECT_TEXT) == 0 &&
888 if(strcmp(s64->sectname, SECT_TEXT) == 0 &&
/macosx-10.9.5/cctools-845/misc/
H A Dstrings.c393 (strcmp(s->sectname, SECT_TEXT) != 0 ||
431 (strcmp(s64->sectname, SECT_TEXT) != 0 ||
H A Dnm.c584 if(strcmp((s + j)->sectname, SECT_TEXT) == 0 &&
611 if(strcmp((s64 + j)->sectname, SECT_TEXT) == 0 &&
/macosx-10.9.5/dtrace-118.1/libelf/
H A Dclscook.c61 {SECT_TEXT, ".text", "non-SEG_TEXT .text" },
121 if (0 == strcmp(sectname, SECT_TEXT))
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXDebug.c569 if (strcmp(s->sectname, SECT_TEXT) == 0) {
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h562 #define SECT_TEXT "__text" /* the real text part of the text */ macro
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h563 #define SECT_TEXT "__text" /* the real text part of the text */ macro
/macosx-10.9.5/cctools-845/otool/
H A Dmain.c525 strcmp(sectname, SECT_TEXT) == 0){
1187 (void)get_sect_info(SEG_TEXT, SECT_TEXT, ofile->load_commands,
1235 printf("(%s,%s) section\n", SEG_TEXT, SECT_TEXT);

Completed in 114 milliseconds