Lines Matching refs:Sections
84 SectionEntry &AddendSection = Sections[SectionID]; in processRelocationRef()
187 const auto Section = Sections[RE.SectionID]; in resolveRelocation()
199 RE.Sections.SectionA == static_cast<uint32_t>(-1) in resolveRelocation()
201 : Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend); in resolveRelocation()
206 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
215 uint64_t Result = Sections[RE.Sections.SectionA].getLoadAddress() - in resolveRelocation()
216 Sections[0].getLoadAddress() + RE.Addend; in resolveRelocation()
220 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
248 Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend); in resolveRelocation()
252 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
276 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()
291 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()
306 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()