ctfdump_stat_int
ctfdump_stat_int("total number of data objects", g_stats.cs_ndata);
ctfdump_stat_int("total number of functions", g_stats.cs_nfuncs);
ctfdump_stat_int("total number of function arguments",
ctfdump_stat_int("maximum argument list length", g_stats.cs_nfuncmax);
ctfdump_stat_int("total number of types", sum);
ctfdump_stat_int("total number of integers",
ctfdump_stat_int("total number of floats",
ctfdump_stat_int("total number of pointers",
ctfdump_stat_int("total number of arrays",
ctfdump_stat_int("total number of func types",
ctfdump_stat_int("total number of structs",
ctfdump_stat_int("total number of unions",
ctfdump_stat_int("total number of enums",
ctfdump_stat_int("total number of forward tags",
ctfdump_stat_int("total number of typedefs",
ctfdump_stat_int("total number of volatile types",
ctfdump_stat_int("total number of const types",
ctfdump_stat_int("total number of restrict types",
ctfdump_stat_int("total number of unknowns (holes)",
ctfdump_stat_int("total number of struct members", g_stats.cs_nsmembs);
ctfdump_stat_int("maximum number of struct members", g_stats.cs_nsmax);
ctfdump_stat_int("total size of all structs", g_stats.cs_structsz);
ctfdump_stat_int("maximum size of a struct", g_stats.cs_sszmax);
ctfdump_stat_int("total number of union members", g_stats.cs_numembs);
ctfdump_stat_int("maximum number of union members", g_stats.cs_numax);
ctfdump_stat_int("total size of all unions", g_stats.cs_unionsz);
ctfdump_stat_int("maximum size of a union", g_stats.cs_uszmax);
ctfdump_stat_int("total number of enum members", g_stats.cs_nemembs);
ctfdump_stat_int("maximum number of enum members", g_stats.cs_nemax);
ctfdump_stat_int("total number of strings", g_stats.cs_nstrings);
ctfdump_stat_int("bytes of string data", g_stats.cs_strsz);
ctfdump_stat_int("maximum string length", g_stats.cs_strmax);