Searched refs:_BSS (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.25/include/coff/ |
D | z80.h | 27 #undef _BSS 28 #define _BSS "bss" macro
|
D | tic80.h | 70 #define _BSS ".bss" macro
|
D | i960.h | 127 #define _BSS ".bss" macro
|
D | external.h | 99 #define _BSS ".bss" macro
|
D | m88k.h | 59 #define _BSS ".bss" macro
|
D | xcoff.h | 48 #define _BSS ".bss" macro
|
D | ecoff.h | 55 #define _BSS ".bss" macro
|
D | ti.h | 361 #define _BSS ".bss" macro
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | ecoff.c | 162 { _BSS, SEC_ALLOC}, in _bfd_ecoff_new_section_hook() 304 { _BSS, STYP_BSS }, in ecoff_sec_to_styp_flags() 731 asym->section = bfd_make_section_old_way (abfd, _BSS); in ecoff_set_symbol_info() 1627 case RELOC_SECTION_BSS: sec_name = _BSS; break; in ecoff_slurp_reloc_table() 2691 { _BSS, RELOC_SECTION_BSS }, in _bfd_ecoff_write_object_contents() 3332 section = bfd_make_section_old_way (abfd, _BSS); in ecoff_link_add_externals() 4055 { _BSS, RELOC_SECTION_BSS }, in ecoff_reloc_link_order() 4170 { _BSS, scBss }, in ecoff_link_write_external()
|
D | coffcode.h | 528 else if (!strcmp (sec_name, _BSS)) in sec_to_styp_flags() 824 else if (strcmp (name, _BSS) == 0) in styp_to_sec_flags() 3814 else if (!strcmp (current->name, _BSS)) in coff_write_object_contents()
|
D | coff64-rs6000.c | 845 else if (!strcmp (current->name, _BSS)) in xcoff64_write_object_contents()
|
D | ChangeLog-9899 | 504 section name of _BSS; check IMAGE_SCN_CNT_UNINITIALIZED_DATA
|