Searched refs:stack_chk_guard (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/sys/kern/ |
| 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/ |
| 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/ |
| 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()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | arm-tdep.c | 1687 struct bound_minimal_symbol stack_chk_guard; in arm_skip_stack_protector() local 1698 stack_chk_guard = lookup_minimal_symbol_by_pc (addr); in arm_skip_stack_protector() 1701 if (stack_chk_guard.minsym == NULL in arm_skip_stack_protector() 1702 || !startswith (stack_chk_guard.minsym->linkage_name (), "__stack_chk_guard")) in arm_skip_stack_protector()
|