Lines Matching refs:Sect
179 MachO::section_64 Sect = O.getSection64(Sec); in getSectionFlags() local
180 return Sect.flags; in getSectionFlags()
182 MachO::section Sect = O.getSection(Sec); in getSectionFlags() local
183 return Sect.flags; in getSectionFlags()
1935 MachO::section_64 Sect = getSection64(Sec); in getSectionSize() local
1936 SectOffset = Sect.offset; in getSectionSize()
1937 SectSize = Sect.size; in getSectionSize()
1938 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
1940 MachO::section Sect = getSection(Sec); in getSectionSize() local
1941 SectOffset = Sect.offset; in getSectionSize()
1942 SectSize = Sect.size; in getSectionSize()
1943 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
1966 MachO::section_64 Sect = getSection64(Sec); in getSectionContents() local
1967 Offset = Sect.offset; in getSectionContents()
1968 Size = Sect.size; in getSectionContents()
1970 MachO::section Sect = getSection(Sec); in getSectionContents() local
1971 Offset = Sect.offset; in getSectionContents()
1972 Size = Sect.size; in getSectionContents()
1981 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment() local
1982 Align = Sect.align; in getSectionAlignment()
1984 MachO::section Sect = getSection(Sec); in getSectionAlignment() local
1985 Align = Sect.align; in getSectionAlignment()
2078 MachO::section_64 Sect = getSection64(Sec); in section_rel_end() local
2079 Num = Sect.nreloc; in section_rel_end()
2081 MachO::section Sect = getSection(Sec); in section_rel_end() local
2082 Num = Sect.nreloc; in section_rel_end()
4422 MachO::section_64 Sect = getSection64(Sec); in getRelocation() local
4423 Offset = Sect.reloff; in getRelocation()
4425 MachO::section Sect = getSection(Sec); in getRelocation() local
4426 Offset = Sect.reloff; in getRelocation()