Lines Matching refs:Sect
182 MachO::section_64 Sect = O.getSection64(Sec); in getSectionFlags() local
183 return Sect.flags; in getSectionFlags()
185 MachO::section Sect = O.getSection(Sec); in getSectionFlags() local
186 return Sect.flags; in getSectionFlags()
1953 MachO::section_64 Sect = getSection64(Sec); in getSectionSize() local
1954 SectOffset = Sect.offset; in getSectionSize()
1955 SectSize = Sect.size; in getSectionSize()
1956 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
1958 MachO::section Sect = getSection(Sec); in getSectionSize() local
1959 SectOffset = Sect.offset; in getSectionSize()
1960 SectSize = Sect.size; in getSectionSize()
1961 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
1984 MachO::section_64 Sect = getSection64(Sec); in getSectionContents() local
1985 Offset = Sect.offset; in getSectionContents()
1986 Size = Sect.size; in getSectionContents()
1988 MachO::section Sect = getSection(Sec); in getSectionContents() local
1989 Offset = Sect.offset; in getSectionContents()
1990 Size = Sect.size; in getSectionContents()
1999 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment() local
2000 Align = Sect.align; in getSectionAlignment()
2002 MachO::section Sect = getSection(Sec); in getSectionAlignment() local
2003 Align = Sect.align; in getSectionAlignment()
2178 MachO::section_64 Sect = getSection64(Sec); in section_rel_end() local
2179 Num = Sect.nreloc; in section_rel_end()
2181 MachO::section Sect = getSection(Sec); in section_rel_end() local
2182 Num = Sect.nreloc; in section_rel_end()
4771 MachO::section_64 Sect = getSection64(Sec); in getRelocation() local
4772 Offset = Sect.reloff; in getRelocation()
4774 MachO::section Sect = getSection(Sec); in getRelocation() local
4775 Offset = Sect.reloff; in getRelocation()