Home
last modified time | relevance | path

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

/bionic/libc/private/
Dbionic_asm_tls.h90 #define TLS_SLOT_STACK_GUARD 5 macro
110 #define TLS_SLOT_STACK_GUARD 5 macro
/bionic/libc/bionic/
Dlibc_init_dynamic.cpp107 __stack_chk_guard = reinterpret_cast<uintptr_t>(__get_tls()[TLS_SLOT_STACK_GUARD]); in __libc_preinit()
Dpthread_create.cpp71 tcb->tls_slot(TLS_SLOT_STACK_GUARD) = reinterpret_cast<void*>(__stack_chk_guard); in __init_tcb_stack_guard()
/bionic/tests/
Dstack_protector_test.cpp44 void* guard = __get_tls()[TLS_SLOT_STACK_GUARD]; in Check()
/bionic/docs/
Delf-tls.md609 * `TLS_SLOT_STACK_GUARD` is used for `-fstack-protector`. The location (word #5) was initially used