Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c13977 int crux_depth, str_depth; in my_getSmallExpression() local
13990 crux_depth = str_depth; in my_getSmallExpression()
14006 while (crux_depth > 0 && (*str == ')' || *str == ' ' || *str == '\t')) in my_getSmallExpression()
14008 crux_depth--; in my_getSmallExpression()
14010 if (crux_depth > 0) in my_getSmallExpression()