Searched refs:whereob (Results 1 – 1 of 1) sorted by relevance
1265 struct obstack whereob; in show_symbols() local1266 obstack_init (&whereob); in show_symbols()1426 n = obstack_printf (&whereob, "%s:%d%c", file, in show_symbols()1429 = obstack_finish (&whereob); in show_symbols()1454 int n = obstack_printf (&whereob, "%s:%" PRIu64 "%c", in show_symbols()1458 sym_mem[nentries_used].where = obstack_finish (&whereob); in show_symbols()1513 obstack_free (&whereob, NULL); in show_symbols()