Searched refs:stack_chk_guard (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/kern/ |
H A D | kern_ssp.c | 39 __weak_alias(__stack_chk_guard, stack_chk_guard) 43 # define stack_chk_guard __stack_chk_guard 48 SSP_STATIC long stack_chk_guard[8] = {0, 0, 0, 0, 0, 0, 0, 0,}; 69 long guard[__arraycount(stack_chk_guard)]; in ssp_init() 74 stack_chk_guard[i] = guard[i]; in ssp_init()
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
H A D | pftn.c | 2837 static char *stack_chk_guard = "__guard"; variable 2840 static char *stack_chk_guard = "__stack_chk_guard"; variable 2855 p->n_sp = lookup(stack_chk_guard, SNORMAL); in sspinit() 2866 q->n_sp = lookup(stack_chk_guard, SNORMAL); in sspstart() 2909 p->n_sp = lookup(stack_chk_guard, SNORMAL); in sspend()
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
H A D | pftn.c | 2881 static char *stack_chk_guard = "__guard"; 2884 static char *stack_chk_guard = "__stack_chk_guard"; variable 2899 p->n_sp = lookup(stack_chk_guard, SNORMAL); in sspinit() 2910 q->n_sp = lookup(stack_chk_guard, SNORMAL); in sspstart() 2954 p->n_sp = lookup(stack_chk_guard, SNORMAL); in sspend()
|