Home
last modified time | relevance | path

Searched refs:R_RISCV_PCREL_LO12_I (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DELF_riscv.cpp30 assert((E.getKind() == R_RISCV_PCREL_LO12_I || in getRISCVPCRelHi20()
114 case R_RISCV_PCREL_LO12_I: { in applyFixup()
162 case ELF::R_RISCV_PCREL_LO12_I: in getRelocationKind()
163 return EdgeKind_riscv::R_RISCV_PCREL_LO12_I; in getRelocationKind()
Driscv.cpp33 case R_RISCV_PCREL_LO12_I: in getEdgeKindName()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
Driscv.h61 R_RISCV_PCREL_LO12_I, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
DRISCV.def26 ELF_RELOC(R_RISCV_PCREL_LO12_I, 24)
/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
DRISCV.cpp260 case R_RISCV_PCREL_LO12_I: in getRelExpr()
388 relocateNoSym(loc + 4, R_RISCV_PCREL_LO12_I, val); in relocate()
405 case R_RISCV_PCREL_LO12_I: in relocate()
/freebsd-12-stable/sys/riscv/riscv/
Delf_machdep.c228 { R_RISCV_PCREL_LO12_I, "R_RISCV_PCREL_LO12_I" },
392 case R_RISCV_PCREL_LO12_I: in elf_reloc_internal()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVELFObjectWriter.cpp68 return ELF::R_RISCV_PCREL_LO12_I; in getRelocType()
/freebsd-12-stable/sys/sys/
Delf_common.h1286 #define R_RISCV_PCREL_LO12_I 24 macro
/freebsd-12-stable/contrib/elftoolchain/common/
Delfdefinitions.h2129 _ELF_DEFINE_RELOC(R_RISCV_PCREL_LO12_I, 24) \