Home
last modified time | relevance | path

Searched refs:CTF_FUNC_VARARG (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf_api.h114 #define CTF_FUNC_VARARG 0x1 /* function arguments end with varargs */ macro
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c292 fip->ctc_flags |= CTF_FUNC_VARARG; in ctf_func_info()
H A Dctf_create.c899 if (ctc == NULL || (ctc->ctc_flags & ~CTF_FUNC_VARARG) != 0 || in ctf_add_function()
904 if (ctc->ctc_flags & CTF_FUNC_VARARG) in ctf_add_function()
938 if (ctc->ctc_flags & CTF_FUNC_VARARG) in ctf_add_function()