Searched refs:_RDATA (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/include/coff/ |
D | ecoff.h | 56 #define _RDATA ".rdata" macro
|
D | ChangeLog-9103 | 1078 * mips.h (_RDATA, _SDATA, _SBSS, _LIT4, _LIT8, STYP_RDATA,
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | ecoff.c | 157 { _RDATA, SEC_ALLOC | SEC_DATA | SEC_LOAD | SEC_READONLY}, in _bfd_ecoff_new_section_hook() 300 { _RDATA, STYP_RDATA }, in ecoff_sec_to_styp_flags() 1623 case RELOC_SECTION_RDATA: sec_name = _RDATA; break; in ecoff_slurp_reloc_table() 1977 if (streq (current->name, _RDATA)) in ecoff_compute_section_file_positions() 2018 || ! streq (current->name, _RDATA)) in ecoff_compute_section_file_positions() 2687 { _RDATA, RELOC_SECTION_RDATA }, in _bfd_ecoff_write_object_contents() 3350 section = bfd_make_section_old_way (abfd, _RDATA); in ecoff_link_add_externals() 4051 { _RDATA, RELOC_SECTION_RDATA }, in ecoff_reloc_link_order() 4169 { _RDATA, scRData }, in ecoff_link_write_external()
|