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; argument70 entry = bfd_hash_allocate (table, sizeof (struct elf_strtab_hash_entry)); in elf_strtab_hash_newfunc()80 struct elf_strtab_hash_entry *ret; in elf_strtab_hash_newfunc()82 ret = (struct elf_strtab_hash_entry *) entry; in elf_strtab_hash_newfunc()104 sizeof (struct elf_strtab_hash_entry))) in _bfd_elf_strtab_init()144 register struct elf_strtab_hash_entry *entry; in _bfd_elf_strtab_add()152 entry = (struct elf_strtab_hash_entry *) in _bfd_elf_strtab_add()166 bfd_size_type amt = sizeof (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.