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

/freebsd-10.0-release/contrib/binutils/include/coff/
H A Dexternal.h98 #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
/freebsd-10.0-release/contrib/binutils/bfd/
H A Decoff.c164 { _BSS, SEC_ALLOC},
298 { _BSS, STYP_BSS },
727 asym->section = bfd_make_section_old_way (abfd, _BSS);
1624 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)
3573 else if (!strcmp (current->name, _BSS))
H A Dcoff64-rs6000.c882 else if (!strcmp (current->name, _BSS))

Completed in 270 milliseconds