Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDfunction.h371 tree stack_protect_guard; member
HDtarget.h656 tree (* stack_protect_guard) (void); member
HDcfgexpand.c947 cfun->stack_protect_guard = guard; in create_stack_guard()
1618 if (has_short_buffer && !cfun->stack_protect_guard) in tree_expand_cfg()
1635 if (cfun->stack_protect_guard) in tree_expand_cfg()
HDfunction.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()
HDcalls.c2318 if (pass == 0 && cfun->stack_protect_guard) in expand_call()
HDChangeLog-200514068 * function.h (struct function): Add stack_protect_guard.
14077 * target.h (struct gcc_target): Add stack_protect_guard and