Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp152 return ELF::R_MIPS_NONE; in getMatchingLoType()
161 return ELF::R_MIPS_NONE; in getMatchingLoType()
228 return ELF::R_MIPS_NONE; in getRelocType()
232 return ELF::R_MIPS_NONE; in getRelocType()
242 ? setRTypes(ELF::R_MIPS_PC32, ELF::R_MIPS_64, ELF::R_MIPS_NONE) in getRelocType()
293 is64Bit() ? ELF::R_MIPS_64 : ELF::R_MIPS_NONE, in getRelocType()
294 ELF::R_MIPS_NONE); in getRelocType()
458 return getMatchingLoType(Reloc) != ELF::R_MIPS_NONE; in sortRelocs()
465 assert(MatchingType != ELF::R_MIPS_NONE && in sortRelocs()
524 case ELF::R_MIPS_NONE: in needsRelocateWithSymbol()
H A DMipsAsmBackend.cpp306 .Case("BFD_RELOC_NONE", ELF::R_MIPS_NONE) in getFixupKind()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp191 case R_MIPS_NONE: in getRelExpr()
203 return R_MIPS_NONE; in getDynRel()
469 case R_MIPS_NONE: in getImplicitAddend()
497 if (type2 == R_MIPS_NONE && type3 == R_MIPS_NONE) in calculateMipsRelChain()
499 if (type2 == R_MIPS_64 && type3 == R_MIPS_NONE) in calculateMipsRelChain()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp128 case ELF::R_MIPS_NONE: in evaluateMIPS64Relocation()
287 if (r_type2 != ELF::R_MIPS_NONE) { in resolveMIPSN64Relocation()
293 if (r_type3 != ELF::R_MIPS_NONE) { in resolveMIPSN64Relocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DMips.def6 ELF_RELOC(R_MIPS_NONE, 0)
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1800 : Type(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)), in NormalizedMips64RelType()
1801 Type2(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)), in NormalizedMips64RelType()
1802 Type3(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)), in NormalizedMips64RelType()
1943 IO.mapOptional("Type2", Key->Type2, ELFYAML::ELF_REL(ELF::R_MIPS_NONE)); in mapping()
1944 IO.mapOptional("Type3", Key->Type3, ELFYAML::ELF_REL(ELF::R_MIPS_NONE)); in mapping()
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp178 return isLocal ? R_MIPS_LO16 : R_MIPS_NONE; in getMipsPairType()
180 return isLocal ? R_MICROMIPS_LO16 : R_MIPS_NONE; in getMipsPairType()
186 return R_MIPS_NONE; in getMipsPairType()
503 if (pairTy == R_MIPS_NONE) in computeMipsAddend()
/freebsd/sys/sys/
H A Delf_common.h1210 #define R_MIPS_NONE 0 /* No reloc */ macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1875 _ELF_DEFINE_RELOC(R_MIPS_NONE, 0) \
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1116 return ELF::R_MIPS_NONE; in getMatchingLoRelocation()