Lines Matching refs:SectionID
100 generateRelocationStub(unsigned SectionID, StringRef TargetName, in generateRelocationStub() argument
104 SectionEntry &Section = Sections[SectionID]; in generateRelocationStub()
107 OriginalRelValueRef.SectionID = SectionID; in generateRelocationStub()
128 const RelocationEntry RE(SectionID, Offset, RelType, Addend); in generateRelocationStub()
142 processRelocationRef(unsigned SectionID, object::relocation_iterator RelI, in processRelocationRef() argument
169 SectionEntry &AddendSection = Sections[SectionID]; in processRelocationRef()
177 TargetSectionID = SectionID; in processRelocationRef()
178 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName); in processRelocationRef()
204 SectionID, TargetName, Offset, RelType, Addend, Stubs); in processRelocationRef()
241 LLVM_DEBUG(dbgs() << "\t\tIn Section " << SectionID << " Offset " << Offset in processRelocationRef()
247 RelocationEntry RE(SectionID, Offset, RelType, Addend); in processRelocationRef()
250 RelocationEntry RE(SectionID, Offset, RelType, TargetOffset + Addend); in processRelocationRef()
257 const auto Section = Sections[RE.SectionID]; in resolveRelocation()
348 assert(static_cast<uint32_t>(RE.SectionID) <= UINT16_MAX && in resolveRelocation()
350 add16(Target, RE.SectionID); in resolveRelocation()