Lines Matching refs:Section
37 const SectionEntry &Section = Sections[RE.SectionID];
38 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
96 const SectionEntry &Section = Sections[RE.SectionID];
97 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
102 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset);
163 const SectionRef &Section) {
165 Section.getName(Name);
169 Section, SectionID);
179 SectionEntry &Section = Sections[RE.SectionID];
183 Addr = Section.getAddressWithOffset(i->second);
186 Stubs[Value] = Section.getStubOffset();
188 Section.getAddressWithOffset(Section.getStubOffset()));
190 RE.SectionID, StubTargetAddr - Section.getAddress(),
196 Addr = Section.getAddressWithOffset(Section.getStubOffset());
197 Section.advanceStubOffset(getMaxStubSize());
222 SectionEntry &Section = Sections[SectionID];
226 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset);
235 assert(SAI != MachO.section_end() && "Can't find section for address A");
245 assert(SBI != MachO.section_end() && "Can't find section for address B");