Searched defs:typekind (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dgen_struct_layout.c778 int typekind; local
788 typekind = ctf_type_kind(ctf, ftype);
789 if (typekind != CTF_K_ARRAY)
807 int stype, typekind; local
815 typekind = ctf_type_kind(ctf, stype);
816 if (typekind != CTF_K_ARRAY)
854 int typekind; local
874 typekind = ctf_type_kind(ctf, stype);
875 switch (typekind) {
913 int typekind; local
[all...]

Completed in 77 milliseconds