Searched refs:_BSS (Results 1 - 23 of 23) sorted by relevance

/haiku-buildtools/legacy/binutils/include/coff/
H A Dz80.h27 #undef _BSS macro
28 #define _BSS "bss" macro
H A Dtic80.h69 #define _BSS ".bss" macro
H A Dexternal.h84 #define _BSS ".bss" macro
H A Dor32.h99 #define _BSS ".bss" macro
H A Di960.h126 #define _BSS ".bss" macro
H A Dm88k.h58 #define _BSS ".bss" macro
H A Decoff.h54 #define _BSS ".bss" macro
H A Dxcoff.h31 #define _BSS ".bss" macro
H A Dti.h277 #define _BSS ".bss" macro
/haiku-buildtools/binutils/include/coff/
H A Dz80.h27 #undef _BSS macro
28 #define _BSS "bss" macro
H A Dtic80.h70 #define _BSS ".bss" macro
H A Dm88k.h59 #define _BSS ".bss" macro
H A Di960.h127 #define _BSS ".bss" macro
H A Dexternal.h99 #define _BSS ".bss" macro
H A Decoff.h55 #define _BSS ".bss" macro
H A Dxcoff.h48 #define _BSS ".bss" macro
H A Dti.h361 #define _BSS ".bss" macro
/haiku-buildtools/legacy/binutils/bfd/
H A Decoff.c165 { _BSS, SEC_ALLOC},
299 { _BSS, STYP_BSS },
728 asym->section = bfd_make_section_old_way (abfd, _BSS);
1625 case RELOC_SECTION_BSS: sec_name = _BSS; break;
2687 { _BSS, RELOC_SECTION_BSS },
3420 section = bfd_make_section_old_way (abfd, _BSS);
4244 { _BSS, RELOC_SECTION_BSS },
4358 { _BSS, scBss },
H A Dcoffcode.h409 else if (!strcmp (sec_name, _BSS))
669 else if (strcmp (name, _BSS) == 0)
3554 else if (!strcmp (current->name, _BSS))
H A Dcoff64-rs6000.c881 else if (!strcmp (current->name, _BSS))
/haiku-buildtools/binutils/bfd/
H A Decoff.c163 { _BSS, SEC_ALLOC},
305 { _BSS, STYP_BSS },
735 asym->section = bfd_make_section_old_way (abfd, _BSS);
1660 case RELOC_SECTION_BSS: sec_name = _BSS; break;
2727 { _BSS, RELOC_SECTION_BSS },
3370 section = bfd_make_section_old_way (abfd, _BSS);
4087 { _BSS, RELOC_SECTION_BSS },
4202 { _BSS, scBss },
H A Dcoffcode.h529 else if (!strcmp (sec_name, _BSS))
825 else if (strcmp (name, _BSS) == 0)
3855 else if (!strcmp (current->name, _BSS))
H A Dcoff64-rs6000.c843 else if (!strcmp (current->name, _BSS))

Completed in 176 milliseconds