Searched refs:R_RISCV_32 (Results 1 – 11 of 11) sorted by relevance
23 case R_RISCV_32: in getEdgeKindName() 24 return "R_RISCV_32"; in getEdgeKindName()
53 GOTBlock.addEdge(isRV64() ? R_RISCV_64 : R_RISCV_32, 0, Target, 0); in createGOTEntry()200 case R_RISCV_32: { in applyFixup()786 case ELF::R_RISCV_32: in getRelocationKind()787 return EdgeKind_riscv::R_RISCV_32; in getRelocationKind()
32 R_RISCV_32 = Edge::FirstRelocation, enumerator
7 ELF_RELOC(R_RISCV_32, 1)
121 symbolicRel = R_RISCV_32; in RISCV()179 case R_RISCV_32: in getImplicitAddend()268 case R_RISCV_32: in getRelExpr()339 case R_RISCV_32: in relocate()777 sec.relaxAux->relocTypes[i] = R_RISCV_32; in relaxTlsLe()783 sec.relaxAux->relocTypes[i] = R_RISCV_32; in relaxTlsLe()1004 case R_RISCV_32: in finalizeRelax()
53 return (is64 ? R_RISCV_64 : R_RISCV_32); in _dwarf_get_reloc_type()113 if (rel_type == R_RISCV_32) in _dwarf_get_reloc_size()
126 return ELF::R_RISCV_32; in getRelocType()
47 .Case("BFD_RELOC_32", ELF::R_RISCV_32) in getFixupKind()
444 case ELF::R_RISCV_32: in supportsRISCV() 473 case ELF::R_RISCV_32: in resolveRISCV()
1353 #define R_RISCV_32 1 macro
2110 _ELF_DEFINE_RELOC(R_RISCV_32, 1) \