HomeSort by relevance Sort by last modified time
    Searched refs:ucontext_t (Results 76 - 100 of 116) sorted by null

1 2 34 5

  /external/libunwind/include/tdep-x86_64/
libunwind_i.h 94 X86_64_SCF_LINUX_RT_SIGFRAME, /* Linux ucontext_t */
101 ucontext_t *uc;
104 static inline ucontext_t *
236 extern void *x86_64_r_uc_addr (ucontext_t *uc, int reg);
  /external/libunwind/src/x86_64/
Gos-freebsd.c 156 x86_64_r_uc_addr (ucontext_t *uc, int reg)
191 ucontext_t *uc = (ucontext_t *)(c->sigcontext_addr +
Ginit.c 213 ucontext_t *uc = ((struct cursor *)arg)->uc;
242 ucontext_t *uc = ((struct cursor *)arg)->uc;
Gos-linux.c 68 /* Offset from cfa to ucontext_t in signal frame. */
106 x86_64_r_uc_addr (ucontext_t *uc, int reg)
  /system/core/libbacktrace/
BacktraceThread.cpp 138 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(sigcontext);
175 bool BacktraceThread::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) {
UnwindPtrace.cpp 49 bool UnwindPtrace::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) {
BacktraceImpl.cpp 59 bool Backtrace::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) {
  /external/libunwind/include/tdep-x86/
libunwind_i.h 78 X86_SCF_LINUX_RT_SIGFRAME, /* POSIX ucontext_t */
87 ucontext_t *uc;
90 static inline ucontext_t *
290 extern void *tdep_uc_addr (ucontext_t *uc, int reg);
  /external/libunwind/src/x86/
Gos-freebsd.c 304 x86_r_uc_addr (ucontext_t *uc, int reg)
338 ucontext_t *uc = c->uc;
354 sigreturn((ucontext_t *)((const char *)sc + FREEBSD_SC_UCONTEXT_OFF));
Gos-linux.c 252 x86_r_uc_addr (ucontext_t *uc, int reg)
286 ucontext_t *uc = c->uc;
  /external/chromium_org/sandbox/linux/seccomp-bpf/
syscall.cc 384 void Syscall::PutValueInUcontext(intptr_t ret_val, ucontext_t* ctx) {
syscall.h 131 static void PutValueInUcontext(intptr_t ret_val, ucontext_t* ctx);
  /external/libunwind/src/hppa/
Gresume.c 58 ucontext_t *uc = c->dwarf.as_arg;
  /external/chromium_org/v8/src/
sampler.cc 22 // OpenBSD doesn't have <ucontext.h>. ucontext_t lives in <signal.h>
59 // Not all versions of Android's C library provide ucontext_t.
76 } ucontext_t; typedef in typeref:struct:ucontext
88 } ucontext_t; typedef in typeref:struct:ucontext
119 } ucontext_t; typedef in typeref:struct:ucontext
137 } ucontext_t; typedef in typeref:struct:ucontext
154 } ucontext_t; typedef in typeref:struct:ucontext
369 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context);
  /external/chromium_org/base/debug/
stack_trace_posix.cc 288 ucontext_t* context = reinterpret_cast<ucontext_t*>(void_context);
360 ucontext_t* context = reinterpret_cast<ucontext_t*>(void_context);
  /external/libunwind/include/tdep-ia64/
libunwind_i.h 268 extern void *tdep_uc_addr (ucontext_t *uc, unw_regnum_t regnum,
  /external/valgrind/main/coregrind/
m_signals.c 405 ucontext_t* uc = (ucontext_t*)ucV;
411 ucontext_t* uc = (ucontext_t*)ucV;
422 ucontext_t* uc = (ucontext_t*)ucV;
452 ucontext_t* uc = (ucontext_t*)(ucV);
463 ucontext_t* uc = (ucontext_t*)ucV
    [all...]
  /external/compiler-rt/lib/asan/
asan_mac.cc 44 ucontext_t *ucontext = (ucontext_t*)context;
  /external/libunwind/src/ppc32/
ucontext_i.h 47 static ucontext_t dmy_ctxt UNUSED;
  /external/libunwind/src/ia64/
unwind_i.h 53 inlined_uc_addr (ucontext_t *uc, int reg, uint8_t *nat_bitnr)
106 uc_addr (ucontext_t *uc, int reg, uint8_t *nat_bitnr)
536 /* Return true if the register-backing store is inside a ucontext_t
  /external/libunwind/include/tdep-hppa/
libunwind_i.h 75 HPPA_SCF_LINUX_RT_SIGFRAME /* POSIX ucontext_t */
286 extern void *tdep_uc_addr (ucontext_t *uc, int reg);
  /external/libunwind/include/tdep-mips/
libunwind_i.h 342 extern void *tdep_uc_addr (ucontext_t *uc, int reg);
  /external/libunwind/include/tdep-ppc32/
libunwind_i.h 82 PPC_SCF_LINUX_RT_SIGFRAME /* POSIX ucontext_t */
307 extern void *tdep_uc_addr (ucontext_t * uc, int reg);
  /external/libunwind/include/tdep-ppc64/
libunwind_i.h 82 PPC_SCF_LINUX_RT_SIGFRAME /* POSIX ucontext_t */
307 extern void *tdep_uc_addr (ucontext_t * uc, int reg);
  /external/libunwind/src/ppc64/
ucontext_i.h 54 static ucontext_t dmy_ctxt;

Completed in 687 milliseconds

1 2 34 5