Lines Matching full:sections
106 SectionEntry &AddendSection = Sections[SectionID]; in processRelocationRef()
209 const auto Section = Sections[RE.SectionID]; in resolveRelocation()
221 RE.Sections.SectionA == static_cast<uint32_t>(-1) in resolveRelocation()
223 : Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend); in resolveRelocation()
228 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
237 uint64_t Result = Sections[RE.Sections.SectionA].getLoadAddress() - in resolveRelocation()
238 Sections[0].getLoadAddress() + RE.Addend; in resolveRelocation()
242 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
270 Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend); in resolveRelocation()
274 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
298 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()
313 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()
328 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()