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

12

/openbsd-current/gnu/gcc/gcc/config/alpha/
H A Dlinux-unwind.h33 #include <sys/ucontext.h>
56 struct ucontext uc;
/openbsd-current/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_linux.cpp38 #include <sys/ucontext.h>
/openbsd-current/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dlinux.h72 #include <sys/ucontext.h>
92 struct ucontext uc; \
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_linux.cpp50 # include <ucontext.h>
54 # include <ucontext.h>
58 # include <sys/ucontext.h>
H A Dasan_mac.cpp37 #include <sys/ucontext.h>
/openbsd-current/gnu/gcc/gcc/config/pa/
H A Dlinux-unwind.h33 #include <sys/ucontext.h>
67 struct ucontext uc;
H A Dhpux-unwind.h33 #include <sys/ucontext.h>
234 ucontext structure is offset from the start of the previous
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Dlinux-unwind.h38 #include <sys/ucontext.h>
54 struct ucontext *uc_ = context->cfa;
109 /* There's no sys/ucontext.h for glibc 2.0, so no
116 #include <sys/ucontext.h>
143 struct ucontext uc;
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp882 ucontext_t *ucontext = static_cast<ucontext_t*>(context); local
883 return ucontext->uc_mcontext->__es.__err & 2 /*T_PF_WRITE*/ ? Write : Read;
885 ucontext_t *ucontext = static_cast<ucontext_t*>(context);
886 return ucontext->uc_mcontext->__es.__esr & 0x40 /*ISS_DA_WNR*/ ? Write : Read;
901 (void *)arm_thread_state64_get_##r(ucontext->uc_mcontext->__ss), 0)
903 #define AARCH64_GET_REG(r) (uptr)ucontext->uc_mcontext->__ss.__##r
907 ucontext_t *ucontext = (ucontext_t*)context; local
913 *pc = ucontext->uc_mcontext->__ss.__rip;
914 *bp = ucontext->uc_mcontext->__ss.__rbp;
915 *sp = ucontext
1302 ucontext_t *ucontext = (ucontext_t*)context; local
[all...]
H A Dsanitizer_freebsd.h26 #include <ucontext.h>
H A Dsanitizer_linux.cpp70 #include <ucontext.h>
1904 static bool Aarch64GetESR(ucontext_t *ucontext, u64 *esr) { argument
1906 u8 *aux = reinterpret_cast<u8 *>(ucontext->uc_mcontext.__reserved);
1919 // FreeBSD doesn't provide ESR in the ucontext.
1920 static bool Aarch64GetESR(ucontext_t *ucontext, u64 *esr) { argument
1928 Context *ucontext = (Context *)context; local
1932 uptr err = ucontext->uc_mcontext.mc_err;
1934 uptr err = ucontext->uc_mcontext.__gregs[_REG_ERR];
1937 uptr err = ucontext->uc_mcontext.gregs[Err];
1939 uptr err = ucontext
2145 ucontext_t *ucontext = (ucontext_t *)context; local
[all...]
H A Dsanitizer_netbsd.cpp48 #include <ucontext.h>
H A Dsanitizer_platform_limits_freebsd.cpp45 #include <sys/ucontext.h>
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i386/
H A Dlinux.h234 /* There's no sys/ucontext.h for some (all?) libc1, so no
240 #include <sys/ucontext.h>
263 struct ucontext uc; \
H A Dlinux64.h101 #include <sys/ucontext.h>
115 struct ucontext *uc_ = (CONTEXT)->cfa; \
185 struct ucontext uc; \
/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerUtilPosix.cpp38 static void SegvHandler(int sig, siginfo_t *si, void *ucontext) { argument
41 return upstream_segv_handler(sig, si, ucontext);
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Dhost-darwin.c25 #include <sys/ucontext.h>
/openbsd-current/gnu/gcc/gcc/config/sh/
H A Dlinux-unwind.h33 #include <sys/ucontext.h>
86 struct ucontext uc;
183 struct ucontext uc;
/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/optional/
H A Dsegv_handler_posix.cpp186 static void sigSegvHandler(int sig, siginfo_t *info, void *ucontext) { argument
197 PrintBacktraceForSignalHandler, ucontext);
208 PreviousHandler.sa_sigaction(sig, info, ucontext);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dlinux.h98 /* During the 2.5 kernel series the kernel ucontext was changed, but
104 struct ucontext *uc_link;
/openbsd-current/gnu/gcc/gcc/config/ia64/
H A Dlinux-unwind.h37 #include <sys/ucontext.h>
/openbsd-current/gnu/usr.bin/binutils/gdb/osf-share/
H A Dcma_tcb_defs.h37 # include <sys/ucontext.h>
/openbsd-current/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dlinux.h63 #include <sys/ucontext.h>
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Ds390-nat.c36 #include <sys/ucontext.h>
/openbsd-current/regress/lib/libc/sys/
H A Dt_setrlimit.c51 #include <ucontext.h>

Completed in 390 milliseconds

12