Lines Matching refs:symshndxbuf
7697 Elf_External_Sym_Shndx *symshndxbuf; member
8923 = flinfo->symshndxbuf ? bfd_get_symcount (flinfo->output_bfd) : 0; in elf_link_output_symstrtab()
8958 if (flinfo->symshndxbuf) in elf_link_swap_symbols_out()
8962 flinfo->symshndxbuf = (Elf_External_Sym_Shndx *) bfd_zmalloc (amt); in elf_link_swap_symbols_out()
8963 if (flinfo->symshndxbuf == NULL) in elf_link_swap_symbols_out()
8983 (flinfo->symshndxbuf in elf_link_swap_symbols_out()
11054 if (flinfo->symshndxbuf != NULL) in elf_final_link_free()
11055 free (flinfo->symshndxbuf); in elf_final_link_free()
11136 flinfo.symshndxbuf = NULL; in bfd_elf_final_link()
11392 flinfo.symshndxbuf in bfd_elf_final_link()
11808 || (bfd_bwrite (flinfo.symshndxbuf, amt, abfd) != amt)) in bfd_elf_final_link()