Home | History | Annotate | Download | only in bfd

Lines Matching defs:riscv_pcrel_hi_reloc

2169 } riscv_pcrel_hi_reloc;
2195 /* Hash table for riscv_pcrel_hi_reloc. */
2204 const riscv_pcrel_hi_reloc *e = entry;
2211 const riscv_pcrel_hi_reloc *e1 = entry1, *e2 = entry2;
2290 riscv_pcrel_hi_reloc entry = {addr, offset, type, absolute};
2291 riscv_pcrel_hi_reloc **slot =
2292 (riscv_pcrel_hi_reloc **) htab_find_slot (p->hi_relocs, &entry, INSERT);
2295 *slot = (riscv_pcrel_hi_reloc *) bfd_malloc (sizeof (riscv_pcrel_hi_reloc));
2330 riscv_pcrel_hi_reloc search = {r->address, 0, 0, 0};
2331 riscv_pcrel_hi_reloc *entry = htab_find (p->hi_relocs, &search);