Lines Matching defs:riscv_pcrel_hi_reloc
2170 } riscv_pcrel_hi_reloc;
2196 /* Hash table for riscv_pcrel_hi_reloc. */
2205 const riscv_pcrel_hi_reloc *e = entry;
2212 const riscv_pcrel_hi_reloc *e1 = entry1, *e2 = entry2;
2291 riscv_pcrel_hi_reloc entry = {addr, offset, type, absolute};
2292 riscv_pcrel_hi_reloc **slot =
2293 (riscv_pcrel_hi_reloc **) htab_find_slot (p->hi_relocs, &entry, INSERT);
2296 *slot = (riscv_pcrel_hi_reloc *) bfd_malloc (sizeof (riscv_pcrel_hi_reloc));
2331 riscv_pcrel_hi_reloc search = {r->address, 0, 0, 0};
2332 riscv_pcrel_hi_reloc *entry = htab_find (p->hi_relocs, &search);