Searched refs:SECT_BSS (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/dtrace-118.1/libelf/
H A Dclscook.c63 {SECT_BSS, ".bss", "non-SEG_DATA .bss" },
125 else if (0 == strcmp(sectname, SECT_BSS))
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h573 #define SECT_BSS "__bss" /* the real uninitialized data section*/ macro
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h574 #define SECT_BSS "__bss" /* the real uninitialized data section*/ macro
/macosx-10.9.5/cctools-845/efitools/
H A Dmtoc.c616 strcmp(s->sectname, SECT_BSS) == 0){
828 else if(strcmp(s->sectname, SECT_BSS) == 0){
1839 if(strcmp(s->sectname, SECT_BSS) == 0){
/macosx-10.9.5/cctools-845/misc/
H A Dnm.c590 else if(strcmp((s + j)->sectname, SECT_BSS) == 0 &&
617 else if(strcmp((s64 + j)->sectname, SECT_BSS) == 0 &&
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexmacosx.c911 if (strncmp (sectp->sectname, SECT_BSS, 16) == 0) {
933 printf("copy SECT_BSS\n");
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c911 if (strncmp (sectp->sectname, SECT_BSS, 16) == 0) {
933 printf("copy SECT_BSS\n");
/macosx-10.9.5/cctools-845/as/
H A Dread.c2184 bss = section_new(SEG_DATA, SECT_BSS, S_ZEROFILL, 0, 0);

Completed in 205 milliseconds