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

  /toolchain/binutils/binutils-2.25/gprof/
sym_ids.c 59 static void extend_match
242 extend_match (struct match *m, Sym *sym, Sym_Table *tab, bfd_boolean second_pass)
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);
241 extend_match (struct match *m, Sym *sym, Sym_Table *tab, bfd_boolean second_pass) function

Completed in 51 milliseconds