Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDriscv.cpp37 case R_RISCV_PCREL_HI20: in getEdgeKindName()
HDELF_riscv.cpp70 E.setKind(R_RISCV_PCREL_HI20); in fixGOTEdge()
167 if (E.getKind() == R_RISCV_PCREL_HI20) in gatherRISCVPCRelHi20()
260 case R_RISCV_PCREL_HI20: { in applyFixup()
800 case ELF::R_RISCV_PCREL_HI20: in getRelocationKind()
801 return EdgeKind_riscv::R_RISCV_PCREL_HI20; in getRelocationKind()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
HDriscv.h77 R_RISCV_PCREL_HI20, enumerator
/freebsd-head/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
HDRISCV.def26 ELF_RELOC(R_RISCV_PCREL_HI20, 23)
/freebsd-head/sys/riscv/riscv/
HDelf_machdep.c252 { R_RISCV_PCREL_HI20, "R_RISCV_PCREL_HI20" },
411 case R_RISCV_PCREL_HI20: in elf_reloc_internal()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
HDRISCVELFObjectWriter.cpp69 return ELF::R_RISCV_PCREL_HI20; in getRelocType()
/freebsd-head/contrib/llvm-project/lld/ELF/Arch/
HDRISCV.cpp291 case R_RISCV_PCREL_HI20: in getRelExpr()
428 relocateNoSym(loc, R_RISCV_PCREL_HI20, val); in relocate()
435 case R_RISCV_PCREL_HI20: in relocate()
/freebsd-head/sys/sys/
HDelf_common.h1374 #define R_RISCV_PCREL_HI20 23 macro
/freebsd-head/contrib/llvm-project/lld/ELF/
HDInputSection.cpp654 if (it->type == R_RISCV_PCREL_HI20 || it->type == R_RISCV_GOT_HI20 || in getRISCVPCRelHi20()
/freebsd-head/contrib/elftoolchain/common/
HDelfdefinitions.h2128 _ELF_DEFINE_RELOC(R_RISCV_PCREL_HI20, 23) \