Lines Matching defs:SectionID
37 processRelocationRef(unsigned SectionID,
64 TargetSectionID = SectionID;
65 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName, true);
80 SectionEntry &AddendSection = Sections[SectionID];
100 LLVM_DEBUG(dbgs() << "\t\tIn Section " << SectionID << " Offset " << Offset
105 RelocationEntry RE(SectionID, Offset, RelType, 0, -1, 0, 0, 0, false, 0);
117 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID,
130 RelocationEntry(SectionID, Offset, RelType, TargetOffset + Addend);
143 const auto Section = Sections[RE.SectionID];
201 assert(static_cast<uint32_t>(RE.SectionID) <= UINT16_MAX &&
205 << RE.SectionID << '\n');
206 writeBytesUnaligned(RE.SectionID, Target, 2);