Home
last modified time | relevance | path

Searched refs:_bfd_elf_strtab_refcount (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf-strtab.c204 _bfd_elf_strtab_refcount (struct elf_strtab_hash *tab, bfd_size_type idx) in _bfd_elf_strtab_refcount() function
Delf-bfd.h1950 extern unsigned int _bfd_elf_strtab_refcount
DChangeLog-20133051 * elf-bfd.h (_bfd_elf_strtab_refcount): Declare.
3052 * elf-strtab.c (_bfd_elf_strtab_refcount): New function.
3053 * elflink.c (elf_add_dt_needed_tag): Use _bfd_elf_strtab_refcount.
Delflink.c3045 if (_bfd_elf_strtab_refcount (hash_table->dynstr, strindex) != 1) in elf_add_dt_needed_tag()