Home
last modified time | relevance | path

Searched defs:dict_vector (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddictionary.c107 struct dict_vector struct
111 enum dict_type type;
113 void (*free) (struct dictionary *dict);
115 void (*add_symbol) (struct dictionary *dict, struct symbol *sym);
117 struct symbol *(*iterator_first) (const struct dictionary *dict,
119 struct symbol *(*iterator_next) (struct dict_iterator *iterator);
121 struct symbol *(*iter_name_first) (const struct dictionary *dict,
124 struct symbol *(*iter_name_next) (const char *name,
127 int (*size) (const struct dictionary *dict);