Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-create.c246 if (!(fp->ctf_flags & LCTF_RDWR)) in ctf_update()
279 if (!(fp->ctf_flags & LCTF_RDWR)) in ctf_serialize()
283 if (!(fp->ctf_flags & LCTF_DIRTY)) in ctf_serialize()
360 if ((fp->ctf_flags & LCTF_CHILD) && (fp->ctf_parname != NULL)) in ctf_serialize()
520 nfp->ctf_flags |= fp->ctf_flags & ~LCTF_DIRTY; in ctf_serialize()
671 if (!(fp->ctf_flags & LCTF_RDWR)) in ctf_dynamic_type()
674 if ((fp->ctf_flags & LCTF_CHILD) && LCTF_TYPE_ISPARENT (fp, id)) in ctf_dynamic_type()
724 if (!(fp->ctf_flags & LCTF_DIRTY)) in ctf_discard()
746 if (!(fp->ctf_flags & LCTF_RDWR)) in ctf_rollback()
790 fp->ctf_flags &= ~LCTF_DIRTY; in ctf_rollback()
[all …]
H A Dctf-lookup.c120 type = LCTF_INDEX_TO_TYPE (fp, ntype, (fp->ctf_flags & LCTF_CHILD)); in ctf_lookup_by_name()
318 if ((fp->ctf_flags & LCTF_CHILD) && LCTF_TYPE_ISPARENT (fp, type) in ctf_lookup_by_id()
327 if (fp->ctf_flags & LCTF_RDWR) in ctf_lookup_by_id()
H A Dctf-impl.h279 uint32_t ctf_flags; /* Libctf flags (see below). */ member
332 ((fp->ctf_flags & LCTF_RDWR) ? \
334 (fp, i, fp->ctf_flags & LCTF_CHILD))->dtd_data) : \
H A Dctf-types.c164 int rc, child = (fp->ctf_flags & LCTF_CHILD); in ctf_type_iter()
184 int rc, child = (fp->ctf_flags & LCTF_CHILD); in ctf_type_iter_all()
206 if ((fp->ctf_flags & LCTF_CHILD) && (fp->ctf_parent == NULL)) in ctf_variable_iter()
209 if (!(fp->ctf_flags & LCTF_RDWR)) in ctf_variable_iter()
312 if (fp->ctf_flags & LCTF_RDWR) in ctf_lookup_by_rawhash()
712 return (LCTF_INDEX_TO_TYPE (fp, ntype, (fp->ctf_flags & LCTF_CHILD))); in ctf_type_pointer()
721 return (LCTF_INDEX_TO_TYPE (fp, ntype, (fp->ctf_flags & LCTF_CHILD))); in ctf_type_pointer()
H A Dctf-open.c668 assert (!(fp->ctf_flags & LCTF_RDWR)); in init_types()
713 fp->ctf_flags |= LCTF_CHILD; in init_types()
1379 fp->ctf_flags |= LCTF_RDWR; in ctf_bufopen_internal()
1556 if (fp->ctf_flags & LCTF_RDWR) in ctf_bufopen_internal()
1638 if (fp->ctf_flags & LCTF_RDWR) in ctf_file_close()
1794 fp->ctf_flags |= LCTF_CHILD; in ctf_import()
H A Dctf-link.c641 fp->ctf_flags |= LCTF_DIRTY; in ctf_link_intern_extern_string()
664 fp->ctf_flags |= LCTF_DIRTY; in ctf_link_add_strtab()