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 35 extern uintptr_t __stack_chk_guard;
57 ASSERT_EQ(__stack_chk_guard, reinterpret_cast<uintptr_t>(guard));
96 ASSERT_NE(0U, __stack_chk_guard);
98 GTEST_LOG_(INFO) << "glibc doesn't have a global __stack_chk_guard.\n";
  /bionic/libc/bionic/
libc_init_common.cpp 65 uintptr_t __stack_chk_guard = 0; variable
70 __stack_chk_guard = *reinterpret_cast<uintptr_t*>(args.getauxval(AT_RANDOM));
pthread_create.cpp 60 thread->tls[TLS_SLOT_STACK_GUARD] = reinterpret_cast<void*>(__stack_chk_guard);

Completed in 84 milliseconds