Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/libiberty/
Dalloca.c98 #define STACK_DIR STACK_DIRECTION /* Known at compile-time. */ macro
103 #define STACK_DIR stack_dir macro
168 if (STACK_DIR == 0) /* Unknown growth direction. */ in C_alloca()
179 if ((STACK_DIR > 0 && hp->h.deep > depth) in C_alloca()
180 || (STACK_DIR < 0 && hp->h.deep < depth)) in C_alloca()