Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Driscv.cpp27 case R_RISCV_BRANCH: in getEdgeKindName()
28 return "R_RISCV_BRANCH"; in getEdgeKindName()
H A DELF_riscv.cpp210 case R_RISCV_BRANCH: { in applyFixup()
790 case ELF::R_RISCV_BRANCH: in getRelocationKind()
791 return EdgeKind_riscv::R_RISCV_BRANCH; in getRelocationKind()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Driscv.h46 R_RISCV_BRANCH, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DRISCV.def19 ELF_RELOC(R_RISCV_BRANCH, 16)
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFObjectWriter.cpp91 return ELF::R_RISCV_BRANCH; in getRelocType()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp290 case R_RISCV_BRANCH: in getRelExpr()
407 case R_RISCV_BRANCH: { in relocate()
/freebsd/sys/sys/
H A Delf_common.h1366 #define R_RISCV_BRANCH 16 macro
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp597 case R_RISCV_BRANCH: in getRISCVUndefinedRelativeWeakVA()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2121 _ELF_DEFINE_RELOC(R_RISCV_BRANCH, 16) \