Searched refs:ctc_argc (Results 1 – 5 of 5) sorted by relevance
398 fip->ctc_argc = n; in ctf_func_info()404 fip->ctc_argc--; in ctf_func_info()428 for (argc = MIN (argc, f.ctc_argc); argc != 0; argc--) in ctf_func_args()
421 if ((args = calloc (fi.ctc_argc, sizeof (ctf_id_t))) == NULL) in ctf_dump_funcs()452 if (ctf_func_args (state->cds_fp, i, fi.ctc_argc, args) < 0) in ctf_dump_funcs()458 for (j = 0; j < fi.ctc_argc; j++) in ctf_dump_funcs()466 if ((j < fi.ctc_argc - 1) || (fi.ctc_flags & CTF_FUNC_VARARG)) in ctf_dump_funcs()
1161 fip->ctc_argc = LCTF_INFO_VLEN (fp, tp->ctt_info); in ctf_func_type_info()1168 if (fip->ctc_argc != 0 && args[fip->ctc_argc - 1] == 0) in ctf_func_type_info()1171 fip->ctc_argc--; in ctf_func_type_info()1205 for (argc = MIN (argc, f.ctc_argc); argc != 0; argc--) in ctf_func_type_args()
1049 || (ctc->ctc_argc != 0 && argv == NULL)) in ctf_add_function()1052 vlen = ctc->ctc_argc; in ctf_add_function()1059 for (i = 0; i < ctc->ctc_argc; i++) in ctf_add_function()1082 memcpy (vdat, argv, sizeof (ctf_id_t) * ctc->ctc_argc); in ctf_add_function()1874 ctc.ctc_argc = 0; in ctf_add_type_internal()
129 uint32_t ctc_argc; /* Number of typed arguments to function. */ member