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

  /src/external/gpl3/gdb.old/dist/gdb/
symfile.c 93 static const struct sym_fns *find_sym_fns (bfd *);
893 should be declared before a find_sym_fns call. */
896 objfile_set_sym_fns (objfile, find_sym_fns (objfile->obfd.get ()));
1774 find_sym_fns (bfd *abfd)
2618 objfile_set_sym_fns (objfile, find_sym_fns (objfile->obfd.get ()));
3656 const struct sym_fns *sf = find_sym_fns (abfd);
1773 find_sym_fns (bfd *abfd) function
  /src/external/gpl3/gdb/dist/gdb/
symfile.c 93 static const struct sym_fns *find_sym_fns (bfd *);
893 should be declared before a find_sym_fns call. */
896 objfile_set_sym_fns (objfile, find_sym_fns (objfile->obfd.get ()));
1774 find_sym_fns (bfd *abfd)
2618 objfile_set_sym_fns (objfile, find_sym_fns (objfile->obfd.get ()));
3656 const struct sym_fns *sf = find_sym_fns (abfd);
1773 find_sym_fns (bfd *abfd) function

Completed in 79 milliseconds