Lines Matching refs:elf_strtab_hash
47 struct elf_strtab_hash struct
94 struct elf_strtab_hash *
97 struct elf_strtab_hash *table; in _bfd_elf_strtab_init()
98 bfd_size_type amt = sizeof (struct elf_strtab_hash); in _bfd_elf_strtab_init()
100 table = (struct elf_strtab_hash *) bfd_malloc (amt); in _bfd_elf_strtab_init()
131 _bfd_elf_strtab_free (struct elf_strtab_hash *tab) in _bfd_elf_strtab_free()
142 _bfd_elf_strtab_add (struct elf_strtab_hash *tab, in _bfd_elf_strtab_add()
183 _bfd_elf_strtab_addref (struct elf_strtab_hash *tab, bfd_size_type idx) in _bfd_elf_strtab_addref()
193 _bfd_elf_strtab_delref (struct elf_strtab_hash *tab, bfd_size_type idx) in _bfd_elf_strtab_delref()
204 _bfd_elf_strtab_refcount (struct elf_strtab_hash *tab, bfd_size_type idx) in _bfd_elf_strtab_refcount()
210 _bfd_elf_strtab_clear_all_refs (struct elf_strtab_hash *tab) in _bfd_elf_strtab_clear_all_refs()
221 _bfd_elf_strtab_restore_size (struct elf_strtab_hash *tab, bfd_size_type idx) in _bfd_elf_strtab_restore_size()
239 _bfd_elf_strtab_size (struct elf_strtab_hash *tab) in _bfd_elf_strtab_size()
245 _bfd_elf_strtab_offset (struct elf_strtab_hash *tab, bfd_size_type idx) in _bfd_elf_strtab_offset()
260 _bfd_elf_strtab_emit (register bfd *abfd, struct elf_strtab_hash *tab) in _bfd_elf_strtab_emit()
329 _bfd_elf_strtab_finalize (struct elf_strtab_hash *tab) in _bfd_elf_strtab_finalize()