Home
last modified time | relevance | path

Searched refs:ctc_flags (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_lookup.c283 fip->ctc_flags = 0; in ctf_func_info()
286 fip->ctc_flags |= CTF_FUNC_VARARG; in ctf_func_info()
H A Dctf_create.c804 if (ctc == NULL || (ctc->ctc_flags & ~CTF_FUNC_VARARG) != 0 || in ctf_add_function()
809 if (ctc->ctc_flags & CTF_FUNC_VARARG) in ctf_add_function()
843 if (ctc->ctc_flags & CTF_FUNC_VARARG) in ctf_add_function()
1439 ctc.ctc_flags = 0; in ctf_add_type()
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dctf_api.h107 uint_t ctc_flags; /* function attributes (see below) */ member
/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/
H A Dsymtypetab-nonlinker-writeout.c51 fi.ctc_flags = 0; in try_maybe_reporting()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-types.c766 || (fi.ctc_flags & CTF_FUNC_VARARG)) in ctf_type_aname()
770 if (fi.ctc_flags & CTF_FUNC_VARARG) in ctf_type_aname()
1586 fip->ctc_flags = 0; in ctf_func_type_info()
1596 fip->ctc_flags |= CTF_FUNC_VARARG; in ctf_func_type_info()
H A Dctf-create.c759 if (ctc == NULL || (ctc->ctc_flags & ~CTF_FUNC_VARARG) != 0 in ctf_add_function()
764 if (ctc->ctc_flags & CTF_FUNC_VARARG) in ctf_add_function()
796 if (ctc->ctc_flags & CTF_FUNC_VARARG) in ctf_add_function()
1857 ctc.ctc_flags = 0; in ctf_add_type_internal()
H A Dctf-dedup.c825 ctf_dedup_sha1_add (&hash, &fi.ctc_flags, sizeof (fi.ctc_flags), in ctf_dedup_rhash_type()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-types.c758 || (fi.ctc_flags & CTF_FUNC_VARARG)) in ctf_type_aname()
762 if (fi.ctc_flags & CTF_FUNC_VARARG) in ctf_type_aname()
1577 fip->ctc_flags = 0; in ctf_func_type_info()
1587 fip->ctc_flags |= CTF_FUNC_VARARG; in ctf_func_type_info()
H A Dctf-create.c756 if (ctc == NULL || (ctc->ctc_flags & ~CTF_FUNC_VARARG) != 0 in ctf_add_function()
761 if (ctc->ctc_flags & CTF_FUNC_VARARG) in ctf_add_function()
793 if (ctc->ctc_flags & CTF_FUNC_VARARG) in ctf_add_function()
1827 ctc.ctc_flags = 0; in ctf_add_type_internal()
H A Dctf-dedup.c825 ctf_dedup_sha1_add (&hash, &fi.ctc_flags, sizeof (fi.ctc_flags), in ctf_dedup_rhash_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dctfc.h95 unsigned int ctc_flags; /* Function attributes (see below). */ member
H A Ddwarf2ctf.cc675 func_info.ctc_flags |= CTF_FUNC_VARARG; in gen_ctf_function_type()
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf-api.h160 uint32_t ctc_flags; /* Function attributes (see below). */ member
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf-api.h160 uint32_t ctc_flags; /* Function attributes (see below). */ member
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_open.c1557 ctc.ctc_flags = 0; in dt_vopen()