Home
last modified time | relevance | path

Searched refs:R_LARCH_NONE (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchELFObjectWriter.cpp60 return ELF::R_LARCH_NONE; in getRelocType()
63 return ELF::R_LARCH_NONE; in getRelocType()
66 return ELF::R_LARCH_NONE; in getRelocType()
H A DLoongArchAsmBackend.cpp37 .Case("BFD_RELOC_NONE", ELF::R_LARCH_NONE) in getFixupKind()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DLoongArch.cpp298 case R_LARCH_NONE: in getImplicitAddend()
378 : static_cast<RelType>(R_LARCH_NONE); in getDynRel()
384 case R_LARCH_NONE: in getRelExpr()
754 std::fill_n(aux.relocTypes.get(), relocs.size(), R_LARCH_NONE); in relax()
866 if (remove == 0 && aux.relocTypes[i] == R_LARCH_NONE) in finalizeRelax()
886 if (aux.relocTypes[i] != R_LARCH_NONE) in finalizeRelax()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DLoongArch.def11 ELF_RELOC(R_LARCH_NONE, 0)
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp537 case ELF::R_LARCH_NONE: in supportsLoongArch()
560 case ELF::R_LARCH_NONE: in resolveLoongArch()
/freebsd/sys/sys/
H A Delf_common.h1411 #define R_LARCH_NONE 0 macro