Home | History | Annotate | Download | only in gdb

Lines Matching defs:sym_fns

93 static const struct sym_fns *find_sym_fns (bfd *);
106 /* List of all available sym_fns. On gdb startup, each object file reader
112 registered_sym_fns (bfd_flavour sym_flavour_, const struct sym_fns *sym_fns_)
113 : sym_flavour (sym_flavour_), sym_fns (sym_fns_)
120 const struct sym_fns *sym_fns;
613 version of the sym_fns.sym_offsets function for symbol readers that
698 This is the default version of the sym_fns.sym_segments function for
891 /* If we can't find a sym_fns struct to read the objfile, we'll error
1763 add_symtab_fns (enum bfd_flavour flavour, const struct sym_fns *sf)
1770 struct sym_fns in the objfile structure, that contains cached
1773 static const struct sym_fns *
1785 return rsf.sym_fns;
2615 /* Reset the sym_fns pointer. The ELF reader can change it
3656 const struct sym_fns *sf = find_sym_fns (abfd);