Lines Matching refs:section_64
102 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) : in getSectionPtr()
176 MachO::section_64 Sect = O.getSection64(Sec); in getSectionFlags()
1349 MachO::section_64>( in MachOObjectFile()
1890 MachO::section_64 Sect = getSection64(Sec); in getSectionSize()
1916 MachO::section_64 Sect = getSection64(Sec); in getSectionContents()
1932 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment()
2024 MachO::section_64 Sect = getSection64(Sec); in section_rel_end()
4235 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64()
4237 return getStruct<MachO::section_64>(*this, Sections[DRI.d.a]); in getSection64()
4246 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L, in getSection64()
4249 return getStruct<MachO::section_64>(*this, Sec); in getSection64()
4391 MachO::section_64 Sect = getSection64(Sec); in getRelocation()