Lines Matching defs:SectionID

242 // The target location for the relocation is described by RE.SectionID and
243 // RE.Offset. RE.SectionID can be used to find the SectionEntry. Each
265 const SectionEntry &Section = Sections[RE.SectionID];
269 dbgs() << "resolveRelocation Section: " << RE.SectionID
302 const SectionEntry &Section = Sections[RE.SectionID];
332 const SectionEntry &Section = Sections[RE.SectionID];
364 const SectionEntry &Section = Sections[RE.SectionID];
417 const SectionEntry &Section = Sections[RE.SectionID];
548 unsigned SectionID,
557 SectionEntry &Section = Sections[SectionID];
602 RelocationEntry R(SectionID, Offset, RelocType, 0,
613 unsigned SectionID,
622 SectionEntry &Section = Sections[SectionID];
645 RelocationEntry R(SectionID, Offset, RelocType, Addend,
654 unsigned SectionID, relocation_iterator RelI, ObjectImage &Obj,
677 return processSECTDIFFRelocation(SectionID, RelI, Obj, ObjSectionToID);
679 return processI386ScatteredVANILLA(SectionID, RelI, Obj, ObjSectionToID);
685 SectionEntry &Section = Sections[SectionID];
705 Value.SectionID = lsi->second.first;
712 Value.SectionID = gsi->second.first;
734 Value.SectionID = findOrEmitSection(Obj, Sec, IsCode, ObjSectionToID);
757 RelocationEntry GOTRE(SectionID, Section.StubOffset,
763 addRelocationForSection(GOTRE, Value.SectionID);
767 RelocationEntry TargetRE(SectionID, Offset,
784 RelocationEntry StubRE(SectionID, StubTargetAddr - Section.Address,
789 addRelocationForSection(StubRE, Value.SectionID);
793 RelocationEntry TargetRE(Value.SectionID, Offset, RelType, 0, IsPCRel,
797 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend, IsPCRel, Size);
801 addRelocationForSection(RE, Value.SectionID);