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

  /src/external/gpl3/binutils/dist/gprof/
sym_ids.c 58 static void extend_match
241 extend_match (struct match *m, Sym *sym, Sym_Table *tab, bool second_pass) function
293 extend_match (&id->left, sym, &syms[id->which_table], false);
296 extend_match (&id->right, sym, &right_ids, false);
324 extend_match (&id->left, sym, &syms[id->which_table], true);
327 extend_match (&id->right, sym, &right_ids, true);
  /src/external/gpl3/binutils.old/dist/gprof/
sym_ids.c 58 static void extend_match
241 extend_match (struct match *m, Sym *sym, Sym_Table *tab, bool second_pass) function
293 extend_match (&id->left, sym, &syms[id->which_table], false);
296 extend_match (&id->right, sym, &right_ids, false);
324 extend_match (&id->left, sym, &syms[id->which_table], true);
327 extend_match (&id->right, sym, &right_ids, true);

Completed in 33 milliseconds