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

  /src/external/gpl3/binutils/dist/gprof/
sym_ids.c 44 Table_Id which_table; member in struct:sym_id
90 sym_id_add (const char *spec, Table_Id which_table)
100 id->which_table = which_table;
293 extend_match (&id->left, sym, &syms[id->which_table], false);
324 extend_match (&id->left, sym, &syms[id->which_table], true);
351 table_name[id->which_table]));
  /src/external/gpl3/binutils.old/dist/gprof/
sym_ids.c 44 Table_Id which_table; member in struct:sym_id
90 sym_id_add (const char *spec, Table_Id which_table)
100 id->which_table = which_table;
293 extend_match (&id->left, sym, &syms[id->which_table], false);
324 extend_match (&id->left, sym, &syms[id->which_table], true);
351 table_name[id->which_table]));

Completed in 13 milliseconds