Searched refs:stack_protect_guard (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dfunction.h372 tree stack_protect_guard;
371 tree stack_protect_guard; local
H A Dtarget.h656 tree (* stack_protect_guard) (void); member in struct:gcc_target
H A Dcfgexpand.c954 cfun->stack_protect_guard = guard;
1686 if (has_short_buffer && !cfun->stack_protect_guard)
1701 /* Initialize the stack_protect_guard field. This must happen after the
1703 if (cfun->stack_protect_guard)
H A Dfunction.c2458 else if (cfun->stack_protect_guard
3981 /* Expand code to initialize the stack_protect_guard. This is invoked at
3992 tree guard_decl = targetm.stack_protect_guard ();
3997 cfun->stack_protect_guard is a local stack slot, so this skips
3999 x = validize_mem (DECL_RTL (cfun->stack_protect_guard));
4018 /* Expand code to verify the stack_protect_guard. This is invoked at
4029 tree guard_decl = targetm.stack_protect_guard ();
4035 cfun->stack_protect_guard is a local stack slot, so this skips
4037 x = validize_mem (DECL_RTL (cfun->stack_protect_guard));
4582 if (cfun->stack_protect_guard)
[all...]
H A Dcalls.c2319 if (pass == 0 && cfun->stack_protect_guard)

Completed in 75 milliseconds