Searched refs:elf_strtab_hash_entry (Results 1 – 3 of 3) sorted by relevance
31 struct elf_strtab_hash_entry struct41 struct elf_strtab_hash_entry *suffix; argument57 struct elf_strtab_hash_entry **array; argument71 bfd_hash_allocate (table, sizeof (struct elf_strtab_hash_entry)); in elf_strtab_hash_newfunc()81 struct elf_strtab_hash_entry *ret; in elf_strtab_hash_newfunc()83 ret = (struct elf_strtab_hash_entry *) entry; in elf_strtab_hash_newfunc()105 sizeof (struct elf_strtab_hash_entry))) in _bfd_elf_strtab_init()115 table->array = (struct elf_strtab_hash_entry **) in _bfd_elf_strtab_init()146 register struct elf_strtab_hash_entry *entry; in _bfd_elf_strtab_add()154 entry = (struct elf_strtab_hash_entry *) in _bfd_elf_strtab_add()[all …]
170 * elf-strtab.c (struct elf_strtab_hash_entry): Add u.next.
737 * elf-strtab.c (struct elf_strtab_hash_entry): Update comments.