Lines Matching refs:Sect

178     MachO::section_64 Sect = O.getSection64(Sec);  in getSectionFlags()  local
179 return Sect.flags; in getSectionFlags()
181 MachO::section Sect = O.getSection(Sec); in getSectionFlags() local
182 return Sect.flags; in getSectionFlags()
1936 MachO::section_64 Sect = getSection64(Sec); in getSectionSize() local
1937 SectOffset = Sect.offset; in getSectionSize()
1938 SectSize = Sect.size; in getSectionSize()
1939 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
1941 MachO::section Sect = getSection(Sec); in getSectionSize() local
1942 SectOffset = Sect.offset; in getSectionSize()
1943 SectSize = Sect.size; in getSectionSize()
1944 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
1967 MachO::section_64 Sect = getSection64(Sec); in getSectionContents() local
1968 Offset = Sect.offset; in getSectionContents()
1969 Size = Sect.size; in getSectionContents()
1971 MachO::section Sect = getSection(Sec); in getSectionContents() local
1972 Offset = Sect.offset; in getSectionContents()
1973 Size = Sect.size; in getSectionContents()
1982 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment() local
1983 Align = Sect.align; in getSectionAlignment()
1985 MachO::section Sect = getSection(Sec); in getSectionAlignment() local
1986 Align = Sect.align; in getSectionAlignment()
2086 MachO::section_64 Sect = getSection64(Sec); in section_rel_end() local
2087 Num = Sect.nreloc; in section_rel_end()
2089 MachO::section Sect = getSection(Sec); in section_rel_end() local
2090 Num = Sect.nreloc; in section_rel_end()
4430 MachO::section_64 Sect = getSection64(Sec); in getRelocation() local
4431 Offset = Sect.reloff; in getRelocation()
4433 MachO::section Sect = getSection(Sec); in getRelocation() local
4434 Offset = Sect.reloff; in getRelocation()