Searched refs:_BSS (Results 1 – 11 of 11) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/include/coff/ |
| D | tic80.h | 69 #define _BSS ".bss" macro
|
| D | or32.h | 99 #define _BSS ".bss" macro
|
| D | external.h | 84 #define _BSS ".bss" macro
|
| D | i960.h | 126 #define _BSS ".bss" macro
|
| D | m88k.h | 58 #define _BSS ".bss" macro
|
| D | xcoff.h | 31 #define _BSS ".bss" macro
|
| D | ecoff.h | 52 #define _BSS ".bss" macro
|
| D | ti.h | 277 #define _BSS ".bss" macro
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | ecoff.c | 164 { _BSS, SEC_ALLOC}, in _bfd_ecoff_new_section_hook() 298 { _BSS, STYP_BSS }, in ecoff_sec_to_styp_flags() 725 asym->section = bfd_make_section_old_way (abfd, _BSS); in ecoff_set_symbol_info() 1621 case RELOC_SECTION_BSS: sec_name = _BSS; break; in ecoff_slurp_reloc_table() 2680 { _BSS, RELOC_SECTION_BSS }, in _bfd_ecoff_write_object_contents() 3410 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() 3533 else if (!strcmp (current->name, _BSS)) in coff_write_object_contents()
|
| D | coff64-rs6000.c | 881 else if (!strcmp (current->name, _BSS))
|