Lines Matching refs:section_64
100 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) : in getSectionPtr()
178 MachO::section_64 Sect = O.getSection64(Sec); in getSectionFlags()
1393 MachO::section_64>( in MachOObjectFile()
1936 MachO::section_64 Sect = getSection64(Sec); in getSectionSize()
1967 MachO::section_64 Sect = getSection64(Sec); in getSectionContents()
1982 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment()
2086 MachO::section_64 Sect = getSection64(Sec); in section_rel_end()
4274 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64()
4276 return getStruct<MachO::section_64>(*this, Sections[DRI.d.a]); in getSection64()
4285 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L, in getSection64()
4288 return getStruct<MachO::section_64>(*this, Sec); in getSection64()
4430 MachO::section_64 Sect = getSection64(Sec); in getRelocation()