Searched refs:s_types (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c80 ulong_t s_types[16]; /* number of types by kind */ member in struct:__anon83
625 stats.s_types[kind]++;
696 long_stat("total number of integers", stats.s_types[CTF_K_INTEGER]);
697 long_stat("total number of floats", stats.s_types[CTF_K_FLOAT]);
698 long_stat("total number of pointers", stats.s_types[CTF_K_POINTER]);
699 long_stat("total number of arrays", stats.s_types[CTF_K_ARRAY]);
700 long_stat("total number of func types", stats.s_types[CTF_K_FUNCTION]);
701 long_stat("total number of structs", stats.s_types[CTF_K_STRUCT]);
702 long_stat("total number of unions", stats.s_types[CTF_K_UNION]);
703 long_stat("total number of enums", stats.s_types[CTF_K_ENU
[all...]

Completed in 104 milliseconds