Searched refs:ctf_flags (Results 1 – 11 of 11) sorted by relevance
78 fp->ctf_flags |= LCTF_RDWR; in ctf_create()120 fp->ctf_flags |= LCTF_RDWR; in ctf_fdcreate()233 if (!(fp->ctf_flags & LCTF_RDWR)) in ctf_ref_inc()251 if (!(fp->ctf_flags & LCTF_RDWR)) in ctf_ref_dec()300 if (!(fp->ctf_flags & LCTF_RDWR)) in ctf_update()303 if (!(fp->ctf_flags & LCTF_DIRTY)) in ctf_update()316 if (fp->ctf_flags & LCTF_CHILD) { in ctf_update()665 nfp->ctf_flags |= fp->ctf_flags & ~LCTF_DIRTY; in ctf_update()922 if (!(fp->ctf_flags & LCTF_RDWR)) in ctf_discard()925 if (!(fp->ctf_flags & LCTF_DIRTY)) in ctf_discard()[all …]
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()
308 fp->ctf_flags |= LCTF_CHILD; in init_types()866 fp->ctf_flags |= LCTF_MMAP; in ctf_dup()926 if (fp->ctf_flags & LCTF_MMAP) { in ctf_close()932 !(fp->ctf_flags & LCTF_RDWR)) in ctf_close()1030 fp->ctf_flags |= LCTF_CHILD; in ctf_import()1078 ctf_flags(ctf_file_t *fp) in ctf_flags() function
153 int rc, child = (fp->ctf_flags & LCTF_CHILD); in ctf_type_iter()645 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD))); in ctf_type_pointer()654 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD))); in ctf_type_pointer()1303 int child = (fp->ctf_flags & LCTF_CHILD); in ctf_max_id()
225 uint_t ctf_flags; /* libctf flags (see below) */ member
720 if (cds->cds_ifp->ctf_flags & LCTF_CHILD) { in ctf_diff_pass1()727 if (cds->cds_ofp->ctf_flags & LCTF_CHILD) { in ctf_diff_pass1()803 if (cds->cds_ofp->ctf_flags & LCTF_CHILD) { in ctf_diff_pass2()834 if (ifp->ctf_flags & LCTF_CHILD) in ctf_diff_init()836 if (ofp->ctf_flags & LCTF_CHILD) in ctf_diff_init()914 if (cds->cds_ifp->ctf_flags & LCTF_CHILD) in ctf_diff_fini()916 if (cds->cds_ofp->ctf_flags & LCTF_CHILD) in ctf_diff_fini()976 if (!(ifp->ctf_flags & LCTF_CHILD) && !(ofp->ctf_flags & LCTF_CHILD)) { in ctf_diff_symid()
85 ctf_flags;
786 if (!(out->ctf_flags & LCTF_RDWR)) in ctf_merge_types()1120 if (input->ctf_flags & LCTF_CHILD) in ctf_merge_add()1181 if (u->ctf_flags & LCTF_CHILD) in ctf_merge_uniquify()1379 if ((out->ctf_flags & LCTF_CHILD) && ltype != 0) in ctf_merge_merge()
664 fp->ctf_flags |= LCTF_MMAP; in ctf_fdcreate_int()
232 extern uint_t ctf_flags(ctf_file_t *);
267 ctf_flags(g_fp)); in ctfdump_header()