HomeSort by relevance Sort by last modified time
    Searched refs:context_ppc64 (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/processor/
dump_context.cc 379 const MDRawContextPPC64* context_ppc64 = GetContextPPC64(); local
382 context_ppc64->context_flags);
384 context_ppc64->srr0);
386 context_ppc64->srr1);
391 gpr_index, context_ppc64->gpr[gpr_index]);
393 printf(" cr = 0x%" PRIx64 "\n", context_ppc64->cr);
395 context_ppc64->xer);
396 printf(" lr = 0x%" PRIx64 "\n", context_ppc64->lr);
398 context_ppc64->ctr);
400 context_ppc64->vrsave)
    [all...]
minidump.cc 561 scoped_ptr<MDRawContextPPC64> context_ppc64(new MDRawContextPPC64());
565 context_ppc64->context_flags |= cpu_type;
582 context_ppc64->context_flags = context_flags;
584 size_t flags_size = sizeof(context_ppc64->context_flags);
586 reinterpret_cast<uint8_t*>(context_ppc64.get()) + flags_size;
600 // context_ppc64->context_flags was already swapped.
601 Swap(&context_ppc64->srr0);
602 Swap(&context_ppc64->srr1);
606 Swap(&context_ppc64->gpr[gpr_index]);
608 Swap(&context_ppc64->cr)
    [all...]

Completed in 174 milliseconds