• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/

Lines Matching defs:hdh_p

1043 	  struct elf32_hppa_dyn_reloc_entry *hdh_p;
1047 for (hdh_pp = &hh_ind->dyn_relocs; (hdh_p = *hdh_pp) != NULL; )
1054 if (hdh_q->sec == hdh_p->sec)
1057 hdh_q->relative_count += hdh_p->relative_count;
1059 hdh_q->count += hdh_p->count;
1060 *hdh_pp = hdh_p->hdh_next;
1064 hdh_pp = &hdh_p->hdh_next;
1489 struct elf32_hppa_dyn_reloc_entry *hdh_p;
1560 hdh_p = *hdh_head;
1561 if (hdh_p == NULL || hdh_p->sec != sec)
1563 hdh_p = bfd_alloc (htab->etab.dynobj, sizeof *hdh_p);
1564 if (hdh_p == NULL)
1566 hdh_p->hdh_next = *hdh_head;
1567 *hdh_head = hdh_p;
1568 hdh_p->sec = sec;
1569 hdh_p->count = 0;
1571 hdh_p->relative_count = 0;
1575 hdh_p->count += 1;
1578 hdh_p->relative_count += 1;
1644 struct elf32_hppa_dyn_reloc_entry *hdh_p;
1652 for (hdh_pp = &hh->dyn_relocs; (hdh_p = *hdh_pp) != NULL; hdh_pp = &hdh_p->hdh_next)
1653 if (hdh_p->sec == sec)
1656 *hdh_pp = hdh_p->hdh_next;
1885 struct elf32_hppa_dyn_reloc_entry *hdh_p;
1888 for (hdh_p = hh->dyn_relocs; hdh_p != NULL; hdh_p = hdh_p->hdh_next)
1890 sec = hdh_p->sec->output_section;
1897 if (hdh_p == NULL)
2013 struct elf32_hppa_dyn_reloc_entry *hdh_p;
2090 for (hdh_pp = &hh->dyn_relocs; (hdh_p = *hdh_pp) != NULL; )
2092 hdh_p->count -= hdh_p->relative_count;
2093 hdh_p->relative_count = 0;
2094 if (hdh_p->count == 0)
2095 *hdh_pp = hdh_p->hdh_next;
2097 hdh_pp = &hdh_p->hdh_next;
2157 for (hdh_p = hh->dyn_relocs; hdh_p != NULL; hdh_p = hdh_p->hdh_next)
2159 asection *sreloc = elf_section_data (hdh_p->sec)->sreloc;
2160 sreloc->size += hdh_p->count * sizeof (Elf32_External_Rela);
2194 struct elf32_hppa_dyn_reloc_entry *hdh_p;
2200 for (hdh_p = hh->dyn_relocs; hdh_p != NULL; hdh_p = hdh_p->hdh_next)
2202 asection *sec = hdh_p->sec->output_section;
2270 struct elf32_hppa_dyn_reloc_entry *hdh_p;
2272 for (hdh_p = ((struct elf32_hppa_dyn_reloc_entry *)
2274 hdh_p != NULL;
2275 hdh_p = hdh_p->hdh_next)
2277 if (!bfd_is_abs_section (hdh_p->sec)
2278 && bfd_is_abs_section (hdh_p->sec->output_section))
2285 else if (hdh_p->count != 0)
2287 srel = elf_section_data (hdh_p->sec)->sreloc;
2288 srel->size += hdh_p->count * sizeof (Elf32_External_Rela);
2289 if ((hdh_p->sec->output_section->flags & SEC_READONLY) != 0)