Home
last modified time | relevance | path

Searched refs:R_RISCV_ADD64 (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVELFObjectWriter.cpp102 return ELF::R_RISCV_ADD64; in getRelocType()
166 return ELF::R_RISCV_ADD64; in getRelocType()
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
Driscv.cpp55 case R_RISCV_ADD64: in getEdgeKindName()
DELF_riscv.cpp349 case R_RISCV_ADD64: { in applyFixup()
505 case ELF::R_RISCV_ADD64: in getRelocationKind()
506 return EdgeKind_riscv::R_RISCV_ADD64; in getRelocationKind()
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
Driscv.h132 R_RISCV_ADD64, enumerator
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/
DRISCV.def38 ELF_RELOC(R_RISCV_ADD64, 36)
/openbsd/src/gnu/llvm/llvm/lib/Object/
DRelocationResolver.cpp446 case ELF::R_RISCV_ADD64: in supportsRISCV()
489 case ELF::R_RISCV_ADD64: in resolveRISCV()
/openbsd/src/gnu/llvm/lld/ELF/Arch/
DRISCV.cpp263 case R_RISCV_ADD64: in getRelExpr()
447 case R_RISCV_ADD64: in relocate()