Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_lookup.c282 fip->ctc_argc = n; in ctf_func_info()
287 fip->ctc_argc--; in ctf_func_info()
312 for (argc = MIN(argc, f.ctc_argc); argc != 0; argc--) in ctf_func_args()
H A Dctf_create.c805 (ctc->ctc_argc != 0 && argv == NULL)) in ctf_add_function()
808 vlen = ctc->ctc_argc; in ctf_add_function()
820 for (i = 0; i < ctc->ctc_argc; i++) { in ctf_add_function()
839 for (i = 0; i < ctc->ctc_argc; i++) in ctf_add_function()
842 bcopy(argv, vdat, sizeof (ctf_id_t) * ctc->ctc_argc); in ctf_add_function()
1438 ctc.ctc_argc = 0; in ctf_add_type()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-types.c745 if ((argv = calloc (fi.ctc_argc, sizeof (ctf_id_t *))) == NULL) in ctf_type_aname()
752 fi.ctc_argc, argv) < 0) in ctf_type_aname()
756 for (i = 0; i < fi.ctc_argc; i++) in ctf_type_aname()
765 if ((i < fi.ctc_argc - 1) in ctf_type_aname()
1587 fip->ctc_argc = LCTF_INFO_VLEN (fp, tp->ctt_info); in ctf_func_type_info()
1594 if (fip->ctc_argc != 0 && args[fip->ctc_argc - 1] == 0) in ctf_func_type_info()
1597 fip->ctc_argc--; in ctf_func_type_info()
1631 for (argc = MIN (argc, f.ctc_argc); argc != 0; argc--) in ctf_func_type_args()
H A Dctf-dedup.c823 ctf_dedup_sha1_add (&hash, &fi.ctc_argc, sizeof (fi.ctc_argc), in ctf_dedup_rhash_type()
829 if ((args = calloc (fi.ctc_argc, sizeof (ctf_id_t))) == NULL) in ctf_dedup_rhash_type()
836 if (ctf_func_type_args (input, type, fi.ctc_argc, args) < 0) in ctf_dedup_rhash_type()
842 for (j = 0; j < fi.ctc_argc; j++) in ctf_dedup_rhash_type()
2141 if ((args = calloc (fi.ctc_argc, sizeof (ctf_id_t))) == NULL) in ctf_dedup_rwalk_one_output_mapping()
2147 if (ctf_func_type_args (fp, type, fi.ctc_argc, args) < 0) in ctf_dedup_rwalk_one_output_mapping()
2154 for (j = 0; j < fi.ctc_argc; j++) in ctf_dedup_rwalk_one_output_mapping()
2854 if ((args = calloc (fi.ctc_argc, sizeof (ctf_id_t))) == NULL) in ctf_dedup_emit_type()
2861 if (ctf_func_type_args (input, type, fi.ctc_argc, args) < 0) in ctf_dedup_emit_type()
2867 for (j = 0; j < fi.ctc_argc; j++) in ctf_dedup_emit_type()
H A Dctf-create.c760 || (ctc->ctc_argc != 0 && argv == NULL)) in ctf_add_function()
763 vlen = ctc->ctc_argc; in ctf_add_function()
785 for (i = 0; i < ctc->ctc_argc; i++) in ctf_add_function()
1856 ctc.ctc_argc = 0; in ctf_add_type_internal()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-types.c737 if ((argv = calloc (fi.ctc_argc, sizeof (ctf_id_t *))) == NULL) in ctf_type_aname()
744 fi.ctc_argc, argv) < 0) in ctf_type_aname()
748 for (i = 0; i < fi.ctc_argc; i++) in ctf_type_aname()
757 if ((i < fi.ctc_argc - 1) in ctf_type_aname()
1578 fip->ctc_argc = LCTF_INFO_VLEN (fp, tp->ctt_info); in ctf_func_type_info()
1585 if (fip->ctc_argc != 0 && args[fip->ctc_argc - 1] == 0) in ctf_func_type_info()
1588 fip->ctc_argc--; in ctf_func_type_info()
1622 for (argc = MIN (argc, f.ctc_argc); argc != 0; argc--) in ctf_func_type_args()
H A Dctf-dedup.c823 ctf_dedup_sha1_add (&hash, &fi.ctc_argc, sizeof (fi.ctc_argc), in ctf_dedup_rhash_type()
829 if ((args = calloc (fi.ctc_argc, sizeof (ctf_id_t))) == NULL) in ctf_dedup_rhash_type()
836 if (ctf_func_type_args (input, type, fi.ctc_argc, args) < 0) in ctf_dedup_rhash_type()
842 for (j = 0; j < fi.ctc_argc; j++) in ctf_dedup_rhash_type()
2142 if ((args = calloc (fi.ctc_argc, sizeof (ctf_id_t))) == NULL) in ctf_dedup_rwalk_one_output_mapping()
2148 if (ctf_func_type_args (fp, type, fi.ctc_argc, args) < 0) in ctf_dedup_rwalk_one_output_mapping()
2155 for (j = 0; j < fi.ctc_argc; j++) in ctf_dedup_rwalk_one_output_mapping()
2857 if ((args = calloc (fi.ctc_argc, sizeof (ctf_id_t))) == NULL) in ctf_dedup_emit_type()
2864 if (ctf_func_type_args (input, type, fi.ctc_argc, args) < 0) in ctf_dedup_emit_type()
2870 for (j = 0; j < fi.ctc_argc; j++) in ctf_dedup_emit_type()
H A Dctf-create.c757 || (ctc->ctc_argc != 0 && argv == NULL)) in ctf_add_function()
760 vlen = ctc->ctc_argc; in ctf_add_function()
782 for (i = 0; i < ctc->ctc_argc; i++) in ctf_add_function()
1826 ctc.ctc_argc = 0; in ctf_add_type_internal()
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dctf_api.h106 uint_t ctc_argc; /* number of typed arguments to function */ member
/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/
H A Dsymtypetab-nonlinker-writeout.c50 fi.ctc_argc = 0; in try_maybe_reporting()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dctfc.h94 unsigned int ctc_argc; /* Number of typed arguments to function. */ member
H A Ddwarf2ctf.cc683 func_info.ctc_argc = num_args; in gen_ctf_function_type()
H A Dctfc.cc788 vlen = ctc->ctc_argc; in ctf_add_function()
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf-api.h159 uint32_t ctc_argc; /* Number of typed arguments to function. */ member
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf-api.h159 uint32_t ctc_argc; /* Number of typed arguments to function. */ member
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_pid.c984 *nargs = MIN(args, f.ctc_argc); in dt_pid_get_types()
H A Ddt_open.c1556 ctc.ctc_argc = 0; in dt_vopen()