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

/haiku-buildtools/legacy/binutils/bfd/
H A Delf64-hppa.c151 int *section_syms; member in struct:elf64_hppa_link_hash_table
638 ?!? Note we leak the last section_syms array. Presumably we
640 if (hppa_info->section_syms)
641 free (hppa_info->section_syms);
669 hppa_info->section_syms = (int *) bfd_malloc (amt);
672 record the index of the symbol into the section_syms array. */
676 hppa_info->section_syms[isym->st_shndx] = i;
692 /* Record which BFD we built the section_syms mapping for. */
709 sec_symndx = hppa_info->section_syms[sec_symndx];
H A Delf-bfd.h1245 asymbol **section_syms; /* STT_SECTION symbols for each section */
1383 #define elf_section_syms(bfd) (elf_tdata(bfd) -> section_syms)
1243 asymbol **section_syms; /* STT_SECTION symbols for each section */ member in struct:elf_obj_tdata
/haiku-buildtools/binutils/bfd/
H A Delf64-hppa.c146 int *section_syms; member in struct:elf64_hppa_link_hash_table
537 ?!? Note we leak the last section_syms array. Presumably we
539 if (hppa_info->section_syms)
540 free (hppa_info->section_syms);
569 hppa_info->section_syms = (int *) bfd_malloc (amt);
572 record the index of the symbol into the section_syms array. */
576 hppa_info->section_syms[isym->st_shndx] = i;
592 /* Record which BFD we built the section_syms mapping for. */
610 sec_symndx = hppa_info->section_syms[sec_symndx];
H A Delf-bfd.h1669 asymbol **section_syms;
1865 #define elf_section_syms(bfd) (elf_tdata(bfd) -> o->section_syms)
1667 asymbol **section_syms; member in struct:output_elf_obj_tdata

Completed in 115 milliseconds