Searched refs:__stack_chk_fail (Results 1 – 23 of 23) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libssp/ |
H A D | ssp-local.c | 37 extern void __stack_chk_fail (void); 48 __stack_chk_fail (); in __stack_chk_fail_local()
|
H A D | ssp.c | 182 __stack_chk_fail (void) in __stack_chk_fail() function 200 __stack_chk_fail (); in __stack_chk_fail_local()
|
H A D | ssp.map | 3 __stack_chk_fail;
|
/netbsd-src/external/gpl3/gcc.old/dist/libssp/ |
H A D | ssp-local.c | 37 extern void __stack_chk_fail (void); 48 __stack_chk_fail (); in __stack_chk_fail_local()
|
H A D | ssp.c | 182 __stack_chk_fail (void) in __stack_chk_fail() function 200 __stack_chk_fail (); in __stack_chk_fail_local()
|
H A D | ssp.map | 3 __stack_chk_fail;
|
/netbsd-src/sys/kern/ |
H A D | kern_ssp.c | 40 __weak_alias(__stack_chk_fail, stack_chk_fail) 44 # define stack_chk_fail __stack_chk_fail
|
/netbsd-src/lib/libc/misc/ |
H A D | stack_protector.c | 108 __stack_chk_fail(void) in __stack_chk_fail() function 122 __stack_chk_fail(); in __stack_chk_fail_local()
|
/netbsd-src/include/ssp/ |
H A D | ssp.h | 95 void __stack_chk_fail(void) __dead;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | RuntimeLibcalls.def | 579 HANDLE_LIBCALL(STACKPROTECTOR_CHECK_FAIL, "__stack_chk_fail")
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | MIRLangRef.rst | 722 CALL64pcrel32 &__stack_chk_fail, csr_64, implicit $rsp, implicit-def $rsp
|
H A D | LangRef.rst | 20789 calling the ``__stack_chk_fail()`` function.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | configure.ac | 6266 AC_CACHE_CHECK(__stack_chk_fail in target C library, 6279 # glibc 2.4 and later provides __stack_chk_fail and 6307 AC_CHECK_FUNC(__stack_chk_fail,[gcc_cv_libc_provides_ssp=yes], 6308 [echo "no __stack_chk_fail on this target"])
|
H A D | target.def | 4278 @samp{__stack_chk_fail}, taking no arguments. This function is\n\
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | configure.ac | 6921 AC_CACHE_CHECK(__stack_chk_fail in target C library, 6934 # glibc 2.4 and later provides __stack_chk_fail and 6962 AC_CHECK_FUNC(__stack_chk_fail,[gcc_cv_libc_provides_ssp=yes], 6963 [echo "no __stack_chk_fail on this target"])
|
H A D | ChangeLog-2005 | 13116 (__stack_chk_fail, __stack_chk_fail_local): Declare. 14097 (__stack_chk_fail, __stack_chk_fail_local): Declare.
|
H A D | ChangeLog-2010 | 38435 (__stack_chk_fail): Ditto. Remove quadrigraphs. 39096 * configure.ac: Fix __stack_chk_fail check for cross builds configured
|
H A D | ChangeLog-2008 | 27673 * configure.ac (__stack_chk_fail): Add detecion for availability
|
H A D | ChangeLog-2009 | 10144 * configure.ac (*-*-freebsd*): Enable check for __stack_chk_fail.
|
H A D | ChangeLog-2007 | 33459 * configure.ac: Check for __stack_chk_fail for darwin.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | tm.texi | 5112 @samp{__stack_chk_fail}, taking no arguments. This function is
|
H A D | gccint.info | 35778 '__stack_chk_fail', taking no arguments. This function is normally
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | gccint.info | 37225 '__stack_chk_fail', taking no arguments. This function is normally
|