OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TLS_SLOT_STACK_GUARD
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/private/
bionic_tls.h
67
TLS_SLOT_STACK_GUARD
= 5, // GCC requires this specific slot for x86.
/bionic/tests/
stack_protector_test.cpp
44
void* guard = __get_tls()[
TLS_SLOT_STACK_GUARD
];
/bionic/libc/bionic/
pthread_create.cpp
60
thread->tls[
TLS_SLOT_STACK_GUARD
] = reinterpret_cast<void*>(__stack_chk_guard);
Completed in 46 milliseconds