HomeSort by relevance Sort by last modified time
    Searched refs:cpu_type (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/google-breakpad/src/client/mac/handler/
breakpad_nlist_64.h 41 cpu_type_t cpu_type);
45 cpu_type_t cpu_type);
  /external/google-breakpad/src/common/mac/
arch_utilities.h 42 const NXArchInfo* BreakpadGetArchInfoFromCpuType(cpu_type_t cpu_type,
macho_id.h 52 // For the given |cpu_type| and |cpu_subtype|, return a UUID from the LC_UUID
55 bool UUIDCommand(cpu_type_t cpu_type,
59 // For the given |cpu_type| and |cpu_subtype|, return a UUID from the
62 bool IDCommand(cpu_type_t cpu_type,
66 // For the given |cpu_type| and |cpu_subtype|, return the Adler32 CRC for the
69 uint32_t Adler32(cpu_type_t cpu_type,
72 // For the given |cpu_type|, and |cpu_subtype| return the MD5 for the mach-o
75 bool MD5(cpu_type_t cpu_type,
95 bool WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype,
arch_utilities.cc 96 const NXArchInfo* BreakpadGetArchInfoFromCpuType(cpu_type_t cpu_type,
99 if (cpu_type == CPU_TYPE_ARM64 && cpu_subtype == CPU_SUBTYPE_ARM64_ALL) {
105 if (cpu_type == CPU_TYPE_ARM && cpu_subtype == CPU_SUBTYPE_ARM_V7S) {
110 return NXGetArchInfoFromCpuType(cpu_type, cpu_subtype);
file_id.h 54 // Accepted values for |cpu_type| and |cpu_subtype| (e.g., CPU_TYPE_X86 or
56 // If |cpu_type| is 0, then the native cpu type is used. If |cpu_subtype| is
57 // CPU_SUBTYPE_MULTIPLE, the match is only done on |cpu_type|.
58 // Returns false if opening the file failed or if the |cpu_type|/|cpu_subtype|
62 // LC_UUID, LC_ID_DYLIB, or MD5 hash of the given |cpu_type|.
63 bool MachoIdentifier(cpu_type_t cpu_type,
file_id.cc 73 bool FileID::MachoIdentifier(cpu_type_t cpu_type,
78 if (macho.UUIDCommand(cpu_type, cpu_subtype, identifier))
81 return macho.MD5(cpu_type, cpu_subtype, identifier);
macho_id.cc 156 bool MachoID::UUIDCommand(cpu_type_t cpu_type,
161 if (!WalkHeader(cpu_type, cpu_subtype, UUIDWalkerCB, &uuid_cmd))
174 bool MachoID::IDCommand(cpu_type_t cpu_type,
179 if (!WalkHeader(cpu_type, cpu_subtype, IDWalkerCB, &dylib_cmd))
206 identifier[12] = (cpu_type >> 24) & 0xFF;
207 identifier[13] = (cpu_type >> 16) & 0xFF;
208 identifier[14] = (cpu_type >> 8) & 0xFF;
209 identifier[15] = cpu_type & 0xFF;
217 uint32_t MachoID::Adler32(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) {
221 if (!WalkHeader(cpu_type, cpu_subtype, WalkerCB, this)
    [all...]
macho_walker.h 60 // Begin walking the header for |cpu_type| and |cpu_subtype|. If |cpu_type|
64 // only done on |cpu_type|.
65 // Returns false if opening the file failed or if the |cpu_type|/|cpu_subtype|
67 bool WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype);
76 // Locate (if any) the header offset for |cpu_type| and return in |offset|.
78 bool FindHeader(cpu_type_t cpu_type,
  /external/google-breakpad/src/tools/mac/upload_system_symbols/
arch_constants.h 52 const char* GetNXArchInfoName(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) {
53 const NXArchInfo* arch_info = NXGetArchInfoFromCpuType(cpu_type, cpu_subtype);
  /bionic/libc/kernel/uapi/asm-x86/asm/
vm86.h 87 unsigned long cpu_type; member in struct:vm86_struct
109 unsigned long cpu_type; member in struct:vm86plus_struct
  /development/ndk/platforms/android-21/arch-x86/include/asm/
vm86.h 87 unsigned long cpu_type; member in struct:vm86_struct
109 unsigned long cpu_type; member in struct:vm86plus_struct
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
vm86.h 87 unsigned long cpu_type; member in struct:vm86_struct
109 unsigned long cpu_type; member in struct:vm86plus_struct
  /development/ndk/platforms/android-9/arch-x86/include/asm/
vm86.h 97 unsigned long cpu_type; member in struct:vm86_struct
119 unsigned long cpu_type; member in struct:vm86plus_struct
  /external/kernel-headers/original/uapi/asm-x86/asm/
vm86.h 100 unsigned long cpu_type; member in struct:vm86_struct
122 unsigned long cpu_type; member in struct:vm86plus_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
vm86.h 100 unsigned long cpu_type; member in struct:vm86_struct
122 unsigned long cpu_type; member in struct:vm86plus_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
vm86.h 100 unsigned long cpu_type; member in struct:vm86_struct
122 unsigned long cpu_type; member in struct:vm86plus_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
vm86.h 100 unsigned long cpu_type; member in struct:vm86_struct
122 unsigned long cpu_type; member in struct:vm86plus_struct
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/
vm86.h 97 unsigned long cpu_type; member in struct:vm86_struct
119 unsigned long cpu_type; member in struct:vm86plus_struct
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm/
vm86.h 97 unsigned long cpu_type; member in struct:vm86_struct
119 unsigned long cpu_type; member in struct:vm86plus_struct
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm/
vm86.h 97 unsigned long cpu_type; member in struct:vm86_struct
119 unsigned long cpu_type; member in struct:vm86plus_struct
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm/
vm86.h 97 unsigned long cpu_type; member in struct:vm86_struct
119 unsigned long cpu_type; member in struct:vm86plus_struct
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/asm/
vm86.h 97 unsigned long cpu_type; member in struct:vm86_struct
119 unsigned long cpu_type; member in struct:vm86plus_struct
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/asm/
vm86.h 97 unsigned long cpu_type; member in struct:vm86_struct
119 unsigned long cpu_type; member in struct:vm86plus_struct
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/asm/
vm86.h 97 unsigned long cpu_type; member in struct:vm86_struct
119 unsigned long cpu_type; member in struct:vm86plus_struct
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/asm/
vm86.h 97 unsigned long cpu_type; member in struct:vm86_struct
119 unsigned long cpu_type; member in struct:vm86plus_struct

Completed in 2158 milliseconds

1 2 3