Lines Matching refs:Section
51 auto Section = *Symbol->getSection();
60 DEBUG(dbgs() << "\t\tIn Section " << SectionID << " Offset " << Offset
65 if (Section == Obj.section_end()) {
70 findOrEmitSection(Obj, *Section, Section->isText(), ObjSectionToID);
107 const auto Section = Sections[RE.SectionID];
108 uint8_t *Target = Section.getAddressWithOffset(RE.Offset);
134 // NOTE: use Section[0].getLoadAddress() as an approximation of ImageBase
152 Section.getLoadAddress() + RE.Addend - 4 - RE.Offset;
165 // 16-bit section index of the section that contains the target.
176 // 32-bit offset of the target from the beginning of its section.