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

1 2 3 4 5

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
ucontext.h 32 extern int getcontext (ucontext_t *__ucp) __THROW;
35 extern int setcontext (__const ucontext_t *__ucp) __THROW;
39 extern int swapcontext (ucontext_t *__restrict __oucp,
40 __const ucontext_t *__restrict __ucp) __THROW;
48 extern void makecontext (ucontext_t *__ucp, void (*__func) (void),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ucontext.h 32 extern int getcontext (ucontext_t *__ucp) __THROW;
35 extern int setcontext (__const ucontext_t *__ucp) __THROW;
39 extern int swapcontext (ucontext_t *__restrict __oucp,
40 __const ucontext_t *__restrict __ucp) __THROW;
48 extern void makecontext (ucontext_t *__ucp, void (*__func) (void),
  /external/chromium_org/third_party/tcmalloc/chromium/src/
getpc.h 38 // 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& signal_ucontext)
    [all...]
  /external/libunwind/src/hppa/
Ginit_local.c 32 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
40 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
unwind_i.h 45 extern int setcontext (const ucontext_t *ucp);
  /external/libunwind/src/mips/
Ginit_local.c 31 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
39 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
gen-offsets.c 6 printf ("#define LINUX_UC_" N "_OFF\t0x%X\n", offsetof (ucontext_t, X))
19 "/* Offsets for MIPS Linux \"ucontext_t\": */\n\n");
  /system/core/libbacktrace/
UnwindCurrent.h 32 virtual bool Unwind(size_t num_ignore_frames, ucontext_t* ucontext);
38 void GetUnwContextFromUcontext(const ucontext_t* context);
UnwindPtrace.h 31 virtual bool Unwind(size_t num_ignore_frames, ucontext_t* ucontext);
BacktraceThread.h 61 inline ucontext_t* GetUcontext() { return &ucontext_; }
78 ucontext_t ucontext_;
89 virtual bool Unwind(size_t num_ignore_frames, ucontext_t* ucontext);
  /external/compiler-rt/android/include/
ucontext.h 26 int breakpad_getcontext(ucontext_t* ucp);
  /external/libunwind/src/ppc/
Ginit_local.c 38 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
47 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
  /external/libunwind/src/x86/
Ginit_local.c 32 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
40 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
  /external/libunwind/src/x86_64/
Ginit_local.c 34 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
42 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
  /external/compiler-rt/lib/asan/
asan_linux.cc 50 // 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*)context
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
getpc.h 38 // 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) {
  /external/compiler-rt/test/lsan/TestCases/
swapcontext.cc 26 ucontext_t orig_context;
27 ucontext_t child_context;
  /external/chromium_org/sandbox/linux/services/
android_arm64_ucontext.h 14 struct ucontext_t { struct
android_arm_ucontext.h 26 } ucontext_t; typedef in typeref:struct:ucontext
  /external/valgrind/main/memcheck/tests/amd64-linux/
int3-amd64.c 13 ucontext_t *uc = (ucontext_t *)uc_arg;
  /external/valgrind/main/memcheck/tests/x86-linux/
int3-x86.c 13 ucontext_t *uc = (ucontext_t *)uc_arg;
  /external/compiler-rt/android/include/sys/
ucontext.h 25 // 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
  /system/core/include/backtrace/
Backtrace.h 52 typedef __darwin_ucontext ucontext_t; typedef
55 typedef ucontext ucontext_t; typedef
75 virtual bool Unwind(size_t num_ignore_frames, ucontext_t* context = NULL);
  /external/libunwind/src/ia64/
Ginit.c 49 tdep_uc_addr (ucontext_t *uc, int reg, uint8_t *nat_bitnr)
129 ucontext_t *uc = arg;
249 ucontext_t *uc = arg;
285 ucontext_t *uc = arg;
337 ucontext_t *uc = arg;
416 ucontext_t *ucp;
423 ucp = (ucontext_t *) uc_addr;
428 /* Need to copy-in ucontext_t first. */
429 ucp = alloca (sizeof (ucontext_t));
442 for (src = uc_addr; src < uc_addr + sizeof (ucontext_t); src += 8
    [all...]
  /external/compiler-rt/test/asan/TestCases/Linux/
swapcontext_test.cc 15 ucontext_t orig_context;
16 ucontext_t child_context;

Completed in 429 milliseconds

1 2 3 4 5