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

  /src/external/gpl3/gdb.old/dist/gdb/
symfile.h 119 struct sym_fns struct
128 the struct sym_fns SF in preparation for sym_read(). It is
187 /* The default version of sym_fns.sym_offsets for readers that don't
193 /* The default version of sym_fns.sym_segments for readers that don't
198 /* The default version of sym_fns.sym_relocate for readers that don't
222 extern void add_symtab_fns (enum bfd_flavour flavour, const struct sym_fns *);
symfile.c 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; member in struct:registered_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
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
symfile.h 118 struct sym_fns struct
127 the struct sym_fns SF in preparation for sym_read(). It is
186 /* The default version of sym_fns.sym_offsets for readers that don't
192 /* The default version of sym_fns.sym_segments for readers that don't
197 /* The default version of sym_fns.sym_relocate for readers that don't
221 extern void add_symtab_fns (enum bfd_flavour flavour, const struct sym_fns *);
symfile.c 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; member in struct:registered_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
    [all...]

Completed in 23 milliseconds