Searched refs:ctf_flags (Results 1 – 11 of 11) sorted by relevance
88 fp->ctf_flags |= LCTF_RDWR; in ctf_create()130 fp->ctf_flags |= LCTF_RDWR; in ctf_fdcreate()243 if (!(fp->ctf_flags & LCTF_RDWR)) in ctf_ref_inc()261 if (!(fp->ctf_flags & LCTF_RDWR)) in ctf_ref_dec()310 if (!(fp->ctf_flags & LCTF_RDWR)) in ctf_update()313 if (!(fp->ctf_flags & LCTF_DIRTY)) in ctf_update()326 if (fp->ctf_flags & LCTF_CHILD) { in ctf_update()675 nfp->ctf_flags |= fp->ctf_flags & ~LCTF_DIRTY; in ctf_update()676 nfp->ctf_flags |= LCTF_FREE; in ctf_update()933 if (!(fp->ctf_flags & LCTF_RDWR)) in ctf_discard()[all …]
309 fp->ctf_flags |= LCTF_CHILD; in init_types()867 fp->ctf_flags |= LCTF_MMAP; in ctf_dup()927 if (fp->ctf_flags & LCTF_MMAP) { in ctf_close()933 !(fp->ctf_flags & LCTF_RDWR)) in ctf_close()940 if (fp->ctf_flags & LCTF_FREE) { in ctf_close()1035 fp->ctf_flags |= LCTF_CHILD; in ctf_import()1083 ctf_flags(ctf_file_t *fp) in ctf_flags() function
125 (fp->ctf_flags & LCTF_CHILD)); in ctf_lookup_by_name()223 if ((fp->ctf_flags & LCTF_CHILD) && CTF_TYPE_ISPARENT(type) && in ctf_lookup_by_id()
167 int rc, child = (fp->ctf_flags & LCTF_CHILD); in ctf_type_iter()672 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD))); in ctf_type_pointer()681 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD))); in ctf_type_pointer()1413 int child = (fp->ctf_flags & LCTF_CHILD); in ctf_max_id()
226 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()
94 ctf_flags;
860 if (!(out->ctf_flags & LCTF_RDWR)) in ctf_merge_types()1201 if (input->ctf_flags & LCTF_CHILD) in ctf_merge_add()1256 if (u->ctf_flags & LCTF_CHILD) in ctf_merge_uniquify()1523 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 *);
269 ctf_flags(g_fp)); in ctfdump_header()