Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gdb/gdb/
Ddictionary.h72 extern struct dictionary *dict_create_linear_expandable (void);
Ddictionary.c461 dict_create_linear_expandable (void) in dict_create_linear_expandable() function
Dmdebugread.c4686 BLOCK_DICT (retval) = dict_create_linear_expandable (); in new_block()