| /netbsd-src/external/cddl/osnet/dist/common/ctf/ |
| H A D | ctf_create.c | 816 if (ctf_lookup_by_id(&fpd, ctc->ctc_return) == NULL && in ctf_add_function() 817 ctf_dtd_lookup(fp, ctc->ctc_return) == NULL) in ctf_add_function() 836 dtd->dtd_data.ctt_type = (ushort_t)ctc->ctc_return; in ctf_add_function() 838 ctf_ref_inc(fp, ctc->ctc_return); in ctf_add_function() 1437 ctc.ctc_return = ctf_add_type(dst_fp, src_fp, tp->ctt_type); in ctf_add_type() 1441 if (ctc.ctc_return == CTF_ERR) in ctf_add_type()
|
| H A D | ctf_lookup.c | 281 fip->ctc_return = *dp++; in ctf_func_info()
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
| H A D | ctf_api.h | 105 ctf_id_t ctc_return; /* function return type */ member
|
| /netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/ |
| H A D | symtypetab-nonlinker-writeout.c | 49 fi.ctc_return = base; in try_maybe_reporting()
|
| /netbsd-src/external/gpl3/binutils/dist/libctf/ |
| H A D | ctf-create.c | 767 if (ctc->ctc_return != 0 in ctf_add_function() 768 && ctf_lookup_by_id (&tmp, ctc->ctc_return) == NULL) in ctf_add_function() 794 dtd->dtd_data.ctt_type = (uint32_t) ctc->ctc_return; in ctf_add_function() 1853 ctc.ctc_return = ctf_add_type_internal (dst_fp, src_fp, in ctf_add_type_internal() 1859 if (ctc.ctc_return == CTF_ERR) in ctf_add_type_internal()
|
| H A D | ctf-dedup.c | 815 fi.ctc_return, flags, depth, in ctf_dedup_rhash_type() 2138 CTF_TYPE_WALK (fi.ctc_return, err, in ctf_dedup_rwalk_one_output_mapping() 2848 fi.ctc_return = ctf_dedup_id_to_target (output, target, inputs, ninputs, in ctf_dedup_emit_type() 2850 fi.ctc_return); in ctf_dedup_emit_type() 2851 if (fi.ctc_return == CTF_ERR) in ctf_dedup_emit_type()
|
| H A D | ctf-types.c | 1585 fip->ctc_return = tp->ctt_type; in ctf_func_type_info()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
| H A D | ctf-create.c | 764 if (ctc->ctc_return != 0 in ctf_add_function() 765 && ctf_lookup_by_id (&tmp, ctc->ctc_return) == NULL) in ctf_add_function() 791 dtd->dtd_data.ctt_type = (uint32_t) ctc->ctc_return; in ctf_add_function() 1823 ctc.ctc_return = ctf_add_type_internal (dst_fp, src_fp, in ctf_add_type_internal() 1829 if (ctc.ctc_return == CTF_ERR) in ctf_add_type_internal()
|
| H A D | ctf-dedup.c | 815 fi.ctc_return, flags, depth, in ctf_dedup_rhash_type() 2139 CTF_TYPE_WALK (fi.ctc_return, err, in ctf_dedup_rwalk_one_output_mapping() 2851 fi.ctc_return = ctf_dedup_id_to_target (output, target, inputs, ninputs, in ctf_dedup_emit_type() 2853 fi.ctc_return); in ctf_dedup_emit_type() 2854 if (fi.ctc_return == CTF_ERR) in ctf_dedup_emit_type()
|
| H A D | ctf-types.c | 1576 fip->ctc_return = tp->ctt_type; in ctf_func_type_info()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ctfc.h | 93 ctf_id_t ctc_return; /* Function return type. */ member
|
| H A D | dwarf2ctf.cc | 653 func_info.ctc_return = return_type_id; in gen_ctf_function_type()
|
| H A D | ctfc.cc | 796 dtd->dtd_data.ctti_type = (uint32_t) ctc->ctc_return; in ctf_add_function()
|
| /netbsd-src/external/gpl3/binutils/dist/include/ |
| H A D | ctf-api.h | 158 ctf_id_t ctc_return; /* Function return type. */ member
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/ |
| H A D | ctf-api.h | 158 ctf_id_t ctc_return; /* Function return type. */ member
|
| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | dt_pid.c | 977 (void) ctf_type_qname(fp, f.ctc_return, adp->dtargd_native + in dt_pid_get_types()
|
| H A D | dt_open.c | 1555 ctc.ctc_return = ctf_lookup_by_name(dmp->dm_ctfp, "int"); in dt_vopen()
|