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

/haiku-fatelf/src/bin/gdb/bfd/
H A Dcoff-mips.c841 asection **symndx_to_section;
858 symndx_to_section = ecoff_data (input_bfd)->symndx_to_section;
859 if (symndx_to_section == (asection **) NULL)
862 symndx_to_section = (asection **) bfd_alloc (input_bfd, amt);
863 if (!symndx_to_section)
866 symndx_to_section[RELOC_SECTION_NONE] = NULL;
867 symndx_to_section[RELOC_SECTION_TEXT] =
869 symndx_to_section[RELOC_SECTION_RDATA] =
871 symndx_to_section[RELOC_SECTION_DAT
835 asection **symndx_to_section; local
[all...]
H A Dcoff-alpha.c1384 asection **symndx_to_section, *lita_sec;
1397 symndx_to_section = ecoff_data (input_bfd)->symndx_to_section;
1398 if (symndx_to_section == (asection **) NULL)
1401 symndx_to_section = (asection **) bfd_alloc (input_bfd, amt);
1402 if (!symndx_to_section)
1405 symndx_to_section[RELOC_SECTION_NONE] = NULL;
1406 symndx_to_section[RELOC_SECTION_TEXT] =
1408 symndx_to_section[RELOC_SECTION_RDATA] =
1410 symndx_to_section[RELOC_SECTION_DAT
1378 asection **symndx_to_section, *lita_sec; local
[all...]
H A Dlibecoff.h129 asection **symndx_to_section; member in struct:ecoff_tdata

Completed in 133 milliseconds