Searched refs:elf_strtab_hash_entry (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Delf-strtab.c31 struct elf_strtab_hash_entry struct
41 struct elf_strtab_hash_entry *suffix;
57 struct elf_strtab_hash_entry **array;
71 bfd_hash_allocate (table, sizeof (struct elf_strtab_hash_entry));
81 struct elf_strtab_hash_entry *ret;
83 ret = (struct elf_strtab_hash_entry *) entry;
105 sizeof (struct elf_strtab_hash_entry)))
115 table->array = ((struct elf_strtab_hash_entry **)
146 register struct elf_strtab_hash_entry *entry;
154 entry = (struct elf_strtab_hash_entry *)
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Delf-strtab.c30 struct elf_strtab_hash_entry struct
40 struct elf_strtab_hash_entry *suffix;
56 struct elf_strtab_hash_entry **array;
69 entry = bfd_hash_allocate (table, sizeof (struct elf_strtab_hash_entry));
79 struct elf_strtab_hash_entry *ret;
81 ret = (struct elf_strtab_hash_entry *) entry;
103 sizeof (struct elf_strtab_hash_entry)))
143 register struct elf_strtab_hash_entry *entry;
151 entry = (struct elf_strtab_hash_entry *)
165 bfd_size_type amt = sizeof (struct elf_strtab_hash_entry *);
[all...]

Completed in 173 milliseconds