Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Driscv.cpp37 case R_RISCV_PCREL_HI20: in getEdgeKindName()
38 return "R_RISCV_PCREL_HI20"; in getEdgeKindName()
H A DELF_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/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Driscv.h77 R_RISCV_PCREL_HI20, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DRISCV.def26 ELF_RELOC(R_RISCV_PCREL_HI20, 23)
/freebsd/sys/riscv/riscv/
H A Delf_machdep.c252 { R_RISCV_PCREL_HI20, "R_RISCV_PCREL_HI20" },
411 case R_RISCV_PCREL_HI20: in elf_reloc_internal()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFObjectWriter.cpp69 return ELF::R_RISCV_PCREL_HI20; in getRelocType()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.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/sys/sys/
H A Delf_common.h1373 #define R_RISCV_PCREL_HI20 23 macro
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp654 if (it->type == R_RISCV_PCREL_HI20 || it->type == R_RISCV_GOT_HI20 || in getRISCVPCRelHi20()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2128 _ELF_DEFINE_RELOC(R_RISCV_PCREL_HI20, 23) \