Searched refs:LCTF_CHILD (Results 1 - 25 of 39) sorted by relevance

12

/netbsd-current/external/cddl/osnet/dist/common/ctf/
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.h224 #define LCTF_CHILD 0x0002 /* CTF container is a child */ macro
H A Dctf_types.c151 int rc, child = (fp->ctf_flags & LCTF_CHILD);
513 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD)));
522 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD)));
H A Dctf_open.c311 fp->ctf_flags |= LCTF_CHILD;
1003 fp->ctf_flags |= LCTF_CHILD;
/netbsd-current/external/gpl3/gdb.old/dist/libctf/
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))
H A Dctf-types.c402 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 & LCTF_CHILD) && (fp->ctf_parent == NULL))
532 if ((fp->ctf_flags & LCTF_CHILD) && (fp->ctf_parent == NULL))
1154 return (LCTF_INDEX_TO_TYPE (fp, ntype, (fp->ctf_flags & LCTF_CHILD)));
1163 return (LCTF_INDEX_TO_TYPE (fp, ntype, (fp->ctf_flags & LCTF_CHILD)));
H A Dctf-dedup.c1996 if ((fp->ctf_flags & LCTF_CHILD) && (LCTF_TYPE_ISPARENT (fp, type))) \
2266 if (!(one_fp->ctf_flags & LCTF_CHILD)
2267 && (two_fp->ctf_flags & LCTF_CHILD))
2269 else if ((one_fp->ctf_flags & LCTF_CHILD)
2270 && !(two_fp->ctf_flags & LCTF_CHILD))
2368 || target->ctf_flags & LCTF_CHILD
2462 if ((input->ctf_flags & LCTF_CHILD) && (LCTF_TYPE_ISPARENT (input, id)))
2507 && (target->ctf_flags & LCTF_CHILD)))
H A Dctf-impl.h535 (fp, i, fp->ctf_flags & LCTF_CHILD))->dtd_data) : \
544 #define LCTF_CHILD 0x0001 /* CTF container is a child */ macro
H A Dctf-open.c708 fp->ctf_flags |= LCTF_CHILD;
1847 fp->ctf_flags |= LCTF_CHILD;
1881 fp->ctf_flags |= LCTF_CHILD;
H A Dctf-create.c366 if ((fp->ctf_flags & LCTF_CHILD) && (fp->ctf_parname != NULL))
704 if ((fp->ctf_flags & LCTF_CHILD) && LCTF_TYPE_ISPARENT (fp, id))
855 type = LCTF_INDEX_TO_TYPE (fp, type, (fp->ctf_flags & LCTF_CHILD));
922 int child = fp->ctf_flags & LCTF_CHILD;
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-dedup.c2057 if ((fp->ctf_flags & LCTF_CHILD) && (LCTF_TYPE_ISPARENT (fp, type))) \
2326 if (!(one_fp->ctf_flags & LCTF_CHILD)
2327 && (two_fp->ctf_flags & LCTF_CHILD))
2329 else if ((one_fp->ctf_flags & LCTF_CHILD)
2330 && !(two_fp->ctf_flags & LCTF_CHILD))
2428 || target->ctf_flags & LCTF_CHILD
2521 if ((input->ctf_flags & LCTF_CHILD) && (LCTF_TYPE_ISPARENT (input, id)))
2566 && (target->ctf_flags & LCTF_CHILD)))
H A Dctf-impl.h586 (fp, i, fp->ctf_flags & LCTF_CHILD))->dtd_data) : \
595 #define LCTF_CHILD 0x0001 /* CTF dict is a child. */ macro
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))
619 if ((fp->ctf_flags & LCTF_CHILD) && LCTF_TYPE_ISPARENT (fp, type))
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)));
H A Dctf-create.c318 if ((fp->ctf_flags & LCTF_CHILD) && LCTF_TYPE_ISPARENT (fp, id))
484 type = LCTF_INDEX_TO_TYPE (fp, type, (fp->ctf_flags & LCTF_CHILD));
570 int child = fp->ctf_flags & LCTF_CHILD;
H A Dctf-open.c735 fp->ctf_flags |= LCTF_CHILD;
1993 fp->ctf_flags |= LCTF_CHILD;
2031 fp->ctf_flags |= LCTF_CHILD;
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-impl.h586 (fp, i, fp->ctf_flags & LCTF_CHILD))->dtd_data) : \
595 #define LCTF_CHILD 0x0001 /* CTF dict is a child. */ macro
H A Dctf-dedup.c2057 if ((fp->ctf_flags & LCTF_CHILD) && (LCTF_TYPE_ISPARENT (fp, type))) \
2326 if (!(one_fp->ctf_flags & LCTF_CHILD)
2327 && (two_fp->ctf_flags & LCTF_CHILD))
2329 else if ((one_fp->ctf_flags & LCTF_CHILD)
2330 && !(two_fp->ctf_flags & LCTF_CHILD))
2428 || target->ctf_flags & LCTF_CHILD
2521 if ((input->ctf_flags & LCTF_CHILD) && (LCTF_TYPE_ISPARENT (input, id)))
2566 && (target->ctf_flags & LCTF_CHILD)))
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))
619 if ((fp->ctf_flags & LCTF_CHILD) && LCTF_TYPE_ISPARENT (fp, type))
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)));
H A Dctf-create.c318 if ((fp->ctf_flags & LCTF_CHILD) && LCTF_TYPE_ISPARENT (fp, id))
484 type = LCTF_INDEX_TO_TYPE (fp, type, (fp->ctf_flags & LCTF_CHILD));
570 int child = fp->ctf_flags & LCTF_CHILD;
H A Dctf-open.c735 fp->ctf_flags |= LCTF_CHILD;
1993 fp->ctf_flags |= LCTF_CHILD;
2031 fp->ctf_flags |= LCTF_CHILD;
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-dedup.c2057 if ((fp->ctf_flags & LCTF_CHILD) && (LCTF_TYPE_ISPARENT (fp, type))) \
2326 if (!(one_fp->ctf_flags & LCTF_CHILD)
2327 && (two_fp->ctf_flags & LCTF_CHILD))
2329 else if ((one_fp->ctf_flags & LCTF_CHILD)
2330 && !(two_fp->ctf_flags & LCTF_CHILD))
2428 || target->ctf_flags & LCTF_CHILD
2521 if ((input->ctf_flags & LCTF_CHILD) && (LCTF_TYPE_ISPARENT (input, id)))
2566 && (target->ctf_flags & LCTF_CHILD)))
H A Dctf-impl.h586 (fp, i, fp->ctf_flags & LCTF_CHILD))->dtd_data) : \
595 #define LCTF_CHILD 0x0001 /* CTF dict is a child. */ macro
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))
619 if ((fp->ctf_flags & LCTF_CHILD) && LCTF_TYPE_ISPARENT (fp, type))
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)));
H A Dctf-open.c735 fp->ctf_flags |= LCTF_CHILD;
1993 fp->ctf_flags |= LCTF_CHILD;
2031 fp->ctf_flags |= LCTF_CHILD;
H A Dctf-create.c318 if ((fp->ctf_flags & LCTF_CHILD) && LCTF_TYPE_ISPARENT (fp, id))
484 type = LCTF_INDEX_TO_TYPE (fp, type, (fp->ctf_flags & LCTF_CHILD));
570 int child = fp->ctf_flags & LCTF_CHILD;

Completed in 324 milliseconds

12