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

/fuchsia/zircon/third_party/ulib/ngunwind/src/dwarf/
H A DGexpr.c33 #define MAX_EXPR_STACK_SIZE 64 macro
201 unw_word_t stack[MAX_EXPR_STACK_SIZE];
209 if ((tos - 1) >= MAX_EXPR_STACK_SIZE) \
219 if (tos >= MAX_EXPR_STACK_SIZE) \
229 if (_index >= MAX_EXPR_STACK_SIZE) \

Completed in 9 milliseconds