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

  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
signal_segv_handler.cc 26 void handler(int signo, siginfo_t *info, void *uctx) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 234 static void TracerThreadSignalHandler(int signum, void *siginfo, void *uctx) {
235 SignalContext ctx = SignalContext::Create(siginfo, uctx);
sanitizer_platform_limits_posix.h 547 void (*sigaction)(int sig, void *siginfo, void *uctx);
557 void (*sigaction)(int sig, void *siginfo, void *uctx);
565 void (*sigaction)(int sig, void *siginfo, void *uctx);
578 void (*sigaction)(int sig, void *siginfo, void *uctx);
    [all...]
  /external/syzkaller/executor/
common.h 78 struct user_context* uctx = (struct user_context*)ctx; local
79 uctx->tf.hw_tf.tf_rip = (long)(void*)recover;
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 147 typedef void (*sigactionhandler_t)(int sig, my_siginfo_t *siginfo, void *uctx);
    [all...]
  /external/syzkaller/pkg/csource/
generated.go 66 struct user_context* uctx = (struct user_context*)ctx;
67 uctx->tf.hw_tf.tf_rip = (long)(void*)recover;
    [all...]

Completed in 242 milliseconds