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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf64-hppa.c562 count_dyn_reloc (abfd, dyn_h, type, sec, sec_symndx, offset, addend)
564 struct elf64_hppa_dyn_hash_entry *dyn_h;
578 rent->next = dyn_h->reloc_entries;
584 dyn_h->reloc_entries = rent;
730 struct elf64_hppa_dyn_hash_entry *dyn_h;
868 dyn_h = elf64_hppa_dyn_hash_lookup (&hppa_info->dyn_hash_table,
870 BFD_ASSERT (dyn_h);
874 dyn_h->h = h;
875 dyn_h->owner = abfd;
876 dyn_h
729 struct elf64_hppa_dyn_hash_entry *dyn_h; local
1003 struct elf64_hppa_dyn_hash_entry *dyn_h; local
1907 struct elf64_hppa_dyn_hash_entry *dyn_h; local
1950 struct elf64_hppa_dyn_hash_entry *dyn_h; local
[all...]
H A Delf-hppa.h1345 struct elf64_hppa_dyn_hash_entry *dyn_h = NULL; local
1370 dyn_h = elf64_hppa_dyn_hash_lookup (&hppa_info->dyn_hash_table,
1393 dyn_h = elf64_hppa_dyn_hash_lookup (&hppa_info->dyn_hash_table,
1399 if (sym_sec->output_section == NULL && dyn_h == NULL)
1411 dyn_h hash table entry. */
1422 dyn_h = elf64_hppa_dyn_hash_lookup (&hppa_info->dyn_hash_table,
1425 if (dyn_h == NULL)
1437 dyn_h = elf64_hppa_dyn_hash_lookup (&hppa_info->dyn_hash_table,
1440 if (dyn_h == NULL)
1482 h, dyn_h);
1518 elf_hppa_final_link_relocate(Elf_Internal_Rela *rel, bfd *input_bfd, bfd *output_bfd, asection *input_section, bfd_byte *contents, bfd_vma value, struct bfd_link_info *info, asection *sym_sec, struct elf_link_hash_entry *h ATTRIBUTE_UNUSED, struct elf64_hppa_dyn_hash_entry *dyn_h) argument
[all...]

Completed in 175 milliseconds