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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddictionary.c197 #define DICT_LINEAR_SYMS(d) (d)->data.linear.syms macro
198 #define DICT_LINEAR_SYM(d,i) DICT_LINEAR_SYMS (d) [i]
407 DICT_LINEAR_SYMS (retval) = syms;
428 DICT_LINEAR_SYMS (retval)
863 xfree (DICT_LINEAR_SYMS (dict));
878 DICT_LINEAR_SYMS (dict)
879 = XRESIZEVEC (struct symbol *, DICT_LINEAR_SYMS (dict),
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddictionary.c197 #define DICT_LINEAR_SYMS(d) (d)->data.linear.syms macro
198 #define DICT_LINEAR_SYM(d,i) DICT_LINEAR_SYMS (d) [i]
407 DICT_LINEAR_SYMS (retval) = syms;
428 DICT_LINEAR_SYMS (retval)
869 xfree (DICT_LINEAR_SYMS (dict));
884 DICT_LINEAR_SYMS (dict)
885 = XRESIZEVEC (struct symbol *, DICT_LINEAR_SYMS (dict),

Completed in 405 milliseconds