Searched refs:_BSS (Results 1 – 11 of 11) sorted by relevance
| /freebsd-9-stable/contrib/binutils/include/coff/ |
| D | external.h | 98 #define _BSS ".bss" macro
|
| D | xcoff.h | 31 #define _BSS ".bss" macro
|
| D | ecoff.h | 54 #define _BSS ".bss" macro
|
| D | ti.h | 277 #define _BSS ".bss" macro
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | ecoff.c | 163 { _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()
|
| D | coffcode.h | 408 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()
|
| D | coff64-rs6000.c | 882 else if (!strcmp (current->name, _BSS))
|
| D | ChangeLog-9899 | 504 section name of _BSS; check IMAGE_SCN_CNT_UNINITIALIZED_DATA
|
| /freebsd-9-stable/contrib/gcc/cp/ |
| D | ChangeLog-1996 | 3672 if ASM_OUTPUT{,_ALIGNED}_BSS is defined.
|
| /freebsd-9-stable/contrib/gcc/ |
| D | FSFChangeLog.10 | 1023 ASM_OUTPUT{,_ALIGNED}_BSS if defined to output global uninitialized
|
| D | FSFChangeLog.11 | 12855 (assemble_variable): Pass DECL to ASM_OUTPUT{,_ALIGNED}_BSS.
|