Lines Matching refs:Section
86 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() local
87 uint8_t *LocalAddress = Section.Address + RE.Offset; in resolveRelocation()
90 uint64_t FinalAddress = Section.LoadAddress + RE.Offset; in resolveRelocation()
116 const SectionRef &Section) { in finalizeSection() argument
118 Section.getName(Name); in finalizeSection()
121 populateJumpTable(cast<MachOObjectFile>(Obj), Section, SectionID); in finalizeSection()
124 Section, SectionID); in finalizeSection()
137 SectionEntry &Section = Sections[SectionID]; in processSECTDIFFRelocation() local
142 uint8_t *LocalAddress = Section.Address + Offset; in processSECTDIFFRelocation()
195 SectionEntry &Section = Sections[SectionID]; in processI386ScatteredVANILLA() local
200 uint8_t *LocalAddress = Section.Address + Offset; in processI386ScatteredVANILLA()