Lines Matching defs:riscv_pcrel_hi_reloc
1972 } riscv_pcrel_hi_reloc;
1998 /* Hash table for riscv_pcrel_hi_reloc. */
2007 const riscv_pcrel_hi_reloc *e = entry;
2014 const riscv_pcrel_hi_reloc *e1 = entry1, *e2 = entry2;
2093 riscv_pcrel_hi_reloc entry = {addr, offset, type, absolute};
2094 riscv_pcrel_hi_reloc **slot =
2095 (riscv_pcrel_hi_reloc **) htab_find_slot (p->hi_relocs, &entry, INSERT);
2098 *slot = (riscv_pcrel_hi_reloc *) bfd_malloc (sizeof (riscv_pcrel_hi_reloc));
2133 riscv_pcrel_hi_reloc search = {r->address, 0, 0, 0};
2134 riscv_pcrel_hi_reloc *entry = htab_find (p->hi_relocs, &search);