HomeSort by relevance Sort by last modified time
    Searched defs:ucontext_ (Results 1 - 3 of 3) sorted by null

  /system/core/libbacktrace/
ThreadEntry.h 48 inline ucontext_t* GetUcontext() { return &ucontext_; }
65 ucontext_t ucontext_; member in class:ThreadEntry
  /external/google-breakpad/src/client/linux/microdump_writer/
microdump_writer.cc 64 : ucontext_(context ? &context->context : NULL),
248 assert(ucontext_);
252 const uintptr_t stack_ptr = UContextReader::GetStackPointer(ucontext_);
259 UContextReader::FillCPUContext(&cpu, ucontext_, float_state_);
261 UContextReader::FillCPUContext(&cpu, ucontext_);
364 const struct ucontext* const ucontext_; member in class:__anon20737::MicrodumpWriter
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 134 ucontext_(context ? &context->context : NULL),
327 ucontext_ &&
330 const uintptr_t stack_ptr = UContextReader::GetStackPointer(ucontext_);
336 uint64_t ip = UContextReader::GetInstructionPointer(ucontext_);
382 UContextReader::FillCPUContext(cpu.get(), ucontext_, float_state_);
384 UContextReader::FillCPUContext(cpu.get(), ucontext_);
1247 const struct ucontext* const ucontext_; \/\/ also from the signal handler member in class:__anon20744::MinidumpWriter
    [all...]

Completed in 285 milliseconds