Home
last modified time | relevance | path

Searched refs:R_RISCV_RELAX (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DRISCV.def49 ELF_RELOC(R_RISCV_RELAX, 51)
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp323 case R_RISCV_RELAX: in getRelExpr()
532 case R_RISCV_RELAX: in relocate()
547 return i + 1 != relocs.size() && relocs[i + 1].type == R_RISCV_RELAX; in relaxable()
772 sec.relaxAux->relocTypes[i] = R_RISCV_RELAX; in relaxTlsLe()
802 sec.relaxAux->relocTypes[i] = R_RISCV_RELAX; in relaxHi20Lo12()
993 case R_RISCV_RELAX: in finalizeRelax()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFObjectWriter.cpp144 return ELF::R_RISCV_RELAX; in getRelocType()
/freebsd/sys/sys/
H A Delf_common.h1395 #define R_RISCV_RELAX 51 macro
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp885 if (Type == ELF::R_RISCV_RELAX) { in addSingleRelocation()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2150 _ELF_DEFINE_RELOC(R_RISCV_RELAX, 51) \
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td1534 // R_RISCV_CALL and R_RISCV_RELAX relocations can be be relaxed by the linker