Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFObjectWriter.cpp62 return ELF::R_RISCV_NONE; in getRelocType()
106 return ELF::R_RISCV_NONE; in getRelocType()
116 return ELF::R_RISCV_NONE; in getRelocType()
119 return ELF::R_RISCV_NONE; in getRelocType()
H A DRISCVAsmBackend.cpp46 .Case("BFD_RELOC_NONE", ELF::R_RISCV_NONE) in getFixupKind()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DRISCV.def6 ELF_RELOC(R_RISCV_NONE, 0)
/freebsd/stand/common/
H A Dself_reloc.c56 #define RELOC_TYPE_NONE R_RISCV_NONE
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp192 case R_RISCV_NONE: in getImplicitAddend()
260 : static_cast<RelType>(R_RISCV_NONE); in getDynRel()
266 case R_RISCV_NONE: in getRelExpr()
823 std::fill_n(aux.relocTypes.get(), relocs.size(), R_RISCV_NONE); in relax()
962 if (remove == 0 && aux.relocTypes[i] == R_RISCV_NONE) in finalizeRelax()
1009 aux.relocTypes[i] = R_RISCV_NONE; in finalizeRelax()
1029 if (aux.relocTypes[i] != R_RISCV_NONE) in finalizeRelax()
/freebsd/sys/riscv/riscv/
H A Delf_machdep.c246 { R_RISCV_NONE, "R_RISCV_NONE" },
321 case R_RISCV_NONE: in elf_reloc_internal()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp443 case ELF::R_RISCV_NONE: in supportsRISCV()
471 case ELF::R_RISCV_NONE: in resolveRISCV()
/freebsd/libexec/rtld-elf/riscv/
H A Dreloc.c344 case R_RISCV_NONE: in reloc_non_plt()
/freebsd/sys/sys/
H A Delf_common.h1355 #define R_RISCV_NONE 0 macro
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c960 #define DT_REL_NONE R_RISCV_NONE
987 GELF_R_TYPE(rela->r_info) != R_RISCV_NONE) in dt_modtext()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2109 _ELF_DEFINE_RELOC(R_RISCV_NONE, 0) \