Searched refs:s_types (Results 1 – 1 of 1) sorted by relevance
80 ulong_t s_types[16]; /* number of types by kind */ member625 stats.s_types[kind]++; in read_types()696 long_stat("total number of integers", stats.s_types[CTF_K_INTEGER]); in print_stats()697 long_stat("total number of floats", stats.s_types[CTF_K_FLOAT]); in print_stats()698 long_stat("total number of pointers", stats.s_types[CTF_K_POINTER]); in print_stats()699 long_stat("total number of arrays", stats.s_types[CTF_K_ARRAY]); in print_stats()700 long_stat("total number of func types", stats.s_types[CTF_K_FUNCTION]); in print_stats()701 long_stat("total number of structs", stats.s_types[CTF_K_STRUCT]); in print_stats()702 long_stat("total number of unions", stats.s_types[CTF_K_UNION]); in print_stats()703 long_stat("total number of enums", stats.s_types[CTF_K_ENUM]); in print_stats()[all …]