HomeSort by relevance Sort by last modified time
    Searched full:whereob (Results 1 - 1 of 1) sorted by null

  /external/elfutils/src/
nm.c 1011 struct obstack whereob; local
1012 obstack_init (&whereob);
1107 n = obstack_printf (&whereob, "%s:%d%c",
1113 = obstack_finish (&whereob);
1138 int n = obstack_printf (&whereob, "%s:%" PRIu64 "%c",
1142 sym_mem[nentries_used].where = obstack_finish (&whereob);
1190 obstack_free (&whereob, NULL);
    [all...]

Completed in 103 milliseconds