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

  /external/google-breakpad/src/processor/
stackwalker_amd64.h 60 const MDRawContextAMD64* context,
67 typedef SimpleCFIWalker<uint64_t, MDRawContextAMD64> CFIWalker;
95 const MDRawContextAMD64* context_;
stackwalker_amd64.cc 59 StackFrameAMD64::CONTEXT_VALID_RAX, &MDRawContextAMD64::rax },
61 StackFrameAMD64::CONTEXT_VALID_RDX, &MDRawContextAMD64::rdx },
63 StackFrameAMD64::CONTEXT_VALID_RCX, &MDRawContextAMD64::rcx },
65 StackFrameAMD64::CONTEXT_VALID_RBX, &MDRawContextAMD64::rbx },
67 StackFrameAMD64::CONTEXT_VALID_RSI, &MDRawContextAMD64::rsi },
69 StackFrameAMD64::CONTEXT_VALID_RDI, &MDRawContextAMD64::rdi },
71 StackFrameAMD64::CONTEXT_VALID_RBP, &MDRawContextAMD64::rbp },
73 StackFrameAMD64::CONTEXT_VALID_RSP, &MDRawContextAMD64::rsp },
75 StackFrameAMD64::CONTEXT_VALID_R8, &MDRawContextAMD64::r8 },
77 StackFrameAMD64::CONTEXT_VALID_R9, &MDRawContextAMD64::r9 }
    [all...]
dump_context.cc 100 const MDRawContextAMD64* DumpContext::GetContextAMD64() const {
204 void DumpContext::SetContextAMD64(MDRawContextAMD64* amd64) {
422 const MDRawContextAMD64* context_amd64 = GetContextAMD64();
423 printf("MDRawContextAMD64\n");
stackwalker_amd64_unittest.cc 124 void BrandContext(MDRawContextAMD64 *raw_context) {
131 MDRawContextAMD64 raw_context;
596 MDRawContextAMD64 expected;
minidump.cc 88 if (context_size == sizeof(MDRawContextAMD64))
426 if (!IsContextSizeUnique(sizeof(MDRawContextAMD64))) {
427 BPLOG(ERROR) << "sizeof(MDRawContextAMD64) cannot match the size of any "
447 if (expected_size == sizeof(MDRawContextAMD64)) {
450 scoped_ptr<MDRawContextAMD64> context_amd64(new MDRawContextAMD64());
452 sizeof(MDRawContextAMD64))) {
    [all...]
  /external/google-breakpad/src/google_breakpad/processor/
dump_context.h 57 const MDRawContextAMD64* GetContextAMD64() const;
81 void SetContextAMD64(MDRawContextAMD64* amd64);
97 MDRawContextAMD64* amd64;
stack_frame_cpu.h 185 MDRawContextAMD64 context;
  /external/google-breakpad/src/client/linux/dump_writer_common/
raw_context_cpu.h 40 typedef MDRawContextAMD64 RawContextCPU;
  /external/google-breakpad/src/google_breakpad/common/
minidump_cpu_amd64.h 201 } MDRawContextAMD64; /* CONTEXT */
203 /* For (MDRawContextAMD64).context_flags. These values indicate the type of
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.cc 828 TypedMDRVA<MDRawContextAMD64> context(&writer_);
836 MDRawContextAMD64 *context_ptr = context.get();
    [all...]
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 300 const MDRawContextAMD64* rawregs = range.GetData<MDRawContextAMD64>(0);
    [all...]

Completed in 363 milliseconds