Home | History | Annotate | Download | only in src

Lines Matching full:whereob

1247   struct obstack whereob;
1248 obstack_init (&whereob);
1403 n = obstack_printf (&whereob, "%s:%d%c", file,
1406 = obstack_finish (&whereob);
1431 int n = obstack_printf (&whereob, "%s:%" PRIu64 "%c",
1435 sym_mem[nentries_used].where = obstack_finish (&whereob);
1489 obstack_free (&whereob, NULL);