Lines Matching defs:kind
91 /* determines whether the given CTF kind is a struct or union */
376 int kind;
386 (kind = ctf_type_kind(ctfp, rtype)) == CTF_ERR) {
393 if (kind == CTF_K_INTEGER &&
443 else if (CTF_IS_STRUCTLIKE(kind))
452 if (CTF_IS_STRUCTLIKE(kind))
548 int kind;
567 (kind = ctf_type_kind(ctfp, rtype)) == CTF_ERR ||
568 kind < CTF_K_INTEGER || kind > CTF_K_FORWARD) {
577 brief = (arraymember && !CTF_IS_STRUCTLIKE(kind));
613 if (kind == CTF_K_INTEGER &&
631 dt_printfuncs[kind - 1](rtype, off, pap);
689 * Try to get the CTF kind for this id. If something has gone horribly