Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Ddemangle.c57 #define SYM_MAX 1000 macro
62 static char _str[SYM_MAX], *str = _str; in conv_demangle_name()
63 static size_t size = SYM_MAX; in conv_demangle_name()
100 if (((_size += SYM_MAX) > (SYM_MAX * 4)) || in conv_demangle_name()
105 if (size != SYM_MAX) { in conv_demangle_name()