Searched refs:map_obstack (Results 1 – 2 of 2) sorted by relevance
54 static struct obstack map_obstack; variable2139 obstack_begin (&map_obstack, 1000); in lang_map()2172 def = (struct map_symbol_def *) obstack_alloc (&map_obstack, sizeof *def); in sort_def_symbol()4173 obstack_alloc (&map_obstack, ud->map_symbol_def_count * sizeof (*entries)); in print_all_symbols()4185 obstack_free (&map_obstack, entries); in print_all_symbols()
890 * ldlang.c (map_obstack): New static variable.