Searched refs:symndx_to_section (Results 1 – 3 of 3) sorted by relevance
835 asection **symndx_to_section; local852 symndx_to_section = ecoff_data (input_bfd)->symndx_to_section;853 if (symndx_to_section == (asection **) NULL)856 symndx_to_section = (asection **) bfd_alloc (input_bfd, amt);857 if (!symndx_to_section)860 symndx_to_section[RELOC_SECTION_NONE] = NULL;861 symndx_to_section[RELOC_SECTION_TEXT] =863 symndx_to_section[RELOC_SECTION_RDATA] =865 symndx_to_section[RELOC_SECTION_DATA] =867 symndx_to_section[RELOC_SECTION_SDATA] =[all …]
1370 asection **symndx_to_section, *lita_sec; local1383 symndx_to_section = ecoff_data (input_bfd)->symndx_to_section;1384 if (symndx_to_section == (asection **) NULL)1387 symndx_to_section = (asection **) bfd_alloc (input_bfd, amt);1388 if (!symndx_to_section)1391 symndx_to_section[RELOC_SECTION_NONE] = NULL;1392 symndx_to_section[RELOC_SECTION_TEXT] =1394 symndx_to_section[RELOC_SECTION_RDATA] =1396 symndx_to_section[RELOC_SECTION_DATA] =1398 symndx_to_section[RELOC_SECTION_SDATA] =[all …]
127 asection **symndx_to_section; member