Home
last modified time | relevance | path

Searched refs:ctc_argc (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-lookup.c398 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()
H A Dctf-dump.c421 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()
H A Dctf-types.c1161 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()
H A Dctf-create.c1049 || (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()
/dflybsd-src/contrib/binutils-2.34/include/
H A Dctf-api.h129 uint32_t ctc_argc; /* Number of typed arguments to function. */ member