Searched defs:cpu_subtype (Results 1 - 8 of 8) sorted by relevance

/external/google-breakpad/src/common/mac/
H A Darch_utilities.cc97 cpu_subtype_t cpu_subtype) {
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);
96 BreakpadGetArchInfoFromCpuType(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) argument
H A Dfile_id.cc74 cpu_subtype_t cpu_subtype,
78 if (macho.UUIDCommand(cpu_type, cpu_subtype, identifier))
81 return macho.MD5(cpu_type, cpu_subtype, identifier);
73 MachoIdentifier(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype, unsigned char identifier[16]) argument
H A Dmacho_walker.cc82 bool MachoWalker::WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { argument
84 cpu_subtype_t valid_cpu_subtype = cpu_subtype;
132 cpu_subtype_t cpu_subtype,
162 (cpu_subtype != CPU_SUBTYPE_MULTIPLE &&
163 cpu_subtype != header.cpusubtype)) {
191 (cpu_subtype == CPU_SUBTYPE_MULTIPLE ||
192 arch.cpusubtype == cpu_subtype)) {
131 FindHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype, off_t &offset) argument
H A Dmacho_id.cc157 cpu_subtype_t cpu_subtype,
161 if (!WalkHeader(cpu_type, cpu_subtype, UUIDWalkerCB, &uuid_cmd))
175 cpu_subtype_t cpu_subtype,
179 if (!WalkHeader(cpu_type, cpu_subtype, IDWalkerCB, &dylib_cmd))
217 uint32_t MachoID::Adler32(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { argument
221 if (!WalkHeader(cpu_type, cpu_subtype, WalkerCB, this))
227 bool MachoID::MD5(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype, unsigned char identifier[16]) { argument
232 if (!WalkHeader(cpu_type, cpu_subtype, WalkerCB, this))
240 cpu_subtype_t cpu_subtype,
245 return walker.WalkHeader(cpu_type, cpu_subtype);
156 UUIDCommand(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype, unsigned char bytes[16]) argument
174 IDCommand(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype, unsigned char identifier[16]) argument
239 WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype, MachoWalker::LoadCommandCallback callback, void *context) argument
[all...]
H A Dmacho_reader.cc161 cpu_subtype_t cpu_subtype,
166 filename_.c_str(), cpu_type, cpu_subtype,
160 CPUTypeMismatch(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype, cpu_type_t expected_cpu_type, cpu_subtype_t expected_cpu_subtype) argument
H A Dmacho_reader.h249 // The data contained in a Mach-O fat binary (|cpu_type|, |cpu_subtype|)
253 cpu_subtype_t cpu_subtype,
384 cpu_subtype_t cpu_subtype() const { return cpu_subtype_; } function in class:google_breakpad::mach_o::Reader
/external/google-breakpad/src/tools/mac/upload_system_symbols/
H A Darch_constants.h52 const char* GetNXArchInfoName(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { argument
53 const NXArchInfo* arch_info = NXGetArchInfoFromCpuType(cpu_type, cpu_subtype);
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp908 const uint32_t cpu_subtype = packet.GetU32 (&offset); local
909 s.Printf(" (cpu_mask=0x%8.8x, cpu_type=0x%8.8x, cpu_subtype=0x%8.8x)", cpu_mask, cpu_type, cpu_subtype);

Completed in 164 milliseconds