/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_lookup.c | 282 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 D | ctf_create.c | 805 (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 D | ctf-types.c | 745 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 D | ctf-dedup.c | 823 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 D | ctf-create.c | 760 || (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 D | ctf-types.c | 737 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 D | ctf-dedup.c | 823 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 D | ctf-create.c | 757 || (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 D | ctf_api.h | 106 uint_t ctc_argc; /* number of typed arguments to function */ member
|
/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/ |
H A D | symtypetab-nonlinker-writeout.c | 50 fi.ctc_argc = 0; in try_maybe_reporting()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ctfc.h | 94 unsigned int ctc_argc; /* Number of typed arguments to function. */ member
|
H A D | dwarf2ctf.cc | 683 func_info.ctc_argc = num_args; in gen_ctf_function_type()
|
H A D | ctfc.cc | 788 vlen = ctc->ctc_argc; in ctf_add_function()
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | ctf-api.h | 159 uint32_t ctc_argc; /* Number of typed arguments to function. */ member
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | ctf-api.h | 159 uint32_t ctc_argc; /* Number of typed arguments to function. */ member
|
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_pid.c | 984 *nargs = MIN(args, f.ctc_argc); in dt_pid_get_types()
|
H A D | dt_open.c | 1556 ctc.ctc_argc = 0; in dt_vopen()
|