Searched refs:OBJSTAT (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/gdb/gdb/ |
| HD | symmisc.c | 193 if (OBJSTAT (objfile, n_stabs) > 0) in print_objfile_statistics() 195 OBJSTAT (objfile, n_stabs)); in print_objfile_statistics() 196 if (OBJSTAT (objfile, n_minsyms) > 0) in print_objfile_statistics() 198 OBJSTAT (objfile, n_minsyms)); in print_objfile_statistics() 199 if (OBJSTAT (objfile, n_psyms) > 0) in print_objfile_statistics() 201 OBJSTAT (objfile, n_psyms)); in print_objfile_statistics() 202 if (OBJSTAT (objfile, n_syms) > 0) in print_objfile_statistics() 204 OBJSTAT (objfile, n_syms)); in print_objfile_statistics() 205 if (OBJSTAT (objfile, n_types) > 0) in print_objfile_statistics() 207 OBJSTAT (objfile, n_types)); in print_objfile_statistics() [all …]
|
| HD | dbxread.c | 713 OBJSTAT (objfile, sz_strtab += DBX_STRINGTAB_SIZE (objfile)); in dbx_symfile_init() 880 OBJSTAT (objfile, n_stabs++); in dbx_next_symbol_text() 1295 OBJSTAT (objfile, n_stabs++); in read_dbx_symtab() 2504 OBJSTAT (objfile, n_stabs++); in read_ofile_symtab() 2564 OBJSTAT (objfile, n_stabs++); in read_ofile_symtab() 3346 OBJSTAT (objfile, sz_strtab += stabstrsize + 1); in coffstab_build_psymtabs() 3444 OBJSTAT (objfile, sz_strtab += stabstrsize + 1); in elfstab_build_psymtabs() 3538 OBJSTAT (objfile, sz_strtab += DBX_STRINGTAB_SIZE (objfile) + 1); in stabsect_build_psymtabs()
|
| HD | objfiles.h | 213 #define OBJSTAT(objfile, expr) (objfile -> stats.expr) macro
|
| HD | minsyms.c | 632 OBJSTAT (objfile, n_minsyms++); in prim_record_minimal_symbol_and_info()
|
| HD | dwarfread.c | 2855 OBJSTAT (objfile, n_syms++); in new_symbol() 3014 OBJSTAT (objfile, n_syms++); in synthesize_typedef()
|
| HD | symfile.c | 2609 OBJSTAT (objfile, n_psyms++); in add_psymbol_to_list() 2680 OBJSTAT (objfile, n_psyms++); in add_psymbol_with_dem_name_to_list()
|
| HD | gdbtypes.c | 162 OBJSTAT (objfile, n_types++); in alloc_type() 1809 OBJSTAT (objfile, n_types += FT_NUM_MEMBERS); in lookup_fundamental_type()
|
| HD | dwarf2read.c | 5641 OBJSTAT (objfile, n_syms++); in new_symbol()
|
| /NextBSD/usr.bin/vmstat/ |
| HD | vmstat.c | 150 #define OBJSTAT 0x80 macro 235 todo |= OBJSTAT; in main() 354 if (todo & OBJSTAT) in main()
|