HomeSort by: relevance | last modified time | path
    Searched defs:sym_id (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprof/
sym_ids.c 40 struct sym_id struct
42 struct sym_id *next;
50 static struct sym_id *id_list;
55 (struct sym_id *);
92 struct sym_id *id;
95 id = (struct sym_id *) xmalloc (sizeof (*id) + len + 1);
173 parse_id (struct sym_id *id)
267 /* Go through sym_id list produced by option processing and fill
279 struct sym_id *id;
  /src/external/gpl3/binutils.old/dist/gprof/
sym_ids.c 40 struct sym_id struct
42 struct sym_id *next;
50 static struct sym_id *id_list;
55 (struct sym_id *);
92 struct sym_id *id;
95 id = (struct sym_id *) xmalloc (sizeof (*id) + len + 1);
173 parse_id (struct sym_id *id)
267 /* Go through sym_id list produced by option processing and fill
279 struct sym_id *id;

Completed in 13 milliseconds