Home
last modified time | relevance | path

Searched refs:MD_CONTEXT_PPC64 (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/google_breakpad/common/
Dminidump_cpu_ppc64.h124 #define MD_CONTEXT_PPC64 0x01000000 macro
125 #define MD_CONTEXT_PPC64_BASE (MD_CONTEXT_PPC64 | 0x00000001)
126 #define MD_CONTEXT_PPC64_FLOATING_POINT (MD_CONTEXT_PPC64 | 0x00000008)
127 #define MD_CONTEXT_PPC64_VECTOR (MD_CONTEXT_PPC64 | 0x00000020)
/external/google-breakpad/src/processor/
Ddump_context.cc89 if (GetContextCPU() != MD_CONTEXT_PPC64) { in GetContextPPC64()
166 case MD_CONTEXT_PPC64: in GetInstructionPointer()
210 case MD_CONTEXT_PPC64: in GetStackPointer()
277 case MD_CONTEXT_PPC64: in FreeContext()
422 case MD_CONTEXT_PPC64: { in Print()
Dstackwalker.cc225 case MD_CONTEXT_PPC64: in StackwalkerForCPU()
Dminidump.cc598 if (cpu_type != MD_CONTEXT_PPC64) { in Read()
1214 case MD_CONTEXT_PPC64: in CheckAgainstSystemInfo()
5126 *context_cpu_flags = MD_CONTEXT_PPC64; in GetContextCPUFlagsFromSystemInfo()