Searched refs:symndx_to_section (Results 1 – 4 of 4) sorted by relevance
794 asection **symndx_to_section; in mips_relocate_section() local811 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 …]
1343 asection **symndx_to_section, *lita_sec; in alpha_relocate_section() local1356 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 …]
132 asection **symndx_to_section; member
9918 (ecoff_data_type): Add sym_hashes and symndx_to_section fields.