Home | History | Annotate | Download | only in bfd

Lines Matching refs:hdh_pp

1025 	  struct elf32_hppa_dyn_reloc_entry **hdh_pp;
1030 for (hdh_pp = &hh_ind->dyn_relocs; (hdh_p = *hdh_pp) != NULL; )
1043 *hdh_pp = hdh_p->hdh_next;
1047 hdh_pp = &hdh_p->hdh_next;
1049 *hdh_pp = hh_dir->dyn_relocs;
1619 struct elf32_hppa_dyn_reloc_entry **hdh_pp;
1628 for (hdh_pp = &hh->dyn_relocs; (hdh_p = *hdh_pp) != NULL; hdh_pp = &hdh_p->hdh_next)
1632 *hdh_pp = hdh_p->hdh_next;
2072 struct elf32_hppa_dyn_reloc_entry **hdh_pp;
2074 for (hdh_pp = &hh->dyn_relocs; (hdh_p = *hdh_pp) != NULL; )
2079 *hdh_pp = hdh_p->hdh_next;
2081 hdh_pp = &hdh_p->hdh_next;