Home | History | Annotate | Download | only in src

Lines Matching full:whereob

1025   struct obstack whereob;
1026 obstack_init (&whereob);
1123 n = obstack_printf (&whereob, "%s:%d%c",
1129 = obstack_finish (&whereob);
1154 int n = obstack_printf (&whereob, "%s:%" PRIu64 "%c",
1158 sym_mem[nentries_used].where = obstack_finish (&whereob);
1210 obstack_free (&whereob, NULL);