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

/freebsd-10-stable/contrib/binutils/bfd/
H A Delflink.c6470 struct bfd_strtab_hash *symstrtab;
7679 elfsym->st_name = (unsigned long) _bfd_stringtab_add (finfo->symstrtab,
9377 finfo.symstrtab = _bfd_elf_stringtab_init ();
9378 if (finfo.symstrtab == NULL)
10057 symstrtab_hdr->sh_size = _bfd_stringtab_size (finfo.symstrtab);
10070 || ! _bfd_stringtab_emit (abfd, finfo.symstrtab))
10356 if (finfo.symstrtab != NULL)
10357 _bfd_stringtab_free (finfo.symstrtab);
10400 if (finfo.symstrtab != NULL)
10401 _bfd_stringtab_free (finfo.symstrtab);
6460 struct bfd_strtab_hash *symstrtab; member in struct:elf_final_link_info
[all...]

Completed in 261 milliseconds