Lines Matching refs:SectionID
82 processRelocationRef(unsigned SectionID,
106 SectionEntry &AddendSection = Sections[SectionID];
124 LLVM_DEBUG(dbgs() << "\t\tIn Section " << SectionID << " Offset " << Offset
133 TargetSectionID = SectionID;
134 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName, true);
148 RelocationEntry RE(SectionID, Offset, RelType, 0, -1, 0, 0, 0, false, 0);
163 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID,
170 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID,
183 RelocationEntry(SectionID, Offset, RelType, TargetOffset + Addend);
189 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID,
197 RelocationEntry RE = RelocationEntry(SectionID, Offset, RelType,
209 const auto Section = Sections[RE.SectionID];
251 assert(static_cast<uint32_t>(RE.SectionID) <= UINT16_MAX &&
255 << RE.SectionID << '\n');
256 writeBytesUnaligned(RE.SectionID, Target, 2);
298 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4;
313 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4;
328 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4;