Lines Matching refs:SectionID
38 processRelocationRef(unsigned SectionID, in processRelocationRef() argument
63 SectionEntry &AddendSection = Sections[SectionID]; in processRelocationRef()
83 DEBUG(dbgs() << "\t\tIn Section " << SectionID << " Offset " << Offset in processRelocationRef()
89 RelocationEntry RE(SectionID, Offset, RelType, 0, -1, 0, 0, 0, false, 0); in processRelocationRef()
106 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID, in processRelocationRef()
118 RelocationEntry RE = RelocationEntry(SectionID, Offset, RelType, in processRelocationRef()
133 const auto Section = Sections[RE.SectionID]; in resolveRelocation()
194 assert(static_cast<int32_t>(RE.SectionID) <= INT16_MAX && in resolveRelocation()
196 assert(static_cast<int32_t>(RE.SectionID) >= INT16_MIN && in resolveRelocation()
199 << " RelType: IMAGE_REL_I386_SECTION Value: " << RE.SectionID in resolveRelocation()
201 writeBytesUnaligned(RE.SectionID, Target, 2); in resolveRelocation()