Searched defs:ucontext_t (Results 1 - 15 of 15) sorted by last modified time

/external/compiler-rt/android/include/sys/
H A Ducontext.h25 // This version of the Android C library headers do not provide ucontext_t.
43 } ucontext_t; typedef in typeref:struct:ucontext
107 } ucontext_t; typedef in typeref:struct:ucontext
142 } ucontext_t; typedef in typeref:struct:ucontext
/external/compiler-rt/lib/asan/
H A Dasan_linux.cc50 // x86-64 FreeBSD 9.2 and older define 'ucontext_t' incorrectly in
54 #define ucontext_t xucontext_t macro
153 ucontext_t *ucontext = (ucontext_t*)context;
158 ucontext_t *ucontext = (ucontext_t*)context;
163 ucontext_t *ucontext = (ucontext_t*)context;
170 ucontext_t *ucontext = (ucontext_t*)contex
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc39 struct ucontext_t { struct
40 // The size is determined by looking at sizeof of real ucontext_t on linux.
123 ucontext_t ctx;
/external/chromium_org/v8/src/
H A Dsampler.cc22 // 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/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/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_arm64_ucontext.h14 struct ucontext_t { struct
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
H A Dandroid_mips_ucontext.h45 } ucontext_t; typedef in typeref:struct:ucontext
H A Dandroid_x86_64_ucontext.h82 } ucontext_t; typedef in typeref:struct:ucontext

Completed in 605 milliseconds