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
98
extern "C" uintptr_t
__stack_chk_guard
;
110
__stack_chk_guard
= 0x12345678;
117
ASSERT_NE(0U,
__stack_chk_guard
);
/bionic/libc/bionic/
libc_init_common.cpp
61
uintptr_t
__stack_chk_guard
= 0;
variable
113
__stack_chk_guard
= *reinterpret_cast<uintptr_t*>(getauxval(AT_RANDOM));
pthread_create.cpp
63
thread->tls[TLS_SLOT_STACK_GUARD] = (void*)
__stack_chk_guard
;
Completed in 2409 milliseconds