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

/freebsd-9.3-release/contrib/gcc/
H A Dfunction.h366 tree stack_protect_guard;
365 tree stack_protect_guard; local
H A Dtarget.h656 tree (* stack_protect_guard) (void); member in struct:gcc_target
H A Dcfgexpand.c947 cfun->stack_protect_guard = guard;
1618 if (has_short_buffer && !cfun->stack_protect_guard)
1633 /* Initialize the stack_protect_guard field. This must happen after the
1635 if (cfun->stack_protect_guard)
H A Dfunction.c2452 else if (cfun->stack_protect_guard
3969 /* Expand code to initialize the stack_protect_guard. This is invoked at
3980 tree guard_decl = targetm.stack_protect_guard ();
3985 cfun->stack_protect_guard is a local stack slot, so this skips
3987 x = validize_mem (DECL_RTL (cfun->stack_protect_guard));
4006 /* Expand code to verify the stack_protect_guard. This is invoked at
4017 tree guard_decl = targetm.stack_protect_guard ();
4023 cfun->stack_protect_guard is a local stack slot, so this skips
4025 x = validize_mem (DECL_RTL (cfun->stack_protect_guard));
4570 if (cfun->stack_protect_guard)
[all...]
H A Dcalls.c2318 if (pass == 0 && cfun->stack_protect_guard)

Completed in 184 milliseconds