Lines Matching refs:section_64
104 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) : in getSectionPtr()
182 MachO::section_64 Sect = O.getSection64(Sec); in getSectionFlags()
1401 MachO::section_64>( in MachOObjectFile()
1944 MachO::section_64 Sect = getSection64(Sec); in getSectionSize()
1975 MachO::section_64 Sect = getSection64(Sec); in getSectionContents()
1990 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment()
2134 MachO::section_64 Sect = getSection64(Sec); in section_rel_end()
4434 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64()
4436 return getStruct<MachO::section_64>(*this, Sections[DRI.d.a]); in getSection64()
4445 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L, in getSection64()
4448 return getStruct<MachO::section_64>(*this, Sec); in getSection64()
4590 MachO::section_64 Sect = getSection64(Sec); in getRelocation()