Home
last modified time | relevance | path

Searched refs:symndx_to_section (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dcoff-mips.c794 asection **symndx_to_section; in mips_relocate_section() local
811 symndx_to_section = ecoff_data (input_bfd)->symndx_to_section; in mips_relocate_section()
812 if (symndx_to_section == (asection **) NULL) in mips_relocate_section()
815 symndx_to_section = (asection **) bfd_alloc (input_bfd, amt); in mips_relocate_section()
816 if (!symndx_to_section) in mips_relocate_section()
819 symndx_to_section[RELOC_SECTION_NONE] = NULL; in mips_relocate_section()
820 symndx_to_section[RELOC_SECTION_TEXT] = in mips_relocate_section()
822 symndx_to_section[RELOC_SECTION_RDATA] = in mips_relocate_section()
824 symndx_to_section[RELOC_SECTION_DATA] = in mips_relocate_section()
826 symndx_to_section[RELOC_SECTION_SDATA] = in mips_relocate_section()
[all …]
Dcoff-alpha.c1343 asection **symndx_to_section, *lita_sec; in alpha_relocate_section() local
1356 symndx_to_section = ecoff_data (input_bfd)->symndx_to_section; in alpha_relocate_section()
1357 if (symndx_to_section == (asection **) NULL) in alpha_relocate_section()
1360 symndx_to_section = (asection **) bfd_alloc (input_bfd, amt); in alpha_relocate_section()
1361 if (!symndx_to_section) in alpha_relocate_section()
1364 symndx_to_section[RELOC_SECTION_NONE] = NULL; in alpha_relocate_section()
1365 symndx_to_section[RELOC_SECTION_TEXT] = in alpha_relocate_section()
1367 symndx_to_section[RELOC_SECTION_RDATA] = in alpha_relocate_section()
1369 symndx_to_section[RELOC_SECTION_DATA] = in alpha_relocate_section()
1371 symndx_to_section[RELOC_SECTION_SDATA] = in alpha_relocate_section()
[all …]
Dlibecoff.h132 asection **symndx_to_section; member
DChangeLog-94959918 (ecoff_data_type): Add sym_hashes and symndx_to_section fields.