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

  /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/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/lib/asan/
asan_linux.cc 57 ucontext_t *ucontext = (ucontext_t*)context;
62 ucontext_t *ucontext = (ucontext_t*)context;
67 ucontext_t *ucontext = (ucontext_t*)context;
asan_mac.cc 44 ucontext_t *ucontext = (ucontext_t*)context;
  /system/core/libcorkscrew/arch-x86/
backtrace-x86.c 43 typedef struct ucontext ucontext_t; typedef in typeref:struct:ucontext
47 /* Old versions of the Android <signal.h> didn't define ucontext_t. */
71 } ucontext_t; typedef in typeref:struct:ucontext
128 const ucontext_t* uc = (const ucontext_t*)sigcontext;
  /system/core/libcorkscrew/arch-mips/
backtrace-mips.c 55 } ucontext_t; typedef in typeref:struct:ucontext
158 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/v8/src/
platform-linux.cc 961 } ucontext_t; typedef in namespace:v8::internal
994 } ucontext_t; typedef in namespace:v8::internal
1013 } ucontext_t; typedef in namespace:v8::internal
1049 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;
  /external/valgrind/main/coregrind/
m_signals.c 394 ucontext_t* uc = (ucontext_t*)ucV;
400 ucontext_t* uc = (ucontext_t*)ucV;
411 ucontext_t* uc = (ucontext_t*)ucV;
441 ucontext_t* uc = (ucontext_t*)(ucV);
    [all...]
  /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...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 35 struct ucontext_t { struct
103 ucontext_t ctx;
    [all...]
  /external/valgrind/main/perf/
tinycc.c     [all...]

Completed in 1250 milliseconds