Lines Matching refs:Sect
157 MachO::section_64 Sect = O->getSection64(Sec); in getSectionFlags() local
158 return Sect.flags; in getSectionFlags()
160 MachO::section Sect = O->getSection(Sec); in getSectionFlags() local
161 return Sect.flags; in getSectionFlags()
497 MachO::section_64 Sect = getSection64(Sec); in getSectionSize() local
498 SectOffset = Sect.offset; in getSectionSize()
499 SectSize = Sect.size; in getSectionSize()
500 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
502 MachO::section Sect = getSection(Sec); in getSectionSize() local
503 SectOffset = Sect.offset; in getSectionSize()
504 SectSize = Sect.size; in getSectionSize()
505 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
523 MachO::section_64 Sect = getSection64(Sec); in getSectionContents() local
524 Offset = Sect.offset; in getSectionContents()
525 Size = Sect.size; in getSectionContents()
527 MachO::section Sect = getSection(Sec); in getSectionContents() local
528 Offset = Sect.offset; in getSectionContents()
529 Size = Sect.size; in getSectionContents()
539 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment() local
540 Align = Sect.align; in getSectionAlignment()
542 MachO::section Sect = getSection(Sec); in getSectionAlignment() local
543 Align = Sect.align; in getSectionAlignment()
590 MachO::section_64 Sect = getSection64(Sec); in section_rel_end() local
591 Num = Sect.nreloc; in section_rel_end()
593 MachO::section Sect = getSection(Sec); in section_rel_end() local
594 Num = Sect.nreloc; in section_rel_end()
2106 MachO::section_64 Sect = getSection64(Sec); in getRelocation() local
2107 Offset = Sect.reloff; in getRelocation()
2109 MachO::section Sect = getSection(Sec); in getRelocation() local
2110 Offset = Sect.reloff; in getRelocation()