Searched refs:whereob (Results 1 – 1 of 1) sorted by relevance
1233 struct obstack whereob; in show_symbols() local1234 obstack_init (&whereob); in show_symbols()1394 n = obstack_printf (&whereob, "%s:%d%c", file, in show_symbols()1397 = obstack_finish (&whereob); in show_symbols()1422 int n = obstack_printf (&whereob, "%s:%" PRIu64 "%c", in show_symbols()1426 sym_mem[nentries_used].where = obstack_finish (&whereob); in show_symbols()1480 obstack_free (&whereob, NULL); in show_symbols()