Searched refs:s_types (Results 1 – 1 of 1) sorted by relevance
79 ulong_t s_types[16]; /* number of types by kind */ member714 stats.s_types[kind]++; in read_types()785 long_stat("total number of integers", stats.s_types[CTF_K_INTEGER]); in print_stats()786 long_stat("total number of floats", stats.s_types[CTF_K_FLOAT]); in print_stats()787 long_stat("total number of pointers", stats.s_types[CTF_K_POINTER]); in print_stats()788 long_stat("total number of arrays", stats.s_types[CTF_K_ARRAY]); in print_stats()789 long_stat("total number of func types", stats.s_types[CTF_K_FUNCTION]); in print_stats()790 long_stat("total number of structs", stats.s_types[CTF_K_STRUCT]); in print_stats()791 long_stat("total number of unions", stats.s_types[CTF_K_UNION]); in print_stats()792 long_stat("total number of enums", stats.s_types[CTF_K_ENUM]); in print_stats()[all …]