/external/google-breakpad/src/common/mac/ |
D | macho_id.cc | 156 bool MachoID::UUIDCommand(cpu_type_t cpu_type, in UUIDCommand() argument 161 if (!WalkHeader(cpu_type, cpu_subtype, UUIDWalkerCB, &uuid_cmd)) in UUIDCommand() 174 bool MachoID::IDCommand(cpu_type_t cpu_type, in IDCommand() argument 179 if (!WalkHeader(cpu_type, cpu_subtype, IDWalkerCB, &dylib_cmd)) in IDCommand() 206 identifier[12] = (cpu_type >> 24) & 0xFF; in IDCommand() 207 identifier[13] = (cpu_type >> 16) & 0xFF; in IDCommand() 208 identifier[14] = (cpu_type >> 8) & 0xFF; in IDCommand() 209 identifier[15] = cpu_type & 0xFF; in IDCommand() 217 uint32_t MachoID::Adler32(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in Adler32() argument 221 if (!WalkHeader(cpu_type, cpu_subtype, WalkerCB, this)) in Adler32() [all …]
|
D | macho_id.h | 55 bool UUIDCommand(cpu_type_t cpu_type, 62 bool IDCommand(cpu_type_t cpu_type, 69 uint32_t Adler32(cpu_type_t cpu_type, 75 bool MD5(cpu_type_t cpu_type, 95 bool WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype,
|
D | macho_walker.cc | 82 bool MachoWalker::WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in WalkHeader() argument 83 cpu_type_t valid_cpu_type = cpu_type; in WalkHeader() 86 if (cpu_type == 0) { in WalkHeader() 94 if (cpu_type & CPU_ARCH_ABI64) in WalkHeader() 131 bool MachoWalker::FindHeader(cpu_type_t cpu_type, in FindHeader() argument 161 if (cpu_type != header.cputype || in FindHeader() 190 if (arch.cputype == cpu_type && in FindHeader()
|
D | arch_utilities.cc | 96 const NXArchInfo* BreakpadGetArchInfoFromCpuType(cpu_type_t cpu_type, in BreakpadGetArchInfoFromCpuType() argument 99 if (cpu_type == CPU_TYPE_ARM64 && cpu_subtype == CPU_SUBTYPE_ARM64_ALL) { in BreakpadGetArchInfoFromCpuType() 105 if (cpu_type == CPU_TYPE_ARM && cpu_subtype == CPU_SUBTYPE_ARM_V7S) { in BreakpadGetArchInfoFromCpuType() 110 return NXGetArchInfoFromCpuType(cpu_type, cpu_subtype); in BreakpadGetArchInfoFromCpuType()
|
D | file_id.cc | 73 bool FileID::MachoIdentifier(cpu_type_t cpu_type, in MachoIdentifier() argument 78 if (macho.UUIDCommand(cpu_type, cpu_subtype, identifier)) in MachoIdentifier() 81 return macho.MD5(cpu_type, cpu_subtype, identifier); in MachoIdentifier()
|
D | macho_walker.h | 67 bool WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype); 78 bool FindHeader(cpu_type_t cpu_type,
|
D | macho_reader.h | 252 virtual void CPUTypeMismatch(cpu_type_t cpu_type, 297 virtual void UnsupportedCPUType(cpu_type_t cpu_type); 383 cpu_type_t cpu_type() const { return cpu_type_; } in cpu_type() function
|
D | macho_reader.cc | 160 void Reader::Reporter::CPUTypeMismatch(cpu_type_t cpu_type, in CPUTypeMismatch() argument 166 filename_.c_str(), cpu_type, cpu_subtype, in CPUTypeMismatch() 219 void Reader::Reporter::UnsupportedCPUType(cpu_type_t cpu_type) { in UnsupportedCPUType() argument 221 filename_.c_str(), cpu_type); in UnsupportedCPUType()
|
D | arch_utilities.h | 42 const NXArchInfo* BreakpadGetArchInfoFromCpuType(cpu_type_t cpu_type,
|
D | file_id.h | 63 bool MachoIdentifier(cpu_type_t cpu_type,
|
D | dump_syms.mm | 187 bool DumpSymbols::SetArchitecture(cpu_type_t cpu_type, 191 = NXFindBestFatArch(cpu_type, cpu_subtype, &object_files_[0], 213 cpu_type_t cpu_type = selected_object_file_->cputype; 215 if (!file_id.MachoIdentifier(cpu_type, cpu_subtype, identifier_bytes)) { 326 switch (macho_reader.cpu_type()) { 341 macho_reader.cpu_type(), macho_reader.cpu_subtype()); 348 macho_reader.cpu_type(), macho_reader.cpu_subtype());
|
D | dump_syms.h | 89 bool SetArchitecture(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype);
|
D | macho_reader_unittest.cc | 89 MOCK_METHOD4(CPUTypeMismatch, void(cpu_type_t cpu_type, 103 MOCK_METHOD1(UnsupportedCPUType, void(cpu_type_t cpu_type)); 710 cpu_type_t cpu_type = CPU_TYPE_X86, in Header() argument 717 D32(cpu_type); // cpu type in Header() 881 EXPECT_EQ(kCPUType, reader.cpu_type()); in TEST_F() 904 EXPECT_EQ(kCPUType, reader.cpu_type()); in TEST_F() 927 EXPECT_EQ(kCPUType, reader.cpu_type()); in TEST_F() 950 EXPECT_EQ(kCPUType, reader.cpu_type()); in TEST_F() 993 EXPECT_EQ(CPU_TYPE_X86, reader.cpu_type()); in TEST_F() 1019 EXPECT_EQ(CPU_TYPE_X86, reader.cpu_type()); in TEST_F()
|
/external/lldb/tools/debugserver/source/ |
D | DNBArch.cpp | 56 DNBArchProtocol::SetArchitecture (uint32_t cpu_type) in SetArchitecture() argument 58 g_current_cpu_type = cpu_type; in SetArchitecture() 60 …LOG_PROCESS, "DNBArchProtocol::SetDefaultArchitecture (cpu_type=0x%8.8x) => %i", cpu_type, result); in SetArchitecture() 67 if (arch_info.cpu_type) in RegisterArchPlugin() 68 g_arch_plugins[arch_info.cpu_type] = arch_info; in RegisterArchPlugin()
|
D | DNBArch.h | 34 uint32_t cpu_type; member 59 SetArchitecture (uint32_t cpu_type);
|
/external/lldb/tools/darwin-debug/ |
D | darwin-debug.cpp | 109 cpu_type_t cpu_type, in posix_spawn_for_debug() argument 143 if (cpu_type != 0) in posix_spawn_for_debug() 146 …exit_with_errno (::posix_spawnattr_setbinpref_np (&attr, 1, &cpu_type, &ocount), "posix_spawnattr_… in posix_spawn_for_debug() 182 cpu_type_t cpu_type = 0; in main() local 200 cpu_type = CPU_TYPE_I386; in main() 202 cpu_type = CPU_TYPE_X86_64; in main() 204 cpu_type = CPU_TYPE_ARM; in main() 337 cpu_type, in main()
|
/external/google-breakpad/src/client/mac/handler/ |
D | breakpad_nlist_64.cc | 135 cpu_type_t cpu_type); 145 cpu_type_t cpu_type) { in breakpad_nlist_common() argument 149 int n = __breakpad_fdnlist(fd, list, symbolNames, cpu_type); in breakpad_nlist_common() 157 cpu_type_t cpu_type) { in breakpad_nlist() argument 158 return breakpad_nlist_common(name, list, symbolNames, cpu_type); in breakpad_nlist() 164 cpu_type_t cpu_type) { in breakpad_nlist() argument 165 return breakpad_nlist_common(name, list, symbolNames, cpu_type); in breakpad_nlist() 172 cpu_type_t cpu_type) { in __breakpad_fdnlist() argument 249 if (fat_archs[i].cputype == cpu_type) { in __breakpad_fdnlist()
|
D | breakpad_nlist_64.h | 41 cpu_type_t cpu_type); 45 cpu_type_t cpu_type);
|
D | dynamic_images.cc | 348 cpu_type_t cpu_type) { in LookupSymbol() argument 357 cpu_type); in LookupSymbol() 568 cpu_type_t cpu_type; in DetermineTaskCPUType() local 569 size_t cpuTypeSize = sizeof(cpu_type); in DetermineTaskCPUType() 570 sysctl(mib, static_cast<u_int>(mibLen), &cpu_type, &cpuTypeSize, 0, 0); in DetermineTaskCPUType() 571 return cpu_type; in DetermineTaskCPUType()
|
D | dynamic_images.h | 117 cpu_type_t cpu_type) in DynamicImage() argument 128 cpu_type_(cpu_type) { in DynamicImage()
|
/external/lldb/test/functionalities/exec/ |
D | main.cpp | 26 cpu_type_t cpu_type, in spawn_process() argument 49 if (cpu_type != 0) in spawn_process() 52 err = posix_spawnattr_setbinpref_np (&attr, 1, &cpu_type, &ocount); in spawn_process()
|
/external/libchrome/base/process/ |
D | process_metrics_mac.cc | 53 bool GetCPUTypeForProcess(pid_t /* pid */, cpu_type_t* cpu_type) { in GetCPUTypeForProcess() argument 54 size_t len = sizeof(*cpu_type); in GetCPUTypeForProcess() 56 cpu_type, in GetCPUTypeForProcess() 139 cpu_type_t cpu_type; in GetMemoryBytes() local 140 if (!GetCPUTypeForProcess(process_, &cpu_type)) in GetMemoryBytes() 183 if (IsAddressInSharedRegion(address, cpu_type) && in GetMemoryBytes()
|
/external/google-breakpad/src/tools/mac/upload_system_symbols/ |
D | arch_constants.h | 52 const char* GetNXArchInfoName(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in GetNXArchInfoName() argument 53 const NXArchInfo* arch_info = NXGetArchInfoFromCpuType(cpu_type, cpu_subtype); in GetNXArchInfoName()
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | vm86.h | 100 unsigned long cpu_type; member 122 unsigned long cpu_type; member
|
/external/google-breakpad/src/processor/ |
D | minidump.cc | 460 uint32_t cpu_type = context_amd64->context_flags & MD_CONTEXT_CPU_MASK; in Read() local 461 if (cpu_type == 0) { in Read() 462 if (minidump_->GetContextCPUFlagsFromSystemInfo(&cpu_type)) { in Read() 463 context_amd64->context_flags |= cpu_type; in Read() 470 if (cpu_type != MD_CONTEXT_AMD64) { in Read() 479 if (!CheckAgainstSystemInfo(cpu_type)) { in Read() 560 uint32_t cpu_type = context_flags & MD_CONTEXT_CPU_MASK; in Read() local 563 if (cpu_type == 0) { in Read() 564 if (minidump_->GetContextCPUFlagsFromSystemInfo(&cpu_type)) { in Read() 565 context_ppc64->context_flags |= cpu_type; in Read() [all …]
|