Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp144 return ELF::R_MIPS_LO16; in getMatchingLoType()
155 return ELF::R_MIPS_LO16; in getMatchingLoType()
306 return ELF::R_MIPS_LO16; in getRelocType()
333 return setRTypes(ELF::R_MIPS_GPREL16, ELF::R_MIPS_SUB, ELF::R_MIPS_LO16); in getRelocType()
542 case ELF::R_MIPS_LO16: in needsRelocateWithSymbol()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp75 case ELF::R_MIPS_LO16: in evaluateMIPS32Relocation()
144 case ELF::R_MIPS_LO16: in evaluateMIPS64Relocation()
223 case ELF::R_MIPS_LO16: in applyMIPSRelocation()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp115 case R_MIPS_LO16: in getRelExpr()
407 case R_MIPS_LO16: in getImplicitAddend()
501 if (type2 == R_MIPS_SUB && (type3 == R_MIPS_HI16 || type3 == R_MIPS_LO16)) in calculateMipsRelChain()
634 case R_MIPS_LO16: in relocate()
759 return type == R_MIPS_LO16 || type == R_MIPS_GOT_OFST || in usesOnlyLowPageBits()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DMips.def12 ELF_RELOC(R_MIPS_LO16, 6)
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1107 return ELF::R_MIPS_LO16; in getMatchingLoRelocation()
1110 return ELF::R_MIPS_LO16; in getMatchingLoRelocation()
1421 ELF::R_MIPS_LO16, Value.Addend); in processRelocationRef()
1439 } else if (RelType == ELF::R_MIPS_LO16 || RelType == ELF::R_MIPS_PCLO16) { in processRelocationRef()
1517 ELF::R_MIPS_LO16, Value.Addend); in processRelocationRef()
1539 ELF::R_MIPS_LO16, Value.Addend); in processRelocationRef()
/freebsd/sys/sys/
H A Delf_common.h1216 #define R_MIPS_LO16 6 /* Low 16 bit */ macro
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp168 return R_MIPS_LO16; in getMipsPairType()
178 return isLocal ? R_MIPS_LO16 : R_MIPS_NONE; in getMipsPairType()
H A DThunks.cpp972 target->relocateNoSym(buf + 8, R_MIPS_LO16, s); in writeTo()
H A DInputSection.cpp792 if (type == R_MIPS_LO16 || type == R_MICROMIPS_LO16) in getRelocTargetVA()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1881 _ELF_DEFINE_RELOC(R_MIPS_LO16, 6) \