Lines Matching refs:Sect
240 MachO::section_64 Sect = O->getSection64(Sec); in getSectionFlags() local
241 return Sect.flags; in getSectionFlags()
243 MachO::section Sect = O->getSection(Sec); in getSectionFlags() local
244 return Sect.flags; in getSectionFlags()
575 MachO::section_64 Sect = getSection64(Sec); in getSectionContents() local
576 Offset = Sect.offset; in getSectionContents()
577 Size = Sect.size; in getSectionContents()
579 MachO::section Sect = getSection(Sec); in getSectionContents() local
580 Offset = Sect.offset; in getSectionContents()
581 Size = Sect.size; in getSectionContents()
591 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment() local
592 Align = Sect.align; in getSectionAlignment()
594 MachO::section Sect = getSection(Sec); in getSectionAlignment() local
595 Align = Sect.align; in getSectionAlignment()
654 MachO::section_64 Sect = getSection64(Sec); in section_rel_end() local
655 Num = Sect.nreloc; in section_rel_end()
657 MachO::section Sect = getSection(Sec); in section_rel_end() local
658 Num = Sect.nreloc; in section_rel_end()
2409 MachO::section_64 Sect = getSection64(Sec); in getRelocation() local
2410 Offset = Sect.reloff; in getRelocation()
2412 MachO::section Sect = getSection(Sec); in getRelocation() local
2413 Offset = Sect.reloff; in getRelocation()