Searched refs:ucontext_t (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dgetpc.h38 // To get this, we use the ucontext_t argument to the signal-handler
40 // the signal triggered. How to get from a ucontext_t to a Program
61 #include <ucontext.h> // for ucontext_t (and also mcontext_t)
64 typedef ucontext ucontext_t; typedef
137 inline void* GetPC(const ucontext_t& signal_ucontext) {
164 // alas the arguments are different: no ucontext_t! I don't know
170 typedef int ucontext_t; typedef
173 inline void* GetPC(const struct ucontext_t& signal_ucontext) {
178 typedef struct _Unwind_Context ucontext_t; typedef in typeref:struct:_Unwind_Context
180 inline void* GetPC(const ucontext_t
[all...]
H A Dprofiler.cc52 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));
H A Dstacktrace_x86-inl.h46 #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)
/external/compiler-rt/lib/asan/
H A Dasan_linux.cc57 ucontext_t *ucontext = (ucontext_t*)context;
62 ucontext_t *ucontext = (ucontext_t*)context;
67 ucontext_t *ucontext = (ucontext_t*)context;
72 ucontext_t *ucontext = (ucontext_t*)context;
79 ucontext_t *ucontext = (ucontext_t*)contex
[all...]
H A Dasan_mac.cc44 ucontext_t *ucontext = (ucontext_t*)context;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dgetpc.h38 // To get this, we use the ucontext_t argument to the signal-handler
40 // the signal triggered. How to get from a ucontext_t to a Program
61 #include <ucontext.h> // for ucontext_t (and also mcontext_t)
64 typedef ucontext ucontext_t; typedef
134 inline void* GetPC(const ucontext_t& signal_ucontext) {
161 // alas the arguments are different: no ucontext_t! I don't know
167 typedef int ucontext_t; typedef
170 inline void* GetPC(const struct ucontext_t& signal_ucontext) {
180 inline void* GetPC(const ucontext_t& signal_ucontext) {
H A Dprofiler.cc52 typedef ucontext ucontext_t; typedef
54 typedef int ucontext_t; // just to quiet the compiler, mostly typedef
271 stack[0] = GetPC(*reinterpret_cast<ucontext_t*>(signal_ucontext));
H A Dstacktrace_x86-inl.h46 #include <ucontext.h> // for ucontext_t
54 typedef ucontext ucontext_t; typedef
186 const ucontext_t *ucv = static_cast<const ucontext_t *>(uc);
288 // void* ucp: a ucontext_t* (GetStack{Trace,Frames}WithContext only)
/external/chromium_org/sandbox/linux/services/
H A Dandroid_arm_ucontext.h26 } ucontext_t; typedef in typeref:struct:ucontext
H A Dandroid_i386_ucontext.h73 } ucontext_t; typedef in typeref:struct:ucontext
/external/valgrind/main/memcheck/tests/amd64-linux/
H A Dint3-amd64.c13 ucontext_t *uc = (ucontext_t *)uc_arg;
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dint3-x86.c13 ucontext_t *uc = (ucontext_t *)uc_arg;
/external/chromium_org/content/plugin/
H A Dplugin_main_linux.cc23 ucontext_t* context = static_cast<ucontext_t*>(void_context);
/external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
H A Dswapcontext_test.cc15 ucontext_t orig_context;
16 ucontext_t child_context;
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_reliantunix.h88 extern int getcxt(ucontext_t *);
89 extern int setcxt(ucontext_t *);
96 #define _PR_CONTEXT_TYPE ucontext_t
229 ucontext_t *uc = CONTEXT(_thread); \
H A D_nec.h65 #define PR_CONTEXT_TYPE ucontext_t
95 ucontext_t *uc = CONTEXT(_thread); \
H A D_solaris.h220 #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); \
H A D_sony.h56 #define PR_CONTEXT_TYPE ucontext_t
86 ucontext_t *uc = CONTEXT(_thread); \
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dgetpc_test.cc50 getpc_retval = GetPC(*reinterpret_cast<ucontext_t*>(signal_ucontext));
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dgetpc_test.cc50 getpc_retval = GetPC(*reinterpret_cast<ucontext_t*>(signal_ucontext));
/external/valgrind/main/none/tests/x86-linux/
H A Dsigcontext.c12 static void handler1(int sig, siginfo_t *si, ucontext_t *uc)
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dtrap.cc46 bool GetIsInSigHandler(const ucontext_t* ctx) {
142 ucontext_t* ctx = reinterpret_cast<ucontext_t*>(void_context);
/external/chromium_org/base/debug/
H A Dstack_trace_posix.cc263 ucontext_t* context = reinterpret_cast<ucontext_t*>(void_context);
335 ucontext_t* context = reinterpret_cast<ucontext_t*>(void_context);
/external/valgrind/main/coregrind/
H A Dm_signals.c392 ucontext_t* uc = (ucontext_t*)ucV;
398 ucontext_t* uc = (ucontext_t*)ucV;
409 ucontext_t* uc = (ucontext_t*)ucV;
439 ucontext_t* uc = (ucontext_t*)(ucV);
450 ucontext_t* uc = (ucontext_t*)uc
[all...]
/external/chromium_org/v8/src/
H A Dsampler.cc42 // OpenBSD doesn't have <ucontext.h>. ucontext_t lives in <signal.h>
77 // Not all versions of Android's C library provide ucontext_t.
94 } ucontext_t; typedef in typeref:struct:ucontext
125 } ucontext_t; typedef in typeref:struct:ucontext
143 } ucontext_t; typedef in typeref:struct:ucontext
326 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context);

Completed in 446 milliseconds

12