Searched refs:cpu_subtype (Results 1 – 3 of 3) sorted by relevance
293 uint32_t cpu_subtype);
1255 const uint32_t cpu_subtype = proc_arch.GetMachOCPUSubType(); in CreateProcessInfoResponse_DebugServerStyle() local1256 if (cpu_subtype != 0) in CreateProcessInfoResponse_DebugServerStyle()1257 response.Printf("cpusubtype:%" PRIx32 ";", cpu_subtype); in CreateProcessInfoResponse_DebugServerStyle()
1427 switch (hostInfo.cpu_subtype) { in getHostCPUName()