Home
last modified time | relevance | path

Searched refs:DBX_SYMCOUNT (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dgdb-stabs.h68 #define DBX_SYMCOUNT(o) (DBX_SYMFILE_INFO(o)->symcount) macro
Ddbxread.c612 DBX_SYMCOUNT (objfile) = bfd_get_symcount (sym_bfd); in dbx_symfile_init()
1052 for (symnum = 0; symnum < DBX_SYMCOUNT (objfile); symnum++) in read_dbx_symtab()
3038 DBX_SYMCOUNT (objfile) = stabsize / DBX_SYMBOL_SIZE (objfile); in coffstab_build_psymtabs()
3043 DBX_SYMCOUNT (objfile) = 0; in coffstab_build_psymtabs()
3047 DBX_SYMCOUNT (objfile) += stabsize / DBX_SYMBOL_SIZE (objfile); in coffstab_build_psymtabs()
3096 DBX_SYMCOUNT (objfile) in elfstab_build_psymtabs()
3189 DBX_SYMCOUNT (objfile) = bfd_section_size (stabsect) in stabsect_build_psymtabs()
DChangeLog-19924746 * dbxread.c (DBX_SYMFILE_INFO, DBX_TEXT_SECT, DBX_SYMCOUNT,
4762 now available via the DBX_SYMCOUNT macro using the objfile
4771 * dbxread.c (init_psymbol_list): Use DBX_SYMCOUNT.