HomeSort by relevance Sort by last modified time
    Searched refs:elf_strtab_hash (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
elf-strtab.c 47 struct elf_strtab_hash struct
94 struct elf_strtab_hash *
97 struct elf_strtab_hash *table;
98 bfd_size_type amt = sizeof (struct elf_strtab_hash);
100 table = (struct elf_strtab_hash *) bfd_malloc (amt);
131 _bfd_elf_strtab_free (struct elf_strtab_hash *tab)
142 _bfd_elf_strtab_add (struct elf_strtab_hash *tab,
183 _bfd_elf_strtab_addref (struct elf_strtab_hash *tab, bfd_size_type idx)
193 _bfd_elf_strtab_delref (struct elf_strtab_hash *tab, bfd_size_type idx)
204 _bfd_elf_strtab_refcount (struct elf_strtab_hash *tab, bfd_size_type idx
    [all...]
elf-bfd.h 83 struct elf_strtab_hash;
481 struct elf_strtab_hash *dynstr;
    [all...]
elflink.c 410 struct elf_strtab_hash *dynstr;
628 struct elf_strtab_hash *dynstr;
    [all...]
elfxx-sparc.c     [all...]
elf.c     [all...]

Completed in 169 milliseconds