Searched refs:ctf_flags (Results 1 - 25 of 40) sorted by relevance

12

/netbsd-current/external/cddl/osnet/dist/common/ctf/
H A Dctf_create.c85 fp->ctf_flags |= LCTF_RDWR;
198 if (!(fp->ctf_flags & LCTF_RDWR))
216 if (!(fp->ctf_flags & LCTF_RDWR))
255 if (!(fp->ctf_flags & LCTF_RDWR))
258 if (!(fp->ctf_flags & LCTF_DIRTY))
271 if (fp->ctf_flags & LCTF_CHILD)
442 nfp->ctf_flags |= fp->ctf_flags & ~LCTF_DIRTY;
586 if (!(fp->ctf_flags & LCTF_RDWR))
589 if (!(fp->ctf_flags
[all...]
H A Dctf_lookup.c126 (fp->ctf_flags & LCTF_CHILD));
223 if ((fp->ctf_flags & LCTF_CHILD) && CTF_TYPE_ISPARENT(type) &&
H A Dctf_impl.h204 uint_t ctf_flags; /* libctf flags (see below) */ member in struct:ctf_file
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-create.c168 fp->ctf_flags |= LCTF_DIRTY;
199 if (!(fp->ctf_flags & LCTF_RDWR))
315 if (!(fp->ctf_flags & LCTF_RDWR))
318 if ((fp->ctf_flags & LCTF_CHILD) && LCTF_TYPE_ISPARENT (fp, id))
371 if (!(fp->ctf_flags & LCTF_DIRTY))
393 if (!(fp->ctf_flags & LCTF_RDWR))
440 fp->ctf_flags &= ~LCTF_DIRTY;
458 if (!(fp->ctf_flags & LCTF_RDWR))
484 type = LCTF_INDEX_TO_TYPE (fp, type, (fp->ctf_flags & LCTF_CHILD));
496 fp->ctf_flags |
[all...]
H A Dctf-link.c802 if (one_fp->ctf_flags & LCTF_CHILD)
1353 fp->ctf_flags &= ~LCTF_LINKING;
1509 fp->ctf_flags |= LCTF_LINKING;
1521 fp->ctf_flags &= ~LCTF_LINKING;
1528 fp->ctf_flags &= ~LCTF_LINKING;
1537 fp->ctf_flags &= ~LCTF_LINKING;
1558 fp->ctf_flags |= LCTF_DIRTY;
1581 fp->ctf_flags |= LCTF_DIRTY;
1886 fp->ctf_flags |= LCTF_LINKING;
1904 fp->ctf_flags
[all...]
H A Dctf-lookup.c228 type = LCTF_INDEX_TO_TYPE (fp, ntype, (fp->ctf_flags & LCTF_CHILD)
345 if (fp->ctf_flags & LCTF_RDWR)
681 if (fp->ctf_flags & LCTF_RDWR)
900 if (!ctf_assert (fp, fp->ctf_flags & LCTF_RDWR))
934 if (symname && fp->ctf_flags & LCTF_RDWR)
H A Dctf-impl.h437 uint32_t ctf_flags; /* Libctf flags (see below). */ member in struct:ctf_dict
472 ctf_link). Only respected when LCTF_LINKING set in ctf_flags. */
584 ((fp->ctf_flags & LCTF_RDWR) ? \
586 (fp, i, fp->ctf_flags & LCTF_CHILD))->dtd_data) : \
H A Dctf-serialize.c481 if (fp->ctf_flags & LCTF_LINKING)
972 if (!(fp->ctf_flags & LCTF_RDWR))
976 if (!(fp->ctf_flags & LCTF_DIRTY))
1035 if ((fp->ctf_flags & LCTF_CHILD) && (fp->ctf_parname != NULL))
1117 nfp->ctf_flags |= fp->ctf_flags & ~LCTF_DIRTY;
H A Dctf-types.c454 return LCTF_INDEX_TO_TYPE (fp, i->ctn_type++, fp->ctf_flags & LCTF_CHILD);
495 if ((fp->ctf_flags & LCTF_CHILD) && (fp->ctf_parent == NULL))
505 if (fp->ctf_flags & LCTF_RDWR)
516 if (!(fp->ctf_flags & LCTF_RDWR))
619 if ((fp->ctf_flags & LCTF_CHILD) && LCTF_TYPE_ISPARENT (fp, type))
641 if (fp->ctf_flags & LCTF_RDWR)
1155 return (LCTF_INDEX_TO_TYPE (fp, ntype, (fp->ctf_flags & LCTF_CHILD)));
1164 return (LCTF_INDEX_TO_TYPE (fp, ntype, (fp->ctf_flags & LCTF_CHILD)));
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-create.c168 fp->ctf_flags |= LCTF_DIRTY;
199 if (!(fp->ctf_flags & LCTF_RDWR))
315 if (!(fp->ctf_flags & LCTF_RDWR))
318 if ((fp->ctf_flags & LCTF_CHILD) && LCTF_TYPE_ISPARENT (fp, id))
371 if (!(fp->ctf_flags & LCTF_DIRTY))
393 if (!(fp->ctf_flags & LCTF_RDWR))
440 fp->ctf_flags &= ~LCTF_DIRTY;
458 if (!(fp->ctf_flags & LCTF_RDWR))
484 type = LCTF_INDEX_TO_TYPE (fp, type, (fp->ctf_flags & LCTF_CHILD));
496 fp->ctf_flags |
[all...]
H A Dctf-link.c805 if (one_fp->ctf_flags & LCTF_CHILD)
1356 fp->ctf_flags &= ~LCTF_LINKING;
1512 fp->ctf_flags |= LCTF_LINKING;
1524 fp->ctf_flags &= ~LCTF_LINKING;
1531 fp->ctf_flags &= ~LCTF_LINKING;
1540 fp->ctf_flags &= ~LCTF_LINKING;
1561 fp->ctf_flags |= LCTF_DIRTY;
1584 fp->ctf_flags |= LCTF_DIRTY;
1889 fp->ctf_flags |= LCTF_LINKING;
1907 fp->ctf_flags
[all...]
H A Dctf-lookup.c228 type = LCTF_INDEX_TO_TYPE (fp, ntype, (fp->ctf_flags & LCTF_CHILD)
345 if (fp->ctf_flags & LCTF_RDWR)
681 if (fp->ctf_flags & LCTF_RDWR)
900 if (!ctf_assert (fp, fp->ctf_flags & LCTF_RDWR))
934 if (symname && fp->ctf_flags & LCTF_RDWR)
H A Dctf-impl.h437 uint32_t ctf_flags; /* Libctf flags (see below). */ member in struct:ctf_dict
472 ctf_link). Only respected when LCTF_LINKING set in ctf_flags. */
584 ((fp->ctf_flags & LCTF_RDWR) ? \
586 (fp, i, fp->ctf_flags & LCTF_CHILD))->dtd_data) : \
H A Dctf-serialize.c481 if (fp->ctf_flags & LCTF_LINKING)
972 if (!(fp->ctf_flags & LCTF_RDWR))
976 if (!(fp->ctf_flags & LCTF_DIRTY))
1035 if ((fp->ctf_flags & LCTF_CHILD) && (fp->ctf_parname != NULL))
1117 nfp->ctf_flags |= fp->ctf_flags & ~LCTF_DIRTY;
H A Dctf-types.c454 return LCTF_INDEX_TO_TYPE (fp, i->ctn_type++, fp->ctf_flags & LCTF_CHILD);
495 if ((fp->ctf_flags & LCTF_CHILD) && (fp->ctf_parent == NULL))
505 if (fp->ctf_flags & LCTF_RDWR)
516 if (!(fp->ctf_flags & LCTF_RDWR))
619 if ((fp->ctf_flags & LCTF_CHILD) && LCTF_TYPE_ISPARENT (fp, type))
641 if (fp->ctf_flags & LCTF_RDWR)
1155 return (LCTF_INDEX_TO_TYPE (fp, ntype, (fp->ctf_flags & LCTF_CHILD)));
1164 return (LCTF_INDEX_TO_TYPE (fp, ntype, (fp->ctf_flags & LCTF_CHILD)));
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-create.c168 fp->ctf_flags |= LCTF_DIRTY;
199 if (!(fp->ctf_flags & LCTF_RDWR))
315 if (!(fp->ctf_flags & LCTF_RDWR))
318 if ((fp->ctf_flags & LCTF_CHILD) && LCTF_TYPE_ISPARENT (fp, id))
371 if (!(fp->ctf_flags & LCTF_DIRTY))
393 if (!(fp->ctf_flags & LCTF_RDWR))
440 fp->ctf_flags &= ~LCTF_DIRTY;
458 if (!(fp->ctf_flags & LCTF_RDWR))
484 type = LCTF_INDEX_TO_TYPE (fp, type, (fp->ctf_flags & LCTF_CHILD));
496 fp->ctf_flags |
[all...]
H A Dctf-link.c802 if (one_fp->ctf_flags & LCTF_CHILD)
1353 fp->ctf_flags &= ~LCTF_LINKING;
1509 fp->ctf_flags |= LCTF_LINKING;
1521 fp->ctf_flags &= ~LCTF_LINKING;
1528 fp->ctf_flags &= ~LCTF_LINKING;
1537 fp->ctf_flags &= ~LCTF_LINKING;
1558 fp->ctf_flags |= LCTF_DIRTY;
1581 fp->ctf_flags |= LCTF_DIRTY;
1886 fp->ctf_flags |= LCTF_LINKING;
1904 fp->ctf_flags
[all...]
H A Dctf-lookup.c228 type = LCTF_INDEX_TO_TYPE (fp, ntype, (fp->ctf_flags & LCTF_CHILD)
345 if (fp->ctf_flags & LCTF_RDWR)
681 if (fp->ctf_flags & LCTF_RDWR)
900 if (!ctf_assert (fp, fp->ctf_flags & LCTF_RDWR))
934 if (symname && fp->ctf_flags & LCTF_RDWR)
H A Dctf-impl.h437 uint32_t ctf_flags; /* Libctf flags (see below). */ member in struct:ctf_dict
472 ctf_link). Only respected when LCTF_LINKING set in ctf_flags. */
584 ((fp->ctf_flags & LCTF_RDWR) ? \
586 (fp, i, fp->ctf_flags & LCTF_CHILD))->dtd_data) : \
H A Dctf-serialize.c481 if (fp->ctf_flags & LCTF_LINKING)
972 if (!(fp->ctf_flags & LCTF_RDWR))
976 if (!(fp->ctf_flags & LCTF_DIRTY))
1035 if ((fp->ctf_flags & LCTF_CHILD) && (fp->ctf_parname != NULL))
1117 nfp->ctf_flags |= fp->ctf_flags & ~LCTF_DIRTY;
H A Dctf-types.c454 return LCTF_INDEX_TO_TYPE (fp, i->ctn_type++, fp->ctf_flags & LCTF_CHILD);
495 if ((fp->ctf_flags & LCTF_CHILD) && (fp->ctf_parent == NULL))
505 if (fp->ctf_flags & LCTF_RDWR)
516 if (!(fp->ctf_flags & LCTF_RDWR))
619 if ((fp->ctf_flags & LCTF_CHILD) && LCTF_TYPE_ISPARENT (fp, type))
641 if (fp->ctf_flags & LCTF_RDWR)
1155 return (LCTF_INDEX_TO_TYPE (fp, ntype, (fp->ctf_flags & LCTF_CHILD)));
1164 return (LCTF_INDEX_TO_TYPE (fp, ntype, (fp->ctf_flags & LCTF_CHILD)));
/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-create.c133 fp->ctf_flags |= LCTF_DIRTY;
252 if (!(fp->ctf_flags & LCTF_RDWR))
285 if (!(fp->ctf_flags & LCTF_RDWR))
289 if (!(fp->ctf_flags & LCTF_DIRTY))
366 if ((fp->ctf_flags & LCTF_CHILD) && (fp->ctf_parname != NULL))
527 nfp->ctf_flags |= fp->ctf_flags & ~LCTF_DIRTY;
701 if (!(fp->ctf_flags & LCTF_RDWR))
704 if ((fp->ctf_flags & LCTF_CHILD) && LCTF_TYPE_ISPARENT (fp, id))
754 if (!(fp->ctf_flags
[all...]
H A Dctf-types.c151 assert ((dtd && (fp->ctf_flags & LCTF_RDWR))
152 || (!dtd && (!(fp->ctf_flags & LCTF_RDWR))));
181 if (!(fp->ctf_flags & LCTF_RDWR))
325 assert ((dtd && (fp->ctf_flags & LCTF_RDWR))
326 || (!dtd && (!(fp->ctf_flags & LCTF_RDWR))));
360 if (!(fp->ctf_flags & LCTF_RDWR))
402 int rc, child = (fp->ctf_flags & LCTF_CHILD);
426 int rc, child = (fp->ctf_flags & LCTF_CHILD);
482 return LCTF_INDEX_TO_TYPE (fp, i->ctn_type++, fp->ctf_flags & LCTF_CHILD);
497 if ((fp->ctf_flags
[all...]
H A Dctf-lookup.c120 type = LCTF_INDEX_TO_TYPE (fp, ntype, (fp->ctf_flags & LCTF_CHILD));
314 if ((fp->ctf_flags & LCTF_CHILD) && LCTF_TYPE_ISPARENT (fp, type))
338 if (fp->ctf_flags & LCTF_RDWR)
H A Dctf-impl.h400 uint32_t ctf_flags; /* Libctf flags (see below). */ member in struct:ctf_file
533 ((fp->ctf_flags & LCTF_RDWR) ? \
535 (fp, i, fp->ctf_flags & LCTF_CHILD))->dtd_data) : \

Completed in 316 milliseconds

12