]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_interceptors_vfork.S
Merge ^/head r358731 through r358831.
[FreeBSD/FreeBSD.git] / contrib / llvm-project / compiler-rt / lib / hwasan / hwasan_interceptors_vfork.S
1 #include "sanitizer_common/sanitizer_asm.h"
2
3 #if defined(__linux__) && HWASAN_WITH_INTERCEPTORS
4 #define COMMON_INTERCEPTOR_SPILL_AREA __hwasan_extra_spill_area
5 #define COMMON_INTERCEPTOR_HANDLE_VFORK __hwasan_handle_vfork
6 #include "sanitizer_common/sanitizer_common_interceptors_vfork_aarch64.inc.S"
7 #include "sanitizer_common/sanitizer_common_interceptors_vfork_x86_64.inc.S"
8 #endif
9
10 NO_EXEC_STACK_DIRECTIVE