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

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-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),
  /external/compiler-rt/lib/asan/
asan_linux.cc 56 ucontext_t *ucontext = (ucontext_t*)context;
61 ucontext_t *ucontext = (ucontext_t*)context;
66 ucontext_t *ucontext = (ucontext_t*)context;
71 ucontext_t *ucontext = (ucontext_t*)context;
78 ucontext_t *ucontext = (ucontext_t*)context
    [all...]
asan_mac.cc 43 ucontext_t *ucontext = (ucontext_t*)context;
asan_interceptors.cc 167 INTERCEPTOR(int, swapcontext, struct ucontext_t *oucp,
168 struct ucontext_t *ucp) {
  /external/compiler-rt/lib/asan/lit_tests/Linux/
swapcontext_test.cc 16 ucontext_t orig_context;
17 ucontext_t child_context;
  /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;
  /system/core/libcorkscrew/arch-mips/
backtrace-mips.c 55 } ucontext_t; typedef in typeref:struct:ucontext
159 const ucontext_t* uc = (const ucontext_t*)sigcontext;
  /external/valgrind/main/none/tests/x86-linux/
sigcontext.c 12 static void handler1(int sig, siginfo_t *si, ucontext_t *uc)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-4.6/sysroot/usr/include/sys/
ucontext.h 143 } ucontext_t; typedef in typeref:struct:ucontext
244 } ucontext_t; typedef in typeref:struct:ucontext
  /external/valgrind/main/coregrind/
m_signals.c 392 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*)ucV
    [all...]
  /external/v8/src/
platform-linux.cc 956 } ucontext_t; typedef in namespace:v8::internal
989 } ucontext_t; typedef in namespace:v8::internal
1008 } ucontext_t; typedef in namespace:v8::internal
1044 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context);
    [all...]
platform-solaris.cc 316 ucontext_t ctx;
691 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context);
platform-freebsd.cc 699 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context);
platform-openbsd.cc 753 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context);
  /system/core/libcorkscrew/arch-arm/
backtrace-arm.c 66 /* Old versions of the Android <signal.h> didn't define ucontext_t. */
76 } ucontext_t; typedef in typeref:struct:ucontext
558 const ucontext_t* uc = (const ucontext_t*)sigcontext;
  /system/core/libcorkscrew/arch-x86/
backtrace-x86.c 46 typedef struct ucontext ucontext_t; typedef in typeref:struct:ucontext
50 /* Old versions of the Android <signal.h> didn't define ucontext_t. */
74 } ucontext_t; typedef in typeref:struct:ucontext
819 const ucontext_t* uc = (const ucontext_t*)sigcontext;
  /external/qemu/
cpu-exec.c     [all...]
  /external/flac/libFLAC/
cpu.c 134 ((ucontext_t*)uc)->uc_mcontext.gregs[14/*REG_EIP*/] += 3 + 3 + 6;
  /external/chromium/base/
process_util_posix.cc 44 typedef void ucontext_t; typedef
112 void StackDumpSignalHandler(int signal, siginfo_t* info, ucontext_t* context) {
    [all...]
  /external/strace/
signal.c     [all...]

Completed in 570 milliseconds

1 2