Searched refs:DBX_SYMCOUNT (Results 1 – 3 of 3) sorted by relevance
68 #define DBX_SYMCOUNT(o) (DBX_SYMFILE_INFO(o)->symcount) macro
612 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()
4746 * dbxread.c (DBX_SYMFILE_INFO, DBX_TEXT_SECT, DBX_SYMCOUNT,4762 now available via the DBX_SYMCOUNT macro using the objfile4771 * dbxread.c (init_psymbol_list): Use DBX_SYMCOUNT.