Lines Matching defs:elf32_hppa_link_hash_table
237 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;
265 asection **input_list;
266 Elf_Internal_Sym **all_local_syms;
269 asection *sgot;
270 asection *srelgot;
271 asection *splt;
272 asection *srelplt;
273 asection *sdynbss;
274 asection *srelbss;
299 ((struct elf32_hppa_link_hash_table *) ((p)->hash)) argument