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

/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Ddump.c112 ulong_t s_types[16]; /* number of types by kind */ member in struct:__anon8503
769 stats.s_types[kind]++;
936 long_stat("total number of integers", stats.s_types[CTF_K_INTEGER]);
937 long_stat("total number of floats", stats.s_types[CTF_K_FLOAT]);
938 long_stat("total number of pointers", stats.s_types[CTF_K_POINTER]);
939 long_stat("total number of arrays", stats.s_types[CTF_K_ARRAY]);
940 long_stat("total number of func types", stats.s_types[CTF_K_FUNCTION]);
941 long_stat("total number of structs", stats.s_types[CTF_K_STRUCT]);
942 long_stat("total number of unions", stats.s_types[CTF_K_UNION]);
943 long_stat("total number of enums", stats.s_types[CTF_K_ENU
[all...]

Completed in 383 milliseconds