Home | History | Annotate | Download | only in Object

Lines Matching full:section_64

76   unsigned SectionSize = Is64 ? sizeof(MachO::section_64) :
157 MachO::section_64 Sect = O->getSection64(Sec);
215 Obj->is64Bit() ? sizeof(MachO::section_64) : sizeof(MachO::section);
497 MachO::section_64 Sect = getSection64(Sec);
523 MachO::section_64 Sect = getSection64(Sec);
539 MachO::section_64 Sect = getSection64(Sec);
590 MachO::section_64 Sect = getSection64(Sec);
1966 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const {
1968 return getStruct<MachO::section_64>(this, Sections[DRI.d.a]);
1977 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L,
1980 return getStruct<MachO::section_64>(this, Sec);
2106 MachO::section_64 Sect = getSection64(Sec);