/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_create.c | 795 const ctf_funcinfo_t *ctc, const ctf_id_t *argv) in ctf_add_function() argument 804 if (ctc == NULL || (ctc->ctc_flags & ~CTF_FUNC_VARARG) != 0 || in ctf_add_function() 805 (ctc->ctc_argc != 0 && argv == NULL)) in ctf_add_function() 808 vlen = ctc->ctc_argc; in ctf_add_function() 809 if (ctc->ctc_flags & CTF_FUNC_VARARG) in ctf_add_function() 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() 820 for (i = 0; i < ctc->ctc_argc; i++) { 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() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-create.c | 746 const ctf_funcinfo_t *ctc, const ctf_id_t *argv) in ctf_add_function() argument 759 if (ctc == NULL || (ctc->ctc_flags & ~CTF_FUNC_VARARG) != 0 in ctf_add_function() 760 || (ctc->ctc_argc != 0 && argv == NULL)) in ctf_add_function() 763 vlen = ctc->ctc_argc; in ctf_add_function() 764 if (ctc->ctc_flags & CTF_FUNC_VARARG) in ctf_add_function() 767 if (ctc->ctc_return != 0 in ctf_add_function() 768 && ctf_lookup_by_id (&tmp, ctc->ctc_return) == NULL) in ctf_add_function() 785 for (i = 0; i < ctc->ctc_argc; i++) in ctf_add_function() 794 dtd->dtd_data.ctt_type = (uint32_t) ctc->ctc_return; in ctf_add_function() 796 if (ctc->ctc_flags & CTF_FUNC_VARARG) in ctf_add_function() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-create.c | 743 const ctf_funcinfo_t *ctc, const ctf_id_t *argv) in ctf_add_function() argument 756 if (ctc == NULL || (ctc->ctc_flags & ~CTF_FUNC_VARARG) != 0 in ctf_add_function() 757 || (ctc->ctc_argc != 0 && argv == NULL)) in ctf_add_function() 760 vlen = ctc->ctc_argc; in ctf_add_function() 761 if (ctc->ctc_flags & CTF_FUNC_VARARG) in ctf_add_function() 764 if (ctc->ctc_return != 0 in ctf_add_function() 765 && ctf_lookup_by_id (&tmp, ctc->ctc_return) == NULL) in ctf_add_function() 782 for (i = 0; i < ctc->ctc_argc; i++) in ctf_add_function() 791 dtd->dtd_data.ctt_type = (uint32_t) ctc->ctc_return; in ctf_add_function() 793 if (ctc->ctc_flags & CTF_FUNC_VARARG) in ctf_add_function() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ctfc.cc | 779 const ctf_funcinfo_t * ctc, dw_die_ref die, in ctf_add_function() argument 786 gcc_assert (ctc); in ctf_add_function() 788 vlen = ctc->ctc_argc; in ctf_add_function() 796 dtd->dtd_data.ctti_type = (uint32_t) ctc->ctc_return; in ctf_add_function()
|
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_open.c | 1063 ctf_funcinfo_t ctc; in dt_vopen() local 1555 ctc.ctc_return = ctf_lookup_by_name(dmp->dm_ctfp, "int"); in dt_vopen() 1556 ctc.ctc_argc = 0; in dt_vopen() 1557 ctc.ctc_flags = 0; in dt_vopen() 1560 CTF_ADD_ROOT, &ctc, NULL); in dt_vopen()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | complex.d | 467 auto ctc = c1 * c2; variable 468 assert(approxEqual(abs(ctc), abs(c1)*abs(c2), EPS)); 469 assert(approxEqual(arg(ctc), arg(c1)+arg(c2), EPS));
|
/netbsd-src/external/gpl3/gdb/dist/cpu/ |
H A D | iq10.cpu | 765 (dni ctc "copy to coprocessor control register" (MACH10 USES-RS) 766 "ctc $rs,$rt" 768 (unimp ctc)
|
/netbsd-src/external/gpl3/binutils/dist/cpu/ |
H A D | iq10.cpu | 765 (dni ctc "copy to coprocessor control register" (MACH10 USES-RS) 766 "ctc $rs,$rt" 768 (unimp ctc)
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | complex.d | 510 auto ctc = c1 * c2; variable 511 assert(isClose(abs(ctc), abs(c1)*abs(c2), EPS)); 512 assert(isClose(arg(ctc), arg(c1)+arg(c2), EPS));
|
/netbsd-src/external/gpl3/gdb.old/dist/cpu/ |
H A D | iq10.cpu | 765 (dni ctc "copy to coprocessor control register" (MACH10 USES-RS) 766 "ctc $rs,$rt" 768 (unimp ctc)
|
/netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
H A D | iq10.cpu | 765 (dni ctc "copy to coprocessor control register" (MACH10 USES-RS) 766 "ctc $rs,$rt" 768 (unimp ctc)
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | ChangeLog-2014 | 382 * mips-opc.c (cfc1, cftc1, ctc, cttc1): Remove FP_S attribute.
|
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
H A D | ChangeLog-2014 | 382 * mips-opc.c (cfc1, cftc1, ctc, cttc1): Remove FP_S attribute.
|
/netbsd-src/external/gpl3/gdb/dist/opcodes/ |
H A D | ChangeLog-2014 | 382 * mips-opc.c (cfc1, cftc1, ctc, cttc1): Remove FP_S attribute.
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | ChangeLog-2014 | 382 * mips-opc.c (cfc1, cftc1, ctc, cttc1): Remove FP_S attribute.
|