Searched refs:R_MIPS_LO16 (Results 1 – 10 of 10) sorted by relevance
144 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()
75 case ELF::R_MIPS_LO16: in evaluateMIPS32Relocation()144 case ELF::R_MIPS_LO16: in evaluateMIPS64Relocation()223 case ELF::R_MIPS_LO16: in applyMIPSRelocation()
115 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()
12 ELF_RELOC(R_MIPS_LO16, 6)
1107 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()
1216 #define R_MIPS_LO16 6 /* Low 16 bit */ macro
168 return R_MIPS_LO16; in getMipsPairType()178 return isLocal ? R_MIPS_LO16 : R_MIPS_NONE; in getMipsPairType()
972 target->relocateNoSym(buf + 8, R_MIPS_LO16, s); in writeTo()
792 if (type == R_MIPS_LO16 || type == R_MICROMIPS_LO16) in getRelocTargetVA()
1881 _ELF_DEFINE_RELOC(R_MIPS_LO16, 6) \