Searched refs:section_syms (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf64-hppa.c151 int *section_syms; member in struct:elf64_hppa_link_hash_table
636 ?!? Note we leak the last section_syms array. Presumably we
638 if (hppa_info->section_syms)
639 free (hppa_info->section_syms);
667 hppa_info->section_syms = (int *) bfd_malloc (amt);
670 record the index of the symbol into the section_syms array. */
674 hppa_info->section_syms[isym->st_shndx] = i;
690 /* Record which BFD we built the section_syms mapping for. */
707 sec_symndx = hppa_info->section_syms[sec_symndx];
H A Delf-bfd.h1178 asymbol **section_syms; /* STT_SECTION symbols for each section */
1316 #define elf_section_syms(bfd) (elf_tdata(bfd) -> section_syms)
1176 asymbol **section_syms; /* STT_SECTION symbols for each section */ member in struct:elf_obj_tdata

Completed in 110 milliseconds