Home
last modified time | relevance | path

Searched refs:sym_fns (Results 1 – 11 of 11) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dsymfile.h89 struct sym_fns struct
137 struct sym_fns *next; argument
181 extern void add_symtab_fns (struct sym_fns *);
Dnlmread.c222 static struct sym_fns nlm_sym_fns =
Dobjfiles.h332 struct sym_fns *sf;
Dmipsread.c390 static struct sym_fns ecoff_sym_fns =
Delfread.c733 static struct sym_fns elf_sym_fns =
Dsomread.c710 static struct sym_fns som_sym_fns =
Dsymfile.c155 static struct sym_fns *symtab_fns = NULL;
1416 add_symtab_fns (struct sym_fns *sf) in add_symtab_fns()
1431 struct sym_fns *sf; in find_sym_fns()
Dcoffread.c2127 static struct sym_fns coff_sym_fns =
Dxcoffread.c2997 static struct sym_fns xcoff_sym_fns =
Ddbxread.c3500 static struct sym_fns aout_sym_fns =
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dgdbint.texinfo1556 @cindex @code{sym_fns} structure
1560 to @code{add_symtab_fns} is a @code{struct sym_fns} which contains the
1569 @item @var{xyz}_symfile_init(struct sym_fns *sf)
1580 @code{struct sym_fns} whose @code{bfd} field contains the BFD for the
1599 @item @var{xyz}_symfile_read(struct sym_fns *sf, CORE_ADDR addr, int mainline)
1604 @code{sf} points to the @code{struct sym_fns} originally passed to