Searched refs:hdh_p (Results 1 – 2 of 2) sorted by relevance
2335 struct elf_metag_dyn_reloc_entry *hdh_p; in elf_metag_check_relocs() local2376 hdh_p = *hdh_head; in elf_metag_check_relocs()2377 if (hdh_p == NULL || hdh_p->sec != sec) in elf_metag_check_relocs()2379 hdh_p = ((struct elf_metag_dyn_reloc_entry *) in elf_metag_check_relocs()2380 bfd_alloc (dynobj, sizeof *hdh_p)); in elf_metag_check_relocs()2381 if (hdh_p == NULL) in elf_metag_check_relocs()2383 hdh_p->hdh_next = *hdh_head; in elf_metag_check_relocs()2384 *hdh_head = hdh_p; in elf_metag_check_relocs()2385 hdh_p->sec = sec; in elf_metag_check_relocs()2386 hdh_p->count = 0; in elf_metag_check_relocs()[all …]
1600 struct elf64_hppa_dyn_reloc_entry *hdh_p; in elf64_hppa_size_dynamic_sections() local1602 for (hdh_p = ((struct elf64_hppa_dyn_reloc_entry *) in elf64_hppa_size_dynamic_sections()1604 hdh_p != NULL; in elf64_hppa_size_dynamic_sections()1605 hdh_p = hdh_p->next) in elf64_hppa_size_dynamic_sections()1607 if (!bfd_is_abs_section (hdh_p->sec) in elf64_hppa_size_dynamic_sections()1608 && bfd_is_abs_section (hdh_p->sec->output_section)) in elf64_hppa_size_dynamic_sections()1615 else if (hdh_p->count != 0) in elf64_hppa_size_dynamic_sections()1617 srel = elf_section_data (hdh_p->sec)->sreloc; in elf64_hppa_size_dynamic_sections()1618 srel->size += hdh_p->count * sizeof (Elf64_External_Rela); in elf64_hppa_size_dynamic_sections()1619 if ((hdh_p->sec->output_section->flags & SEC_READONLY) != 0) in elf64_hppa_size_dynamic_sections()