Home
last modified time | relevance | path

Searched refs:FRAME_GROWS_DOWNWARD (Results 1 – 25 of 69) sorted by relevance

123

/openbsd/src/gnu/gcc/gcc/
Ddefaults.h878 #ifndef FRAME_GROWS_DOWNWARD
879 #define FRAME_GROWS_DOWNWARD 0 macro
Dtoplev.c1836 flag_stack_protect = FRAME_GROWS_DOWNWARD ? 1 : 0; in process_options()
1838 flag_stack_protect = FRAME_GROWS_DOWNWARD ? 3 : 0; in process_options()
1840 if (!FRAME_GROWS_DOWNWARD && flag_stack_protect) in process_options()
Dfunction.c347 if (FRAME_GROWS_DOWNWARD) in get_func_frame_size()
370 unsigned HOST_WIDE_INT size = FRAME_GROWS_DOWNWARD ? -offset : offset; in frame_offset_overflow()
432 if (FRAME_GROWS_DOWNWARD) in assign_stack_local_1()
459 if (FRAME_GROWS_DOWNWARD) in assign_stack_local_1()
489 if (!FRAME_GROWS_DOWNWARD) in assign_stack_local_1()
729 if (FRAME_GROWS_DOWNWARD) in assign_stack_temp_for_type()
735 if (FRAME_GROWS_DOWNWARD) in assign_stack_temp_for_type()
Dcfgexpand.c182 if (FRAME_GROWS_DOWNWARD) in alloc_stack_frame_space()
1163 if (!FRAME_GROWS_DOWNWARD) in expand_used_vars()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dprotector.c181 #ifndef FRAME_GROWS_DOWNWARD
206 #ifndef FRAME_GROWS_DOWNWARD
218 #ifndef FRAME_GROWS_DOWNWARD
1171 #ifdef FRAME_GROWS_DOWNWARD in copy_args_for_protection()
1545 #ifdef FRAME_GROWS_DOWNWARD
1964 #if !defined(FRAME_GROWS_DOWNWARD) && defined(STACK_GROWS_DOWNWARD)
1993 #if defined(FRAME_GROWS_DOWNWARD) || !defined(STACK_GROWS_DOWNWARD)
2074 #if !defined(FRAME_GROWS_DOWNWARD) && defined(STACK_GROWS_DOWNWARD)
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Ddarwin.h212 (FRAME_GROWS_DOWNWARD \
/openbsd/src/gnu/gcc/gcc/config/alpha/
Dunicosmk.h99 #define FRAME_GROWS_DOWNWARD 1 macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/alpha/
Dunicosmk.h99 #define FRAME_GROWS_DOWNWARD macro
/openbsd/src/gnu/gcc/gcc/config/fr30/
Dfr30.h468 #define FRAME_GROWS_DOWNWARD 1 macro
/openbsd/src/gnu/gcc/gcc/config/m32c/
Dm32c.h426 #define FRAME_GROWS_DOWNWARD 1 macro
/openbsd/src/gnu/gcc/gcc/config/stormy16/
Dstormy16.h340 #define FRAME_GROWS_DOWNWARD 0 macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/fr30/
Dfr30.h485 #define FRAME_GROWS_DOWNWARD 1 macro
/openbsd/src/gnu/gcc/gcc/config/vax/
Dvax.h321 #define FRAME_GROWS_DOWNWARD 1 macro
/openbsd/src/gnu/gcc/gcc/config/mmix/
Dmmix.h536 #define FRAME_GROWS_DOWNWARD 1 macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/mn10200/
Dmn10200.h349 #define FRAME_GROWS_DOWNWARD macro
/openbsd/src/gnu/gcc/gcc/config/arc/
Darc.h462 #define FRAME_GROWS_DOWNWARD 1 macro
/openbsd/src/gnu/gcc/gcc/config/s390/
Ds390.h490 #define FRAME_GROWS_DOWNWARD 1 macro
/openbsd/src/gnu/gcc/gcc/config/pdp11/
Dpdp11.h423 #define FRAME_GROWS_DOWNWARD 1 macro
/openbsd/src/gnu/gcc/gcc/config/v850/
Dv850.h450 #define FRAME_GROWS_DOWNWARD 1 macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/mmix/
Dmmix.h637 #define FRAME_GROWS_DOWNWARD macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/arc/
Darc.h537 #define FRAME_GROWS_DOWNWARD macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/ip2k/
Dip2k.h1014 #define FRAME_GROWS_DOWNWARD 1 macro
/openbsd/src/gnu/gcc/gcc/config/mn10300/
Dmn10300.h490 #define FRAME_GROWS_DOWNWARD 1 macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/pdp11/
Dpdp11.h494 #define FRAME_GROWS_DOWNWARD macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/mn10300/
Dmn10300.h442 #define FRAME_GROWS_DOWNWARD macro

123