Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dkern_ssp.c40 __weak_alias(__stack_chk_fail, stack_chk_fail)
44 # define stack_chk_fail __stack_chk_fail
49 SSP_STATIC void stack_chk_fail(void);
52 stack_chk_fail(void) in stack_chk_fail() function
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dpftn.c2836 static char *stack_chk_fail = "__stack_smash_handler"; variable
2839 static char *stack_chk_fail = "__stack_chk_fail"; variable
2850 p->n_sp = lookup(stack_chk_fail, SNORMAL); in sspinit()
2916 p->n_sp = lookup(stack_chk_fail, SNORMAL); in sspend()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dpftn.c2880 static char *stack_chk_fail = "__stack_smash_handler";
2883 static char *stack_chk_fail = "__stack_chk_fail"; variable
2894 p->n_sp = lookup(stack_chk_fail, SNORMAL); in sspinit()
2961 p->n_sp = lookup(stack_chk_fail, SNORMAL); in sspend()