HomeSort by relevance Sort by last modified time
    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 100 extern "C" uintptr_t __stack_chk_guard;
104 ASSERT_NE(0U, __stack_chk_guard);
117 __stack_chk_guard = 0x12345678;
  /bionic/libc/bionic/
libc_init_common.cpp 61 uintptr_t __stack_chk_guard = 0; variable
120 __stack_chk_guard = *reinterpret_cast<uintptr_t*>(getauxval(AT_RANDOM));
pthread_create.cpp 69 thread->tls[TLS_SLOT_STACK_GUARD] = (void*) __stack_chk_guard;

Completed in 46 milliseconds