Home
last modified time | relevance | path

Searched refs:R_RISCV_NONE (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
HDRISCVELFObjectWriter.cpp59 return ELF::R_RISCV_NONE; in getRelocType()
93 return ELF::R_RISCV_NONE; in getRelocType()
96 return ELF::R_RISCV_NONE; in getRelocType()
99 return ELF::R_RISCV_NONE; in getRelocType()
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
HDRISCV.cpp76 noneRel = R_RISCV_NONE; in RISCV()
185 : static_cast<RelType>(R_RISCV_NONE); in getDynRel()
191 case R_RISCV_NONE: in getRelExpr()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
HDRISCV.def6 ELF_RELOC(R_RISCV_NONE, 0)
/freebsd-11-stable/sys/riscv/riscv/
HDelf_machdep.c235 { R_RISCV_NONE, "R_RISCV_NONE" },
310 case R_RISCV_NONE: in elf_reloc_internal()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDRelocationResolver.cpp340 case ELF::R_RISCV_NONE: in supportsRISCV()
363 case ELF::R_RISCV_NONE: in resolveRISCV()
/freebsd-11-stable/libexec/rtld-elf/riscv/
HDreloc.c272 case R_RISCV_NONE: in reloc_non_plt()
/freebsd-11-stable/sys/sys/
HDelf_common.h1219 #define R_RISCV_NONE 0 macro
/freebsd-11-stable/contrib/elftoolchain/common/
HDelfdefinitions.h2109 _ELF_DEFINE_RELOC(R_RISCV_NONE, 0) \