Searched refs:__stack_chk_guard (Results 1 – 4 of 4) sorted by relevance
20 use crate::linker::__stack_chk_guard;111 unsafe { addr_of!(__stack_chk_guard).read_volatile() } in stack_chk_guard()
19 pub static __stack_chk_guard: u64; variable
111 __stack_chk_guard = __bionic_tls + 40; symbol
124 unsafe { linker::__stack_chk_guard }, in check_stack_guard()