Searched refs:cpusubtype (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/build/mac/
H A Dchange_mach_o_flags.py146 magic, cputype, cpusubtype, filetype, ncmds, sizeofcmds, flags = \
148 return magic, cputype, cpusubtype, filetype, ncmds, sizeofcmds, flags
160 cputype, cpusubtype, offset, size, align = struct.unpack('>5I', bytes)
161 return cputype, cpusubtype, offset, size, align
196 magic, cputype, cpusubtype, filetype, ncmds, sizeofcmds, flags = \
232 cputype, cpusubtype, offset, size, align = ReadFatArch(file)
/external/llvm/include/llvm/Support/
H A DMachO.h289 uint32_t cpusubtype; member in struct:llvm::MachO::mach_header
299 uint32_t cpusubtype; member in struct:llvm::MachO::mach_header_64
633 uint32_t cpusubtype; member in struct:llvm::MachO::fat_arch
693 // Constants for the cpusubtype field.
/external/valgrind/main/coregrind/
H A Dfixup_macho_loadcmds.c282 arch.cpusubtype = ntohl(arch_be->cpusubtype);
/external/valgrind/main/coregrind/m_ume/
H A Dmacho.c743 arch.cpusubtype = VG_(ntohl)(arch.cpusubtype);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c241 arch.cpusubtype = VG_(ntohl)(arch_be->cpusubtype);
/external/chromium_org/v8/src/
H A Dgdb-jit.cc523 uint32_t cpusubtype; member in struct:v8::BASE_EMBEDDED::MachOHeader
566 header->cpusubtype = 3; // CPU_SUBTYPE_I386_ALL
570 header->cpusubtype = 3; // CPU_SUBTYPE_I386_ALL
/external/v8/src/
H A Dgdb-jit.cc521 uint32_t cpusubtype; member in struct:v8::BASE_EMBEDDED::MachOHeader
564 header->cpusubtype = 3; // CPU_SUBTYPE_I386_ALL
568 header->cpusubtype = 3; // CPU_SUBTYPE_I386_ALL
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py377 cpusubtype = f.uint32()

Completed in 175 milliseconds