Home
last modified time | relevance | path

Searched refs:ctf_flags (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c87 fp->ctf_flags |= LCTF_RDWR; in ctf_create()
129 fp->ctf_flags |= LCTF_RDWR; in ctf_fdcreate()
674 nfp->ctf_flags |= fp->ctf_flags & ~LCTF_DIRTY; in ctf_update()
675 nfp->ctf_flags |= LCTF_FREE; in ctf_update()
987 fp->ctf_flags |= LCTF_DIRTY; in ctf_add_generic()
1122 fp->ctf_flags |= LCTF_DIRTY; in ctf_set_array()
1218 fp->ctf_flags |= LCTF_DIRTY; in ctf_add_struct()
1254 fp->ctf_flags |= LCTF_DIRTY; in ctf_add_union()
1300 fp->ctf_flags |= LCTF_DIRTY; in ctf_add_enum()
1437 fp->ctf_flags |= LCTF_DIRTY; in ctf_add_enumerator()
[all …]
H A Dctf_open.c309 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
H A Dctf_lookup.c125 (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()
H A Dctf_types.c166 int rc, child = (fp->ctf_flags & LCTF_CHILD); in ctf_type_iter()
671 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD))); in ctf_type_pointer()
680 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD))); in ctf_type_pointer()
1329 int child = (fp->ctf_flags & LCTF_CHILD); in ctf_max_id()
H A Dctf_impl.h226 uint_t ctf_flags; /* libctf flags (see below) */ member
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_diff.c720 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()
H A Dmapfile-vers94 ctf_flags;
H A Dctf_merge.c860 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()
H A Dctf_lib.c664 fp->ctf_flags |= LCTF_MMAP; in ctf_fdcreate_int()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h232 extern uint_t ctf_flags(ctf_file_t *);
/illumos-gate/usr/src/cmd/ctfdump/
H A Dctfdump.c268 ctf_flags(g_fp)); in ctfdump_header()