Lines Matching refs:Sect
164 MachO::section_64 Sect = O->getSection64(Sec); in getSectionFlags() local
165 return Sect.flags; in getSectionFlags()
167 MachO::section Sect = O->getSection(Sec); in getSectionFlags() local
168 return Sect.flags; in getSectionFlags()
623 MachO::section_64 Sect = getSection64(Sec); in getSectionSize() local
624 SectOffset = Sect.offset; in getSectionSize()
625 SectSize = Sect.size; in getSectionSize()
626 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
628 MachO::section Sect = getSection(Sec); in getSectionSize() local
629 SectOffset = Sect.offset; in getSectionSize()
630 SectSize = Sect.size; in getSectionSize()
631 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
649 MachO::section_64 Sect = getSection64(Sec); in getSectionContents() local
650 Offset = Sect.offset; in getSectionContents()
651 Size = Sect.size; in getSectionContents()
653 MachO::section Sect = getSection(Sec); in getSectionContents() local
654 Offset = Sect.offset; in getSectionContents()
655 Size = Sect.size; in getSectionContents()
665 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment() local
666 Align = Sect.align; in getSectionAlignment()
668 MachO::section Sect = getSection(Sec); in getSectionAlignment() local
669 Align = Sect.align; in getSectionAlignment()
728 MachO::section_64 Sect = getSection64(Sec); in section_rel_end() local
729 Num = Sect.nreloc; in section_rel_end()
731 MachO::section Sect = getSection(Sec); in section_rel_end() local
732 Num = Sect.nreloc; in section_rel_end()
2206 MachO::section_64 Sect = getSection64(Sec); in getRelocation() local
2207 Offset = Sect.reloff; in getRelocation()
2209 MachO::section Sect = getSection(Sec); in getRelocation() local
2210 Offset = Sect.reloff; in getRelocation()