Home
last modified time | relevance | path

Searched refs:R_RISCV_JAL (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Driscv.cpp29 case R_RISCV_JAL: in getEdgeKindName()
30 return "R_RISCV_JAL"; in getEdgeKindName()
H A DELF_riscv.cpp225 case R_RISCV_JAL: { in applyFixup()
612 NewEdgeKind = R_RISCV_JAL; in relaxCall()
728 case R_RISCV_JAL: in finalizeBlockRelax()
792 case ELF::R_RISCV_JAL: in getRelocationKind()
793 return EdgeKind_riscv::R_RISCV_JAL; in getRelocationKind()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Driscv.h53 R_RISCV_JAL, enumerator
208 /// Linker relaxation will replace this with R_RISCV_RVC_JUMP or R_RISCV_JAL
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DRISCV.def20 ELF_RELOC(R_RISCV_JAL, 17)
/freebsd/sys/riscv/riscv/
H A Delf_machdep.c250 { R_RISCV_JAL, "R_RISCV_JAL" },
359 case R_RISCV_JAL: in elf_reloc_internal()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFObjectWriter.cpp89 return ELF::R_RISCV_JAL; in getRelocType()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp289 case R_RISCV_JAL: in getRelExpr()
392 case R_RISCV_JAL: { in relocate()
755 sec.relaxAux->relocTypes[i] = R_RISCV_JAL; in relaxCall()
1000 case R_RISCV_JAL: in finalizeRelax()
/freebsd/sys/sys/
H A Delf_common.h1367 #define R_RISCV_JAL 17 macro
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp598 case R_RISCV_JAL: in getRISCVUndefinedRelativeWeakVA()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2122 _ELF_DEFINE_RELOC(R_RISCV_JAL, 17) \