Home
last modified time | relevance | path

Searched refs:_BSS (Results 1 – 11 of 11) sorted by relevance

/freebsd-9-stable/contrib/binutils/include/coff/
Dexternal.h98 #define _BSS ".bss" macro
Dxcoff.h31 #define _BSS ".bss" macro
Decoff.h54 #define _BSS ".bss" macro
Dti.h277 #define _BSS ".bss" macro
/freebsd-9-stable/contrib/binutils/bfd/
Decoff.c163 { _BSS, SEC_ALLOC}, in _bfd_ecoff_new_section_hook()
297 { _BSS, STYP_BSS }, in ecoff_sec_to_styp_flags()
724 asym->section = bfd_make_section_old_way (abfd, _BSS); in ecoff_set_symbol_info()
1620 case RELOC_SECTION_BSS: sec_name = _BSS; break; in ecoff_slurp_reloc_table()
2680 { _BSS, RELOC_SECTION_BSS }, in _bfd_ecoff_write_object_contents()
3411 section = bfd_make_section_old_way (abfd, _BSS); in ecoff_link_add_externals()
4234 { _BSS, RELOC_SECTION_BSS }, in ecoff_reloc_link_order()
4348 { _BSS, scBss }, in ecoff_link_write_external()
Dcoffcode.h408 else if (!strcmp (sec_name, _BSS)) in sec_to_styp_flags()
668 else if (strcmp (name, _BSS) == 0) in styp_to_sec_flags()
3572 else if (!strcmp (current->name, _BSS)) in coff_write_object_contents()
Dcoff64-rs6000.c882 else if (!strcmp (current->name, _BSS))
DChangeLog-9899504 section name of _BSS; check IMAGE_SCN_CNT_UNINITIALIZED_DATA
/freebsd-9-stable/contrib/gcc/cp/
DChangeLog-19963672 if ASM_OUTPUT{,_ALIGNED}_BSS is defined.
/freebsd-9-stable/contrib/gcc/
DFSFChangeLog.101023 ASM_OUTPUT{,_ALIGNED}_BSS if defined to output global uninitialized
DFSFChangeLog.1112855 (assemble_variable): Pass DECL to ASM_OUTPUT{,_ALIGNED}_BSS.