Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/
H A Dstack_canary_linux.cc84 uintptr_t __stack_chk_guard_page = base::bits::AlignDown( in ResetStackCanaryIfPossible() local
86 PCHECK(0 == mprotect(reinterpret_cast<void*>(__stack_chk_guard_page), in ResetStackCanaryIfPossible()
89 PCHECK(0 == mprotect(reinterpret_cast<void*>(__stack_chk_guard_page), in ResetStackCanaryIfPossible()