Lines Matching refs:SectionID
38 processRelocationRef(unsigned SectionID, in processRelocationRef() argument
62 SectionEntry &AddendSection = Sections[SectionID]; in processRelocationRef()
80 DEBUG(dbgs() << "\t\tIn Section " << SectionID << " Offset " << Offset in processRelocationRef()
86 RelocationEntry RE(SectionID, Offset, RelType, 0, -1, 0, 0, 0, false, 0); in processRelocationRef()
103 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID, in processRelocationRef()
115 RelocationEntry RE = RelocationEntry(SectionID, Offset, RelType, in processRelocationRef()
122 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID, in processRelocationRef()
131 RelocationEntry(SectionID, Offset, RelType, in processRelocationRef()
143 const auto Section = Sections[RE.SectionID]; in resolveRelocation()
186 assert(static_cast<int32_t>(RE.SectionID) <= INT16_MAX && in resolveRelocation()
188 assert(static_cast<int32_t>(RE.SectionID) >= INT16_MIN && in resolveRelocation()
191 << " RelType: IMAGE_REL_ARM_SECTION Value: " << RE.SectionID in resolveRelocation()
193 writeBytesUnaligned(RE.SectionID, Target, 2); in resolveRelocation()
239 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()
254 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()
269 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()