Home
last modified time | relevance | path

Searched refs:get_stack_check_protect (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dexplow.c1315 get_stack_check_protect (void) in get_stack_check_protect() function
1489 probe_stack_range (get_stack_check_protect (), size); in allocate_dynamic_stack_space()
H A Drtl.h2916 extern HOST_WIDE_INT get_stack_check_protect (void);
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c13878 size = 0x80000000 - get_stack_check_protect () - 1; in ix86_expand_prologue()
13889 size + get_stack_check_protect (), in ix86_expand_prologue()
13897 && size > get_stack_check_protect ()) in ix86_expand_prologue()
13898 ix86_emit_probe_stack_range (get_stack_check_protect (), in ix86_expand_prologue()
13900 - get_stack_check_protect ()), in ix86_expand_prologue()
13904 ix86_emit_probe_stack_range (get_stack_check_protect (), size, in ix86_expand_prologue()