Home
last modified time | relevance | path

Searched refs:SFS_CHECK (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/compiler-rt/lib/safestack/
Dsafestack.cpp92 SFS_CHECK(size + guard >= size); in unsafe_stack_alloc()
95 SFS_CHECK(MAP_FAILED != addr); in unsafe_stack_alloc()
101 SFS_CHECK((char *)start + size >= (char *)start); in unsafe_stack_setup()
102 SFS_CHECK((char *)start + guard >= (char *)start); in unsafe_stack_setup()
104 SFS_CHECK((((size_t)stack_ptr) & (kStackAlign - 1)) == 0); in unsafe_stack_setup()
161 SFS_CHECK(unsafe_stack_start != nullptr); in thread_cleanup_handler()
227 SFS_CHECK(size); in INTERCEPTOR()
Dsafestack_util.h22 #define SFS_CHECK(a) \ macro
32 SFS_CHECK((boundary & (boundary - 1)) == 0); in RoundUpTo()
Dsafestack_platform.h63 SFS_CHECK(real_##func);