Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDdictionary.c196 #define DICT_LINEAR_SYMS(d) (d)->data.linear.syms macro
197 #define DICT_LINEAR_SYM(d,i) DICT_LINEAR_SYMS (d) [i]
436 DICT_LINEAR_SYMS (retval) = syms; in dict_create_linear()
470 DICT_LINEAR_SYMS (retval) in dict_create_linear_expandable()
815 xfree (DICT_LINEAR_SYMS (dict)); in free_linear_expandable()
829 DICT_LINEAR_SYMS (dict) in add_symbol_linear_expandable()
830 = xrealloc (DICT_LINEAR_SYMS (dict), in add_symbol_linear_expandable()