Home
last modified time | relevance | path

Searched refs:__sanitizer_syscall_post_sigaltstack (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/test/msan/Linux/
H A Dsyscalls.cpp129 __sanitizer_syscall_post_sigaltstack(0, nullptr, (stack_t *)buf); in main()
/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1857 #define __sanitizer_syscall_post_sigaltstack(res, ss, oss) \ macro