OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__stack_chk_guard
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/private/
bionic_ssp.h
38
extern uintptr_t
__stack_chk_guard
;
/bionic/tests/
stack_protector_test.cpp
95
extern "C" uintptr_t
__stack_chk_guard
;
112
__stack_chk_guard
= 0x12345678;
120
ASSERT_NE(0U,
__stack_chk_guard
);
/bionic/libc/bionic/
libc_init_common.cpp
65
uintptr_t
__stack_chk_guard
= 0;
variable
116
__stack_chk_guard
= *reinterpret_cast<uintptr_t*>(getauxval(AT_RANDOM));
pthread_create.cpp
67
thread->tls[TLS_SLOT_STACK_GUARD] = reinterpret_cast<void*>(
__stack_chk_guard
);
Completed in 73 milliseconds