Home
last modified time | relevance | path

Searched refs:SCS_SIZE (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/bionic/
Dpthread_create.cpp119 reinterpret_cast<char*>(align_up(reinterpret_cast<uintptr_t>(scs_guard_region), SCS_SIZE)); in __init_shadow_call_stack()
125 (getpid() == 1) ? 0 : (arc4random_uniform(SCS_GUARD_REGION_SIZE / SCS_SIZE - 1) * SCS_SIZE); in __init_shadow_call_stack()
130 mprotect(scs, SCS_SIZE, PROT_READ | PROT_WRITE); in __init_shadow_call_stack()
/bionic/libc/private/
Dbionic_constants.h23 #define SCS_SIZE (8 * 1024) macro
/bionic/tests/
Dscs_test.cpp36 ASSERT_EXIT(recurse1(SCS_SIZE), testing::KilledBySignal(SIGSEGV), ""); in TEST()
/bionic/libc/arch-arm64/bionic/
Dsetjmp.S71 #define SCS_MASK (SCS_SIZE - 1)