Lines Matching refs:section_64
104 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) : in getSectionPtr()
184 MachO::section_64 Sect = O.getSection64(Sec); in getSectionFlags()
1413 MachO::section_64>( in MachOObjectFile()
1960 MachO::section_64 Sect = getSection64(Sec); in getSectionSize()
1991 MachO::section_64 Sect = getSection64(Sec); in getSectionContents()
2006 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment()
2185 MachO::section_64 Sect = getSection64(Sec); in section_rel_end()
4626 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64()
4628 return getStruct<MachO::section_64>(*this, Sections[DRI.d.a]); in getSection64()
4637 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L, in getSection64()
4640 return getStruct<MachO::section_64>(*this, Sec); in getSection64()
4787 MachO::section_64 Sect = getSection64(Sec); in getRelocation()