Lines Matching defs:elf32_hppa_link_hash_table
216 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;
244 asection **input_list;
245 Elf_Internal_Sym **all_local_syms;
248 asection *sgot;
249 asection *srelgot;
250 asection *splt;
251 asection *srelplt;
252 asection *sdynbss;
253 asection *srelbss;
278 ((struct elf32_hppa_link_hash_table *) ((p)->hash)) argument