Lines Matching refs:H_64
2075 MachO::mach_header_64 H_64; in checkMachOAndArchFlags() local
2079 H_64 = MachO->MachOObjectFile::getHeader64(); in checkMachOAndArchFlags()
2080 T = MachOObjectFile::getArchTriple(H_64.cputype, H_64.cpusubtype, in checkMachOAndArchFlags()
7204 const MachO::mach_header_64 H_64 = MachOOF->getHeader64(); in getMachODSymObject() local
7205 CPUType = H_64.cputype; in getMachODSymObject()
7206 CPUSubType = H_64.cpusubtype; in getMachODSymObject()
10231 MachO::mach_header_64 H_64; in PrintMachHeader() local
10232 H_64 = Obj->getHeader64(); in PrintMachHeader()
10233 PrintMachHeader(H_64.magic, H_64.cputype, H_64.cpusubtype, H_64.filetype, in PrintMachHeader()
10234 H_64.ncmds, H_64.sizeofcmds, H_64.flags, verbose); in PrintMachHeader()
10259 MachO::mach_header_64 H_64; in printMachOLoadCommands() local
10260 H_64 = file->getHeader64(); in printMachOLoadCommands()
10261 filetype = H_64.filetype; in printMachOLoadCommands()
10262 cputype = H_64.cputype; in printMachOLoadCommands()