Home | History | Annotate | Download | only in Object

Lines Matching refs:section_64

83   unsigned SectionSize = Is64 ? sizeof(MachO::section_64) :
164 MachO::section_64 Sect = O->getSection64(Sec);
234 Obj->is64Bit() ? sizeof(MachO::section_64) : sizeof(MachO::section);
623 MachO::section_64 Sect = getSection64(Sec);
649 MachO::section_64 Sect = getSection64(Sec);
665 MachO::section_64 Sect = getSection64(Sec);
728 MachO::section_64 Sect = getSection64(Sec);
2066 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const {
2068 return getStruct<MachO::section_64>(this, Sections[DRI.d.a]);
2077 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L,
2080 return getStruct<MachO::section_64>(this, Sec);
2206 MachO::section_64 Sect = getSection64(Sec);