Searched refs:hdh_p (Results 1 – 3 of 3) sorted by relevance
2338 struct elf_metag_dyn_reloc_entry *hdh_p; in elf_metag_check_relocs() local2379 hdh_p = *hdh_head; in elf_metag_check_relocs()2380 if (hdh_p == NULL || hdh_p->sec != sec) in elf_metag_check_relocs()2382 hdh_p = ((struct elf_metag_dyn_reloc_entry *) in elf_metag_check_relocs()2383 bfd_alloc (dynobj, sizeof *hdh_p)); in elf_metag_check_relocs()2384 if (hdh_p == NULL) in elf_metag_check_relocs()2386 hdh_p->hdh_next = *hdh_head; in elf_metag_check_relocs()2387 *hdh_head = hdh_p; in elf_metag_check_relocs()2388 hdh_p->sec = sec; in elf_metag_check_relocs()2389 hdh_p->count = 0; in elf_metag_check_relocs()[all …]
1038 struct elf32_hppa_dyn_reloc_entry *hdh_p; in elf32_hppa_copy_indirect_symbol() local1042 for (hdh_pp = &hh_ind->dyn_relocs; (hdh_p = *hdh_pp) != NULL; ) in elf32_hppa_copy_indirect_symbol()1049 if (hdh_q->sec == hdh_p->sec) in elf32_hppa_copy_indirect_symbol()1052 hdh_q->relative_count += hdh_p->relative_count; in elf32_hppa_copy_indirect_symbol()1054 hdh_q->count += hdh_p->count; in elf32_hppa_copy_indirect_symbol()1055 *hdh_pp = hdh_p->hdh_next; in elf32_hppa_copy_indirect_symbol()1059 hdh_pp = &hdh_p->hdh_next; in elf32_hppa_copy_indirect_symbol()1490 struct elf32_hppa_dyn_reloc_entry *hdh_p; in elf32_hppa_check_relocs() local1535 hdh_p = *hdh_head; in elf32_hppa_check_relocs()1536 if (hdh_p == NULL || hdh_p->sec != sec) in elf32_hppa_check_relocs()[all …]
1598 struct elf64_hppa_dyn_reloc_entry *hdh_p; in elf64_hppa_size_dynamic_sections() local1600 for (hdh_p = ((struct elf64_hppa_dyn_reloc_entry *) in elf64_hppa_size_dynamic_sections()1602 hdh_p != NULL; in elf64_hppa_size_dynamic_sections()1603 hdh_p = hdh_p->next) in elf64_hppa_size_dynamic_sections()1605 if (!bfd_is_abs_section (hdh_p->sec) in elf64_hppa_size_dynamic_sections()1606 && bfd_is_abs_section (hdh_p->sec->output_section)) in elf64_hppa_size_dynamic_sections()1613 else if (hdh_p->count != 0) in elf64_hppa_size_dynamic_sections()1615 srel = elf_section_data (hdh_p->sec)->sreloc; in elf64_hppa_size_dynamic_sections()1616 srel->size += hdh_p->count * sizeof (Elf64_External_Rela); in elf64_hppa_size_dynamic_sections()1617 if ((hdh_p->sec->output_section->flags & SEC_READONLY) != 0) in elf64_hppa_size_dynamic_sections()