Searched refs:locsym_shndx (Results 1 – 3 of 3) sorted by relevance
7408 Elf_External_Sym_Shndx *locsym_shndx; member9248 flinfo->locsym_shndx); in elf_link_input_bfd()10393 if (flinfo->locsym_shndx != NULL) in elf_final_link_free()10394 free (flinfo->locsym_shndx); in elf_final_link_free()10485 flinfo.locsym_shndx = NULL; in bfd_elf_final_link()10833 flinfo.locsym_shndx = (Elf_External_Sym_Shndx *) bfd_malloc (amt); in bfd_elf_final_link()10834 if (flinfo.locsym_shndx == NULL) in bfd_elf_final_link()
226 (elf_reloc_cookie): Add locsym_shndx field. Make locsyms a PTR.273 (struct elf_final_link_info): Add locsym_shndx and symshndxbuf.
7643 * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx,