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

1 23 4 5

  /external/libunwind/src/x86/
Ginit.c 50 tdep_uc_addr (ucontext_t *uc, int reg)
194 ucontext_t *uc = ((struct cursor *)arg)->uc;
223 ucontext_t *uc = ((struct cursor *)arg)->uc;
  /external/chromium_org/sandbox/linux/services/
android_x86_64_ucontext.h 82 } ucontext_t; typedef in typeref:struct:ucontext
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_reliantunix.h 88 extern int getcxt(ucontext_t *);
89 extern int setcxt(ucontext_t *);
96 #define _PR_CONTEXT_TYPE ucontext_t
229 ucontext_t *uc = CONTEXT(_thread); \
_nec.h 65 #define PR_CONTEXT_TYPE ucontext_t
95 ucontext_t *uc = CONTEXT(_thread); \
_solaris.h 220 #define _PR_CONTEXT_TYPE ucontext_t
501 #define _PR_CONTEXT_TYPE ucontext_t
511 #define _PR_CONTEXT_TYPE unsigned int edi; sigset_t oldMask, blockMask; ucontext_t
570 ucontext_t *uc = CONTEXT(_thread); \
603 ucontext_t *uc = CONTEXT(_newThread); \
644 ucontext_t *uc = CONTEXT(_thread); \
656 ucontext_t *uc = CONTEXT(_thread); \
681 ucontext_t *uc = CONTEXT(_newthread); \
_sony.h 56 #define PR_CONTEXT_TYPE ucontext_t
86 ucontext_t *uc = CONTEXT(_thread); \
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
getpc_test.cc 50 getpc_retval = GetPC(*reinterpret_cast<ucontext_t*>(signal_ucontext));
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
getpc_test.cc 50 getpc_retval = GetPC(*reinterpret_cast<ucontext_t*>(signal_ucontext));
  /external/libunwind/include/
libunwind-aarch64.h 172 /* On AArch64, we can directly use ucontext_t as the unwind context. */
173 typedef ucontext_t unw_tdep_context_t;
libunwind-ia64.h 150 /* On IA-64, we can directly use ucontext_t as the unwind context. */
151 typedef ucontext_t unw_tdep_context_t;
libunwind-ppc32.h 181 /* On ppc, we can directly use ucontext_t as the unwind context. */
182 typedef ucontext_t unw_tdep_context_t;
libunwind-x86.h 164 /* On x86, we can directly use ucontext_t as the unwind context. */
165 typedef ucontext_t unw_tdep_context_t;
libunwind-x86_64.h 117 /* On x86_64, we can directly use ucontext_t as the unwind context. */
118 typedef ucontext_t unw_tdep_context_t;
libunwind-ppc64.h 238 /* On ppc64, we can directly use ucontext_t as the unwind context. */
239 typedef ucontext_t unw_tdep_context_t;
  /external/libunwind/src/aarch64/
gen-offsets.c 7 printf ("#define LINUX_UC_" N "_OFF\t0x%X\n", offsetof (ucontext_t, X))
20 "/* Offsets for AArch64 Linux \"ucontext_t\": */\n\n");
  /external/libunwind/src/x86_64/
Gresume.c 39 ucontext_t *uc = c->uc;
  /external/valgrind/main/none/tests/x86-linux/
sigcontext.c 12 static void handler1(int sig, siginfo_t *si, ucontext_t *uc)
  /system/core/libbacktrace/
BacktraceImpl.h 29 virtual bool Unwind(size_t num_ignore_frames, ucontext_t* ucontext) = 0;
UnwindCurrent.cpp 40 bool UnwindCurrent::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) {
54 void UnwindCurrent::GetUnwContextFromUcontext(const ucontext_t* ucontext) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
ucontext.h 143 } ucontext_t; typedef in typeref:struct:ucontext
244 } ucontext_t; typedef in typeref:struct:ucontext
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
ucontext.h 143 } ucontext_t; typedef in typeref:struct:ucontext
244 } ucontext_t; typedef in typeref:struct:ucontext
  /external/libunwind/tests/
ia64-test-setjmp.c 64 ucontext_t *uc = sigcontext;
  /external/chromium_org/sandbox/linux/seccomp-bpf/
trap.cc 53 bool GetIsInSigHandler(const ucontext_t* ctx) {
152 ucontext_t* ctx = reinterpret_cast<ucontext_t*>(void_context);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiler.cc 52 typedef ucontext ucontext_t; typedef
54 // Do not define ucontext_t here.
56 typedef int ucontext_t; // just to quiet the compiler, mostly typedef
273 stack[0] = GetPC(*reinterpret_cast<ucontext_t*>(signal_ucontext));
stacktrace_x86-inl.h 46 #include <ucontext.h> // for ucontext_t
54 typedef ucontext ucontext_t; typedef
189 const ucontext_t *ucv = static_cast<const ucontext_t *>(uc);
291 // void* ucp: a ucontext_t* (GetStack{Trace,Frames}WithContext only)

Completed in 778 milliseconds

1 23 4 5