/bionic/libc/kernel/arch-sh/asm/ |
ucontext.h | 15 struct ucontext { struct 17 struct ucontext *uc_link;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
ucontext.h | 4 struct ucontext { struct 6 struct ucontext *uc_link;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
ucontext.h | 27 #include <sys/ucontext.h> 53 #endif /* ucontext.h */
|
signal.h | 353 # include <sys/ucontext.h>
|
/external/valgrind/main/memcheck/tests/linux/ |
stack_changes.c | 3 #include <ucontext.h> 13 typedef struct ucontext mycontext;
|
/external/valgrind/main/memcheck/tests/amd64-linux/ |
int3-amd64.c | 7 #include <sys/ucontext.h>
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
int3-x86.c | 7 #include <sys/ucontext.h>
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
ucontext.h | 135 typedef struct ucontext struct 138 struct ucontext *uc_link; 236 typedef struct ucontext struct 239 struct ucontext *uc_link; 248 #endif /* sys/ucontext.h */
|
/external/valgrind/main/none/tests/x86-linux/ |
sigcontext.c | 6 #include <sys/ucontext.h>
|
/external/qemu/ |
cpu-exec.c | 38 #include <sys/ucontext.h> 71 struct ucontext *uc = puc; 826 # include <sys/ucontext.h> 833 # include <ucontext.h> 840 # include <ucontext.h> 867 struct ucontext *uc = puc; [all...] |
/external/valgrind/main/coregrind/m_sigframe/ |
sigframe-ppc32-linux.c | 116 struct vki_ucontext ucontext; member in struct:rt_sigframe 244 //:: /* ptr to ucontext */ 250 //:: struct vki_ucontext uContext; 648 //.. frame->puContext = (Addr)&frame->uContext; 656 //.. synth_ucontext(tst->tid, siginfo, mask, &frame->uContext, &frame->fpstate); 712 struct vki_ucontext *ucp = &frame->ucontext; 720 VG_TRACK( pre_mem_write, Vg_CoreSignal, tid, "signal frame ucontext", 728 VG_TRACK( pre_mem_write, Vg_CoreSignal, tid, "signal frame ucontext", 871 //.. restore_sigcontext(tst, &frame->uContext.uc_mcontext, &frame->fpstate); 903 mc = &frame->ucontext.uc_mcontext [all...] |
/external/v8/src/ |
platform-freebsd.cc | 37 #include <sys/ucontext.h> 658 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context); local 659 mcontext_t& mcontext = ucontext->uc_mcontext;
|
platform-solaris.cc | 38 #include <ucontext.h> // walkstack(), getcontext() 612 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context); local 613 mcontext_t& mcontext = ucontext->uc_mcontext;
|
platform-linux.cc | 825 typedef struct ucontext { struct in namespace:v8::internal 827 struct ucontext* uc_link; 869 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context); local 870 mcontext_t& mcontext = ucontext->uc_mcontext;
|
/external/flac/libFLAC/ |
cpu.c | 130 # include <sys/ucontext.h>
|
/external/valgrind/main/coregrind/ |
m_signals.c | 292 > the ucontext being presented to V's sighandler seems completely 295 > V's kernel headers and hence ucontext layout are derived from 296 > 2.6.9. I compared include/asm-ppc/ucontext.h from 2.4.20 and 317 uc_regs of the 2.6 struct ucontext, and a struct pt_regs is the 351 interrupted syscall should have produced a ucontext with 0x4 387 # include <ucontext.h> 420 # include <ucontext.h> [all...] |
/external/valgrind/main/include/vki/ |
vki-darwin.h | 988 #include <sys/ucontext.h> 990 /* quite why sys/ucontext.h provides a 'struct __darwin_ucontext' 991 but no 'struct ucontext' beats me. -- JRS */
|
/external/strace/ |
signal.c | 46 #include <sys/ucontext.h> [all...] |
/external/valgrind/main/perf/ |
tinycc.c | 57 #include <sys/ucontext.h> [all...] |