Home
last modified time | relevance | path

Searched defs:elf32_hppa_link_hash_table (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delf32-hppa.c216 struct elf32_hppa_link_hash_table { struct
219 struct elf_link_hash_table elf;
222 struct bfd_hash_table stub_hash_table;
225 bfd *stub_bfd;
228 asection * (*add_stub_section) (const char *, asection *);
229 void (*layout_sections_again) (void);
233 struct map_stub {
239 } *stub_group;
242 unsigned int bfd_count;
243 int top_index;
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-hppa.c237 struct elf32_hppa_link_hash_table { struct
240 struct elf_link_hash_table etab;
243 struct bfd_hash_table bstab;
246 bfd *stub_bfd;
249 asection * (*add_stub_section) (const char *, asection *);
250 void (*layout_sections_again) (void);
254 struct map_stub {
260 } *stub_group;
263 unsigned int bfd_count;
264 int top_index;
[all …]