Searched refs:R_MIPS_64 (Results 1 – 10 of 10) sorted by relevance
58 relativeRel = (R_MIPS_64 << 8) | R_MIPS_REL32; in MIPS()59 symbolicRel = R_MIPS_64; in MIPS()130 case R_MIPS_64: in getRelExpr()461 case R_MIPS_64: in getImplicitAddend()465 case (R_MIPS_64 << 8) | R_MIPS_REL32: in getImplicitAddend()499 if (type2 == R_MIPS_64 && type3 == R_MIPS_NONE) in calculateMipsRelChain()595 case R_MIPS_64: in relocate()
242 ? setRTypes(ELF::R_MIPS_PC32, ELF::R_MIPS_64, ELF::R_MIPS_NONE) in getRelocType()243 : (unsigned)ELF::R_MIPS_64; in getRelocType()293 is64Bit() ? ELF::R_MIPS_64 : ELF::R_MIPS_NONE, in getRelocType()563 case ELF::R_MIPS_64: in needsRelocateWithSymbol()
309 .Case("BFD_RELOC_64", ELF::R_MIPS_64) in getFixupKind()
93 case R_MIPS_64: /* S + A */ in ef_mips_reloc()
131 case ELF::R_MIPS_64: in evaluateMIPS64Relocation()258 case ELF::R_MIPS_64: in applyMIPSRelocation()
24 ELF_RELOC(R_MIPS_64, 18)
51 return (is64 ? R_MIPS_64 : R_MIPS_32); in _dwarf_get_reloc_type()109 else if (rel_type == R_MIPS_64) in _dwarf_get_reloc_size()
132 case ELF::R_MIPS_64: in supportsMips64() 146 case ELF::R_MIPS_64: in resolveMips64()
1223 #define R_MIPS_64 18 /* Direct 64 bit */ macro
1890 _ELF_DEFINE_RELOC(R_MIPS_64, 18) \