Lines Matching refs:Sections
63 SectionEntry &AddendSection = Sections[SectionID]; in processRelocationRef()
133 const auto Section = Sections[RE.SectionID]; in resolveRelocation()
143 RE.Sections.SectionA == static_cast<uint32_t>(-1) in resolveRelocation()
145 : Sections[RE.Sections.SectionA].getLoadAddressWithOffset( in resolveRelocation()
153 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
162 Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend) - in resolveRelocation()
163 Sections[0].getLoadAddress(); in resolveRelocation()
170 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
177 uint64_t Result = RE.Sections.SectionA == static_cast<uint32_t>(-1) in resolveRelocation()
179 : Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
187 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()