Home
last modified time | relevance | path

Searched refs:cputype (Results 1 – 25 of 40) sorted by relevance

12

/external/valgrind/main/coregrind/
Dlauncher-darwin.c58 cpu_type_t cputype; member
70 static const char *name_for_cputype(cpu_type_t cputype) in name_for_cputype() argument
74 if (valid_archs[i].cputype == cputype) { in name_for_cputype()
129 static int fat_has_cputype(struct fat_header *fh, cpu_type_t cputype) in fat_has_cputype() argument
135 if (ntohl(fa[i].cputype) == cputype) return 1; in fat_has_cputype()
162 return name_for_cputype(mh->cputype); in select_arch()
164 return name_for_cputype(OSSwapInt32(mh->cputype)); in select_arch()
177 return name_for_cputype(ntohl(fa->cputype)); in select_arch()
186 if (fat_has_cputype(fh, valid_archs[i].cputype)) { in select_arch()
302 if (!valid_archs[i].cputype) continue; in main()
[all …]
Dfixup_macho_loadcmds.c273 Int cputype; in map_image_aboard() local
275 cputype = CPU_TYPE_X86; in map_image_aboard()
277 cputype = CPU_TYPE_X86_64; in map_image_aboard()
281 arch.cputype = ntohl(arch_be->cputype); in map_image_aboard()
285 if (arch.cputype == cputype) { in map_image_aboard()
/external/chromium/webkit/glue/
Duser_agent.cc55 std::string cputype; in BuildOSCpuInfo() local
59 cputype.assign("i686 (x86_64)"); in BuildOSCpuInfo()
61 cputype.assign(unixinfo.machine); in BuildOSCpuInfo()
98 cputype.c_str(), // e.g. i686 in BuildOSCpuInfo()
105 cputype.c_str() // e.g. i686 in BuildOSCpuInfo()
/external/webkit/Source/WebKit/mac/Plugins/
DWebBasePluginPackage.mm381 singleArch.cputype = header->cputype;
394 singleArch.cputype = header->cputype;
423 cpu_type_t cputype = localArch->cputype;
429 cputype = CPU_TYPE_X86_64;
432 return NXFindBestFatArch(cputype, cpusubtype, archs, numArchs) != 0;
/external/valgrind/main/coregrind/m_debuginfo/
Dreadmacho.c228 Int cputype; in map_image_aboard() local
230 cputype = CPU_TYPE_POWERPC; in map_image_aboard()
232 cputype = CPU_TYPE_POWERPC64; in map_image_aboard()
234 cputype = CPU_TYPE_X86; in map_image_aboard()
236 cputype = CPU_TYPE_X86_64; in map_image_aboard()
240 arch.cputype = VG_(ntohl)(arch_be->cputype); in map_image_aboard()
244 if (arch.cputype == cputype) { in map_image_aboard()
/external/kernel-headers/original/asm-mips/
Dcpu-info.h50 unsigned int cputype; member
Dcpu-features.h17 #define current_cpu_type() current_cpu_data.cputype
/external/llvm/include/llvm/Support/
DMachO.h288 uint32_t cputype; member
298 uint32_t cputype; member
632 uint32_t cputype; member
/external/valgrind/main/coregrind/m_ume/
Dmacho.c669 arch.cputype, (ULong)arch_offset); in load_fat_file()
673 arch.cputype = VG_(ntohl)(arch.cputype); in load_fat_file()
678 if (arch.cputype == good_arch) { in load_fat_file()
/external/kernel-headers/original/asm-mips/lasat/
Dlasat.h243 #define IS_LASAT_200() (current_cpu_data.cputype == CPU_R5000)
/external/libvpx/build/make/
Dobj_int_extract.c74 if (header.cputype == CPU_TYPE_ARM in parse_macho()
75 || header.cputype == CPU_TYPE_X86) in parse_macho()
88 if (header.cputype == CPU_TYPE_X86_64) in parse_macho()
/external/qemu-pc-bios/bochs/
Dconfig.guess1088 if test "$cputype" = "386"; then
1091 UNAME_MACHINE="$cputype"
/external/llvm/projects/sample/autoconf/
Dconfig.guess1167 if test "$cputype" = "386"; then
1170 UNAME_MACHINE="$cputype"
/external/tcpdump/
Dconfig.guess1202 if test "$cputype" = "386"; then
1205 UNAME_MACHINE="$cputype"
/external/srtp/
Dconfig.guess1213 if test "$cputype" = "386"; then
1216 UNAME_MACHINE="$cputype"
/external/bison/build-aux/
Dconfig.guess1220 if test "$cputype" = "386"; then
1223 UNAME_MACHINE="$cputype"
/external/grub/
Dconfig.guess1216 if test "$cputype" = "386"; then
1219 UNAME_MACHINE="$cputype"
/external/libpcap/
Dconfig.guess1202 if test "$cputype" = "386"; then
1205 UNAME_MACHINE="$cputype"
/external/expat/conftools/
Dconfig.guess1254 if test "$cputype" = "386"; then
1257 UNAME_MACHINE="$cputype"
/external/protobuf/
Dconfig.guess1270 if test "$cputype" = "386"; then
1273 UNAME_MACHINE="$cputype"
/external/chromium/sdch/open-vcdiff/
Dconfig.guess1270 if test "$cputype" = "386"; then
1273 UNAME_MACHINE="$cputype"
/external/e2fsprogs/config/
Dconfig.guess1312 if test "$cputype" = "386"; then
1315 UNAME_MACHINE="$cputype"
/external/dropbear/
Dconfig.guess1267 if test "$cputype" = "386"; then
1270 UNAME_MACHINE="$cputype"
/external/openssh/
Dconfig.guess1262 if test "$cputype" = "386"; then
1265 UNAME_MACHINE="$cputype"
/external/elfutils/config/
Dconfig.guess1280 if test "$cputype" = "386"; then
1283 UNAME_MACHINE="$cputype"

12