Searched refs:symndx_to_section (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoff-mips.c857 asection **symndx_to_section;
874 symndx_to_section = ecoff_data (input_bfd)->symndx_to_section;
875 if (symndx_to_section == (asection **) NULL)
878 symndx_to_section = (asection **) bfd_alloc (input_bfd, amt);
879 if (!symndx_to_section)
882 symndx_to_section[RELOC_SECTION_NONE] = NULL;
883 symndx_to_section[RELOC_SECTION_TEXT] =
885 symndx_to_section[RELOC_SECTION_RDATA] =
887 symndx_to_section[RELOC_SECTION_DAT
851 asection **symndx_to_section; local
[all...]
H A Dcoff-alpha.c1401 asection **symndx_to_section, *lita_sec;
1414 symndx_to_section = ecoff_data (input_bfd)->symndx_to_section;
1415 if (symndx_to_section == (asection **) NULL)
1418 symndx_to_section = (asection **) bfd_alloc (input_bfd, amt);
1419 if (!symndx_to_section)
1422 symndx_to_section[RELOC_SECTION_NONE] = NULL;
1423 symndx_to_section[RELOC_SECTION_TEXT] =
1425 symndx_to_section[RELOC_SECTION_RDATA] =
1427 symndx_to_section[RELOC_SECTION_DAT
1395 asection **symndx_to_section, *lita_sec; local
[all...]
H A Dlibecoff.h127 asection **symndx_to_section; member in struct:ecoff_tdata

Completed in 68 milliseconds