Lines Matching refs:SymOffset
21 RE.SymOffset, RE.SectionID); in resolveRelocation()
24 RE.SymOffset, RE.SectionID); in resolveRelocation()
35 Addend, RE.SymOffset, RE.SectionID); in evaluateRelocation()
110 int64_t Addend, uint64_t SymOffset, SID SectionID) { in evaluateMIPS64Relocation() argument
121 << " SymOffset: " << format("%x", SymOffset) << "\n"); in evaluateMIPS64Relocation()
154 getSectionAddress(SectionToGOTMap[SectionID]) + SymOffset; in evaluateMIPS64Relocation()
167 return (SymOffset - 0x7ff0) & 0xffff; in evaluateMIPS64Relocation()
267 int64_t Addend, uint64_t SymOffset, SID SectionID) { in resolveMIPSN32Relocation() argument
269 Section, Offset, Value, Type, Addend, SymOffset, SectionID); in resolveMIPSN32Relocation()
276 int64_t Addend, uint64_t SymOffset, SID SectionID) { in resolveMIPSN64Relocation() argument
286 SymOffset, SectionID); in resolveMIPSN64Relocation()
290 CalculatedValue, SymOffset, in resolveMIPSN64Relocation()
296 CalculatedValue, SymOffset, in resolveMIPSN64Relocation()