Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dobjfiles.h183 int sz_strtab; /* Size of stringtable, (if applicable) */ member
H A Ddbxread.c712 OBJSTAT (objfile, sz_strtab += DBX_STRINGTAB_SIZE (objfile)); in dbx_symfile_init()
3255 OBJSTAT (objfile, sz_strtab += stabstrsize + 1); in coffstab_build_psymtabs()
3352 OBJSTAT (objfile, sz_strtab += stabstrsize + 1); in elfstab_build_psymtabs()
3446 OBJSTAT (objfile, sz_strtab += DBX_STRINGTAB_SIZE (objfile) + 1); in stabsect_build_psymtabs()
H A Dsymmisc.c230 if (OBJSTAT (objfile, sz_strtab) > 0) in print_objfile_statistics()
232 OBJSTAT (objfile, sz_strtab)); in print_objfile_statistics()