Home
last modified time | relevance | path

Searched refs:__stack_chk_guard (Results 1 – 3 of 3) sorted by relevance

/tools/include/nolibc/
A Dstackprotector.h40 uintptr_t __stack_chk_guard; variable
44 my_syscall3(__NR_getrandom, &__stack_chk_guard, sizeof(__stack_chk_guard), 0); in __stack_chk_init()
46 if (__stack_chk_guard != (uintptr_t) &__stack_chk_guard) in __stack_chk_init()
47 __stack_chk_guard ^= (uintptr_t) &__stack_chk_guard; in __stack_chk_init()
/tools/testing/selftests/nolibc/
A DMakefile.include5 …$(CC) -x c - -o - -S $(CLANG_CROSS_FLAGS) $(__CFLAGS_STACKPROTECTOR) | grep -q __stack_chk_guard, \
A Dnolibc-test.c1754 if (!__stack_chk_guard) { in run_protection()

Completed in 15 milliseconds