Searched refs:ucontext (Results 1 - 25 of 29) sorted by relevance

12

/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_linux.cc41 #include <ucontext.h>
44 #include <sys/ucontext.h>
151 ucontext_t *ucontext = (ucontext_t*)context; local
152 *pc = ucontext->uc_mcontext.arm_pc;
153 *bp = ucontext->uc_mcontext.arm_fp;
154 *sp = ucontext->uc_mcontext.arm_sp;
156 ucontext_t *ucontext = (ucontext_t*)context;
157 *pc = ucontext->uc_mcontext.pc;
158 *bp = ucontext->uc_mcontext.regs[29];
159 *sp = ucontext
[all...]
H A Dasan_mac.cc32 #include <sys/ucontext.h>
42 ucontext_t *ucontext = (ucontext_t*)context; local
44 *pc = ucontext->uc_mcontext->__ss.__rip;
45 *bp = ucontext->uc_mcontext->__ss.__rbp;
46 *sp = ucontext->uc_mcontext->__ss.__rsp;
48 *pc = ucontext->uc_mcontext->__ss.__eip;
49 *bp = ucontext->uc_mcontext->__ss.__ebp;
50 *sp = ucontext->uc_mcontext->__ss.__esp;
/haiku-buildtools/gcc/gcc/ada/
H A Dsigtramp.h52 typedef struct ucontext struct
55 struct ucontext *uc_link;
H A Dsigtramp-armdroid.c79 void __gnat_sigtramp (int signo, void *si, void *ucontext, argument
82 struct sigcontext *mcontext = &((ucontext_t *) ucontext)->uc_mcontext;
H A Dinit.c232 void *ucontext ATTRIBUTE_UNUSED)
298 #include <sys/ucontext.h>
307 __gnat_adjust_context_for_raise (int signo ATTRIBUTE_UNUSED, void *ucontext) argument
309 ucontext_t *uc = (ucontext_t *) ucontext;
324 void *ucontext ATTRIBUTE_UNUSED)
329 __gnat_adjust_context_for_raise (sig, ucontext);
410 #define __USE_GNU 1 /* required to get REG_EIP/RIP from glibc's ucontext.h */
411 #include <sys/ucontext.h>
461 __gnat_adjust_context_for_raise (int signo ATTRIBUTE_UNUSED, void *ucontext) argument
463 mcontext_t *mcontext = &((ucontext_t *) ucontext)
509 __gnat_error_handler(int sig, siginfo_t *si ATTRIBUTE_UNUSED, void *ucontext) argument
1331 __gnat_adjust_context_for_raise(int signo ATTRIBUTE_UNUSED, void *ucontext) argument
1363 __gnat_adjust_context_for_raise(int signo ATTRIBUTE_UNUSED, void *ucontext) argument
2297 __gnat_error_handler(int sig, siginfo_t *si, void *ucontext) argument
2388 __gnat_adjust_context_for_raise(int signo ATTRIBUTE_UNUSED, void *ucontext) argument
[all...]
H A Dsigtramp-vxworks.c52 typedef struct ucontext struct
55 struct ucontext * uc_link; /* not used */
/haiku-buildtools/gcc/libgcc/config/xtensa/
H A Dlinux-unwind.h32 #include <sys/ucontext.h>
67 struct ucontext uc;
/haiku-buildtools/gcc/libgcc/config/tilepro/
H A Dlinux-unwind.h30 #include <sys/ucontext.h>
64 struct ucontext uc;
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/asan/
H A Dswapcontext-test-1.c6 #include <ucontext.h>
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sparc/
H A Dsparc-getcontext-1.c56 typedef struct ucontext ucontext_t;
57 struct ucontext { struct
/haiku-buildtools/gcc/libgcc/config/alpha/
H A Dlinux-unwind.h30 #include <sys/ucontext.h>
54 struct ucontext uc;
/haiku-buildtools/gcc/libgcc/config/i386/
H A Dsol2-unwind.h28 #include <ucontext.h>
71 ucontext_t ucontext; member in struct:handler_args
84 ucp = &handler_args->ucontext;
203 ucontext_t *ucontext; member in struct:handler_args
205 mctx = &handler_args->ucontext->uc_mcontext;
H A Dlinux-unwind.h31 /* There's no sys/ucontext.h for glibc 2.0, so no
38 #include <sys/ucontext.h>
61 struct ucontext *uc_ = context->cfa;
141 struct ucontext uc;
H A Ddragonfly-unwind.h32 #include <sys/ucontext.h>
/haiku-buildtools/gcc/libgcc/config/aarch64/
H A Dlinux-unwind.h26 #include <sys/ucontext.h>
55 struct ucontext uc;
/haiku-buildtools/gcc/libgcc/config/pa/
H A Dlinux-unwind.h33 #include <sys/ucontext.h>
83 struct ucontext uc;
/haiku-buildtools/gcc/libgcc/config/nios2/
H A Dlinux-unwind.h41 struct ucontext *uc_link;
/haiku-buildtools/gcc/libgcc/config/rs6000/
H A Daix-unwind.h164 ucontext_t ucontext; member in struct:__anon2091
169 return &frame->ucontext;
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_freebsd.h25 # include <ucontext.h>
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Dhost-darwin.c23 #include <sys/ucontext.h>
/haiku-buildtools/gcc/libgcc/config/sparc/
H A Dsol2-unwind.h28 #include <ucontext.h>
276 ucontext_t ucontext; member in struct:handler_args
290 ucp = &handler_args->ucontext;
/haiku-buildtools/gcc/libgcc/config/sh/
H A Dlinux-unwind.h33 #include <sys/ucontext.h>
86 struct ucontext uc;
183 struct ucontext uc;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dsplit-5.c9 #include <ucontext.h>
/haiku-buildtools/gcc/libgcc/config/m68k/
H A Dlinux-unwind.h33 /* <sys/ucontext.h> is unfortunately broken right now. */
36 struct ucontext *uc_link;
/haiku-buildtools/gcc/libgcc/config/bfin/
H A Dlinux-unwind.h32 #include <sys/ucontext.h>
55 struct ucontext uc;

Completed in 168 milliseconds

12