Lines Matching refs:SymOffset
229 uint64_t SymOffset) { in resolveX86_64Relocation() argument
602 uint64_t SymOffset, in resolveMIPS64Relocation() argument
613 SymOffset, SectionID); in resolveMIPS64Relocation()
617 CalculatedValue, SymOffset, in resolveMIPS64Relocation()
623 CalculatedValue, SymOffset, in resolveMIPS64Relocation()
634 uint64_t SymOffset, SID SectionID) { in evaluateMIPS64Relocation() argument
642 << " SymOffset: " << format("%x", SymOffset) << "\n"); in evaluateMIPS64Relocation()
671 getSectionAddress(SectionToGOTMap[SectionID]) + SymOffset; in evaluateMIPS64Relocation()
684 return (SymOffset - 0x7ff0) & 0xffff; in evaluateMIPS64Relocation()
1101 RE.SymOffset, RE.SectionID); in resolveRelocation()
1107 uint64_t SymOffset, SID SectionID) { in resolveRelocation() argument
1110 resolveX86_64Relocation(Section, Offset, Value, Type, Addend, SymOffset); in resolveRelocation()
1135 resolveMIPS64Relocation(Section, Offset, Value, Type, Addend, SymOffset, in resolveRelocation()
1474 RE.SymOffset = i->second; in processRelocationRef()
1476 RE.SymOffset = allocateGOTEntries(SectionID, 1); in processRelocationRef()
1477 GOTSymbolOffsets[TargetName] = RE.SymOffset; in processRelocationRef()