Home
last modified time | relevance | path

Searched refs:map_obstack (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/
Dldlang.c54 static struct obstack map_obstack; variable
2139 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()
DChangeLog-2004890 * ldlang.c (map_obstack): New static variable.