Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Ddictionary.h72 extern struct dictionary *dict_create_linear_expandable (void);
H A Ddictionary.c466 dict_create_linear_expandable (void) in dict_create_linear_expandable() function
H A Dmdebugread.c4870 BLOCK_DICT (retval) = dict_create_linear_expandable (); in new_block()