Lines Matching refs:Section
85 const SectionEntry &Section = Sections[RE.SectionID];
86 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
89 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset);
115 const SectionRef &Section) {
117 Section.getName(Name);
120 populateJumpTable(cast<MachOObjectFile>(Obj), Section, SectionID);
123 Section, SectionID);
136 SectionEntry &Section = Sections[SectionID];
141 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset);
151 assert(SAI != Obj.section_end() && "Can't find section for address A");
161 assert(SBI != Obj.section_end() && "Can't find section for address B");
185 // Populate stubs in __jump_table section.
189 "__jump_table section not supported in 64-bit MachO.");
192 MachO::section Sec32 = Obj.getSection(JTSection.getRawDataRefImpl());
201 "Jump-table section does not contain a whole number of stubs?");