Home
last modified time | relevance | path

Searched refs:hdh_next (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-metag.c795 struct elf_metag_dyn_reloc_entry *hdh_next; member
2383 hdh_p->hdh_next = *hdh_head; in elf_metag_check_relocs()
2447 hdh_q = hdh_q->hdh_next) in elf_metag_copy_indirect_symbol()
2452 *hdh_pp = hdh_p->hdh_next; in elf_metag_copy_indirect_symbol()
2456 hdh_pp = &hdh_p->hdh_next; in elf_metag_copy_indirect_symbol()
2552 for (hdh_p = hh->dyn_relocs; hdh_p != NULL; hdh_p = hdh_p->hdh_next) in elf_metag_adjust_dynamic_symbol()
2726 *hdh_pp = hdh_p->hdh_next; in allocate_dynrelocs()
2728 hdh_pp = &hdh_p->hdh_next; in allocate_dynrelocs()
2784 for (hdh_p = hh->dyn_relocs; hdh_p != NULL; hdh_p = hdh_p->hdh_next) in allocate_dynrelocs()
2805 for (hdh_p = hh->dyn_relocs; hdh_p != NULL; hdh_p = hdh_p->hdh_next) in readonly_dynrelocs()
[all …]
Delf32-hppa.c222 struct elf32_hppa_dyn_reloc_entry *hdh_next; member
1036 hdh_q = hdh_q->hdh_next) in elf32_hppa_copy_indirect_symbol()
1043 *hdh_pp = hdh_p->hdh_next; in elf32_hppa_copy_indirect_symbol()
1047 hdh_pp = &hdh_p->hdh_next; in elf32_hppa_copy_indirect_symbol()
1534 hdh_p->hdh_next = *hdh_head; in elf32_hppa_check_relocs()
1628 for (hdh_pp = &hh->dyn_relocs; (hdh_p = *hdh_pp) != NULL; hdh_pp = &hdh_p->hdh_next) in elf32_hppa_gc_sweep_hook()
1632 *hdh_pp = hdh_p->hdh_next; in elf32_hppa_gc_sweep_hook()
1877 for (hdh_p = hh->dyn_relocs; hdh_p != NULL; hdh_p = hdh_p->hdh_next) in elf32_hppa_adjust_dynamic_symbol()
2079 *hdh_pp = hdh_p->hdh_next; in allocate_dynrelocs()
2081 hdh_pp = &hdh_p->hdh_next; in allocate_dynrelocs()
[all …]
DChangeLog-20051905 (struct elf32_hppa_dyn_reloc_entry): Use hdh_next.
1916 (elf32_hppa_copy_indirect_symbol): Use hdh_next.
1917 (elf32_hppa_check_relocs): Use eh, etab, and hdh_next.
1918 (elf32_hppa_gc_sweep_hook): Use hdh_next.
1919 (elf32_hppa_adjust_dynamic_symbol): Use hdh_next, and etab.
1921 (allocate_dynrelocs): Use etab, and hdh_next.
1922 (readonly_dynrelocs): Use hdh_next.
1923 (elf32_hppa_size_dynamic_sections): Use etab, and hdh_next.