Lines Matching refs:Sect
176 MachO::section_64 Sect = O.getSection64(Sec); in getSectionFlags() local
177 return Sect.flags; in getSectionFlags()
179 MachO::section Sect = O.getSection(Sec); in getSectionFlags() local
180 return Sect.flags; in getSectionFlags()
1890 MachO::section_64 Sect = getSection64(Sec); in getSectionSize() local
1891 SectOffset = Sect.offset; in getSectionSize()
1892 SectSize = Sect.size; in getSectionSize()
1893 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
1895 MachO::section Sect = getSection(Sec); in getSectionSize() local
1896 SectOffset = Sect.offset; in getSectionSize()
1897 SectSize = Sect.size; in getSectionSize()
1898 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
1916 MachO::section_64 Sect = getSection64(Sec); in getSectionContents() local
1917 Offset = Sect.offset; in getSectionContents()
1918 Size = Sect.size; in getSectionContents()
1920 MachO::section Sect = getSection(Sec); in getSectionContents() local
1921 Offset = Sect.offset; in getSectionContents()
1922 Size = Sect.size; in getSectionContents()
1932 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment() local
1933 Align = Sect.align; in getSectionAlignment()
1935 MachO::section Sect = getSection(Sec); in getSectionAlignment() local
1936 Align = Sect.align; in getSectionAlignment()
2024 MachO::section_64 Sect = getSection64(Sec); in section_rel_end() local
2025 Num = Sect.nreloc; in section_rel_end()
2027 MachO::section Sect = getSection(Sec); in section_rel_end() local
2028 Num = Sect.nreloc; in section_rel_end()
4391 MachO::section_64 Sect = getSection64(Sec); in getRelocation() local
4392 Offset = Sect.reloff; in getRelocation()
4394 MachO::section Sect = getSection(Sec); in getRelocation() local
4395 Offset = Sect.reloff; in getRelocation()