Lines Matching refs:SectionID
17 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
22 RE.SymOffset, RE.SectionID); in resolveRelocation()
25 RE.SymOffset, RE.SectionID); in resolveRelocation()
34 const SectionEntry &Section = Sections[RE.SectionID]; in evaluateRelocation()
36 Addend, RE.SymOffset, RE.SectionID); in evaluateRelocation()
45 const SectionEntry &Section = Sections[RE.SectionID]; in applyRelocation()
111 int64_t Addend, uint64_t SymOffset, SID SectionID) { in evaluateMIPS64Relocation() argument
121 << " SID: " << format("%d", SectionID) in evaluateMIPS64Relocation()
137 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation()
155 getSectionAddress(SectionToGOTMap[SectionID]) + SymOffset; in evaluateMIPS64Relocation()
175 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation()
268 int64_t Addend, uint64_t SymOffset, SID SectionID) { in resolveMIPSN32Relocation() argument
270 Section, Offset, Value, Type, Addend, SymOffset, SectionID); in resolveMIPSN32Relocation()
277 int64_t Addend, uint64_t SymOffset, SID SectionID) { in resolveMIPSN64Relocation() argument
287 SymOffset, SectionID); in resolveMIPSN64Relocation()
292 SectionID); in resolveMIPSN64Relocation()
298 SectionID); in resolveMIPSN64Relocation()