Home
last modified time | relevance | path

Searched refs:stack_protect_guard (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dfunction.h371 tree stack_protect_guard; member
Dtarget.h656 tree (* stack_protect_guard) (void); member
Dcfgexpand.c954 cfun->stack_protect_guard = guard; in create_stack_guard()
1686 if (has_short_buffer && !cfun->stack_protect_guard) in tree_expand_cfg()
1703 if (cfun->stack_protect_guard) in tree_expand_cfg()
Dfunction.c2445 else if (cfun->stack_protect_guard in assign_parm_adjust_stack_rtl()
3973 tree guard_decl = targetm.stack_protect_guard (); in stack_protect_prologue()
3980 x = validize_mem (DECL_RTL (cfun->stack_protect_guard)); in stack_protect_prologue()
4010 tree guard_decl = targetm.stack_protect_guard (); in stack_protect_epilogue()
4018 x = validize_mem (DECL_RTL (cfun->stack_protect_guard)); in stack_protect_epilogue()
4561 if (cfun->stack_protect_guard) in expand_function_end()
Dcalls.c2318 if (pass == 0 && cfun->stack_protect_guard) in expand_call()
DChangeLog-200514068 * function.h (struct function): Add stack_protect_guard.
14077 * target.h (struct gcc_target): Add stack_protect_guard and