Searched refs:LCTF_CHILD (Results 1 – 5 of 5) sorted by relevance
123 (fp->ctf_flags & LCTF_CHILD)); in ctf_lookup_by_name()220 if ((fp->ctf_flags & LCTF_CHILD) && CTF_TYPE_ISPARENT(type) && in ctf_lookup_by_id()
148 int rc, child = (fp->ctf_flags & LCTF_CHILD); in ctf_type_iter()510 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD))); in ctf_type_pointer()519 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD))); in ctf_type_pointer()
224 #define LCTF_CHILD 0x0002 /* CTF container is a child */ macro
308 fp->ctf_flags |= LCTF_CHILD; in init_types()1000 fp->ctf_flags |= LCTF_CHILD; in ctf_import()
264 if (fp->ctf_flags & LCTF_CHILD) in ctf_update()624 type = CTF_INDEX_TO_TYPE(type, (fp->ctf_flags & LCTF_CHILD)); in ctf_add_generic()