Lines Matching refs:Sect

184     MachO::section_64 Sect = O.getSection64(Sec);  in getSectionFlags()  local
185 return Sect.flags; in getSectionFlags()
187 MachO::section Sect = O.getSection(Sec); in getSectionFlags() local
188 return Sect.flags; in getSectionFlags()
1960 MachO::section_64 Sect = getSection64(Sec); in getSectionSize() local
1961 SectOffset = Sect.offset; in getSectionSize()
1962 SectSize = Sect.size; in getSectionSize()
1963 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
1965 MachO::section Sect = getSection(Sec); in getSectionSize() local
1966 SectOffset = Sect.offset; in getSectionSize()
1967 SectSize = Sect.size; in getSectionSize()
1968 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
1991 MachO::section_64 Sect = getSection64(Sec); in getSectionContents() local
1992 Offset = Sect.offset; in getSectionContents()
1993 Size = Sect.size; in getSectionContents()
1995 MachO::section Sect = getSection(Sec); in getSectionContents() local
1996 Offset = Sect.offset; in getSectionContents()
1997 Size = Sect.size; in getSectionContents()
2006 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment() local
2007 Align = Sect.align; in getSectionAlignment()
2009 MachO::section Sect = getSection(Sec); in getSectionAlignment() local
2010 Align = Sect.align; in getSectionAlignment()
2185 MachO::section_64 Sect = getSection64(Sec); in section_rel_end() local
2186 Num = Sect.nreloc; in section_rel_end()
2188 MachO::section Sect = getSection(Sec); in section_rel_end() local
2189 Num = Sect.nreloc; in section_rel_end()
4787 MachO::section_64 Sect = getSection64(Sec); in getRelocation() local
4788 Offset = Sect.reloff; in getRelocation()
4790 MachO::section Sect = getSection(Sec); in getRelocation() local
4791 Offset = Sect.reloff; in getRelocation()