Searched refs:CTF_FUNC_VARARG (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/test/util-tests/tests/ctf/ |
H A D | check-function.c | 43 { "vararg", "void", 1, CTF_FUNC_VARARG, vararg_args }, 44 { "vararg_ret", "uintptr_t", 1, CTF_FUNC_VARARG, vararg_args }, 58 { "vararg_t", "void", 1, CTF_FUNC_VARARG, vararg_args },
|
/illumos-gate/usr/src/cmd/ctfdump/ |
H A D | ctfdump.c | 232 if (ctc->ctc_flags & CTF_FUNC_VARARG) in ctfdump_functions_cb() 599 if (ctc.ctc_flags & CTF_FUNC_VARARG) in ctfdump_types_cb() 984 if (!(cfi->ctc_flags & CTF_FUNC_VARARG)) in ctfsrc_function() 988 if (cfi->ctc_flags & CTF_FUNC_VARARG) in ctfsrc_function()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ctf_api.h | 169 #define CTF_FUNC_VARARG 0x1 /* function arguments end with varargs */ macro
|
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_lookup.c | 286 fip->ctc_flags |= CTF_FUNC_VARARG; in ctf_func_info()
|
H A D | ctf_types.c | 282 if (fi.ctc_flags & CTF_FUNC_VARARG) in ctf_format_func() 1143 fip->ctc_flags |= CTF_FUNC_VARARG; in ctf_func_info_by_id() 1284 fi.ctc_flags |= CTF_FUNC_VARARG; in ctf_function_iter()
|
H A D | ctf_create.c | 1145 if (ctc == NULL || (ctc->ctc_flags & ~CTF_FUNC_VARARG) != 0 || in ctf_add_funcptr() 1150 if (ctc->ctc_flags & CTF_FUNC_VARARG) in ctf_add_funcptr() 1184 if (ctc->ctc_flags & CTF_FUNC_VARARG) in ctf_add_funcptr() 2041 if (fip->ctc_flags & CTF_FUNC_VARARG) in ctf_add_function() 2050 if (fip->ctc_flags & CTF_FUNC_VARARG) in ctf_add_function()
|
/illumos-gate/usr/src/lib/abi/apptrace/common/ |
H A D | apptrace.c | 658 if (finfo.ctc_flags & CTF_FUNC_VARARG) in la_sparcv9_pltenter()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_nm.c | 225 if (f.ctc_flags & CTF_FUNC_VARARG) { in nm_func_signature()
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 2262 fip->ctc_flags |= CTF_FUNC_VARARG; in ctf_dwarf_function_count() 2270 fip->ctc_flags |= CTF_FUNC_VARARG; in ctf_dwarf_function_count()
|
H A D | ctf_merge.c | 1174 fi.ctc_flags |= CTF_FUNC_VARARG; in ctf_merge_add_symbol()
|