Home
last modified time | relevance | path

Searched refs:ctf_type_kind (Results 1 – 25 of 38) sorted by relevance

12

/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/
H A Dpptrtab.c43 type_name, ctf_type_kind (cfp, ctf_type_reference (cfp, type))); in main()
61 type_name, ctf_type_kind (cfp, ctf_type_reference (cfp, type))); in main()
82 type_name, ctf_type_kind (cfp, ctf_type_reference (cfp, type))); in main()
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_parser.c345 uint_t lkind = ctf_type_kind(lfp, lbase); in dt_type_promote()
348 uint_t rkind = ctf_type_kind(rfp, rbase); in dt_type_promote()
683 uint_t kind = ctf_type_kind(fp, base); in dt_node_type_assign()
762 if (ctf_type_kind(dnp->dn_ctfp, base) == CTF_K_FORWARD) in dt_node_type_size()
773 if (ctf_type_kind(dnp->dn_ctfp, base) == CTF_K_POINTER && in dt_node_type_size()
850 kind = ctf_type_kind(fp, type); in dt_node_is_integer()
870 kind = ctf_type_kind(fp, type); in dt_node_is_float()
889 kind = ctf_type_kind(fp, type); in dt_node_is_scalar()
910 kind = ctf_type_kind(fp, type); in dt_node_is_arith()
929 if (ctf_type_kind(fp, type) != CTF_K_POINTER) in dt_node_is_vfptr()
[all …]
H A Ddt_xlator.c196 kind = ctf_type_kind(dst->dtt_ctfp, dxp->dx_dst_base); in dt_xlator_create()
267 uint_t dst_kind = ctf_type_kind(dst_ctfp, dst_base); in dt_xlator_lookup()
285 dst_kind = ctf_type_kind(dst_ctfp, dst_base); in dt_xlator_lookup()
363 if (ctf_type_kind(ctfp, ctf_type_resolve(ctfp, type)) == CTF_K_POINTER) in dt_xlator_ident()
H A Ddt_print.c325 if (bid == CTF_ERR || ctf_type_kind(ctfp, bid) != CTF_K_FUNCTION) { in dt_print_ptr()
386 (kind = ctf_type_kind(ctfp, rtype)) == CTF_ERR) { in dt_print_array()
565 (kind = ctf_type_kind(ctfp, rtype)) == CTF_ERR || in dt_print_member()
691 if (ctfp == NULL || ctf_type_kind(ctfp, id) == CTF_ERR) in dtrace_print()
H A Ddt_decl.c483 ctf_type_kind(ctfp, type) != CTF_K_FORWARD) in dt_decl_sou()
548 kind = ctf_type_kind(dtt.dtt_ctfp, base); in dt_decl_member()
587 if (ctf_type_kind(dtt.dtt_ctfp, base) != CTF_K_INTEGER || in dt_decl_member()
H A Ddt_printf.c110 kind = ctf_type_kind(ctfp, base); in pfcheck_str()
123 uint_t kind = ctf_type_kind(ctfp, base); in pfcheck_wstr()
130 ctf_type_kind(ctfp, base) == CTF_K_INTEGER && in pfcheck_wstr()
214 while (ctf_type_kind(ctfp, type) == CTF_K_TYPEDEF) { in pfcheck_xlonglong()
H A Ddt_cg.c73 while (ctf_type_kind(fp, type) == CTF_K_FORWARD) { in dt_cg_membinfo()
200 kind = ctf_type_kind(ctfp, type); in dt_cg_ptrsize()
650 assert(ctf_type_kind(ctfp, type) == CTF_K_POINTER); in dt_cg_prearith_op()
707 assert(ctf_type_kind(ctfp, type) == CTF_K_POINTER); in dt_cg_postarith_op()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-dump.c131 id, ctf_type_kind (fp, id)) < 0) in ctf_dump_format_type()
144 kind = ctf_type_kind (fp, id); in ctf_dump_format_type()
583 if (ctf_type_kind (state->cds_fp, id) == CTF_K_STRUCT in ctf_dump_type()
584 || ctf_type_kind (state->cds_fp, id) == CTF_K_UNION) in ctf_dump_type()
601 if (ctf_type_kind (state->cds_fp, id) == CTF_K_ENUM) in ctf_dump_type()
H A Dctf-types.c191 && (ctf_type_kind (fp, memb.ctlm_type) == CTF_K_STRUCT in ctf_member_next()
192 || ctf_type_kind (fp, memb.ctlm_type) == CTF_K_UNION)) in ctf_member_next()
1066 ctf_type_kind (ctf_dict_t *fp, ctf_id_t type) in ctf_type_kind() function
1091 if ((kind = ctf_type_kind (fp, type)) < 0) in ctf_type_kind_forwarded()
1295 lkind = ctf_type_kind (lfp, ltype); in ctf_type_compat()
1298 rkind = ctf_type_kind (rfp, rtype); in ctf_type_compat()
1426 && (ctf_type_kind (fp, memb.ctlm_type) == CTF_K_STRUCT in ctf_member_info()
1427 || ctf_type_kind (fp, memb.ctlm_type) == CTF_K_UNION) in ctf_member_info()
H A Dctf-create.c691 if (ctf_type_kind (fp, arp->ctr_index) == CTF_K_FORWARD) in ctf_add_array()
814 if (type != 0 && ctf_type_kind (fp, type) == CTF_K_FORWARD) in ctf_add_struct_sized()
854 if (type != 0 && ctf_type_kind (fp, type) == CTF_K_FORWARD) in ctf_add_union_sized()
893 if (type != 0 && ctf_type_kind (fp, type) == CTF_K_FORWARD) in ctf_add_enum()
929 if ((ctf_type_kind (fp, type) != CTF_K_FORWARD) && in ctf_add_enum_encoded()
983 if (ctf_type_kind (fp, type) == CTF_K_UNKNOWN) in ctf_add_unknown()
1392 if (is_function && ctf_type_kind (fp, id) != CTF_K_FUNCTION) in ctf_add_funcobjt_sym()
H A Dctf-lookup.c55 if (ctf_type_kind (fp, type) != CTF_K_POINTER) in refresh_pptrtab()
1045 if (ctf_type_kind (fp, type) != CTF_K_FUNCTION) in ctf_func_info()
1063 if (ctf_type_kind (fp, type) != CTF_K_FUNCTION) in ctf_func_args()
H A Dlibctf.ver66 ctf_type_kind;
H A Dctf-dedup.c1477 kind = ctf_type_kind (inputs[CTF_DEDUP_GID_TO_INPUT (id)], in ctf_dedup_detect_name_ambiguity()
2695 if (ctf_type_kind (target, maybe_dup) != CTF_K_FORWARD) in ctf_dedup_emit_type()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-dump.c131 id, ctf_type_kind (fp, id)) < 0) in ctf_dump_format_type()
144 kind = ctf_type_kind (fp, id); in ctf_dump_format_type()
583 if (ctf_type_kind (state->cds_fp, id) == CTF_K_STRUCT in ctf_dump_type()
584 || ctf_type_kind (state->cds_fp, id) == CTF_K_UNION) in ctf_dump_type()
601 if (ctf_type_kind (state->cds_fp, id) == CTF_K_ENUM) in ctf_dump_type()
H A Dctf-types.c191 && (ctf_type_kind (fp, memb.ctlm_type) == CTF_K_STRUCT in ctf_member_next()
192 || ctf_type_kind (fp, memb.ctlm_type) == CTF_K_UNION)) in ctf_member_next()
1057 ctf_type_kind (ctf_dict_t *fp, ctf_id_t type) in ctf_type_kind() function
1082 if ((kind = ctf_type_kind (fp, type)) < 0) in ctf_type_kind_forwarded()
1286 lkind = ctf_type_kind (lfp, ltype); in ctf_type_compat()
1289 rkind = ctf_type_kind (rfp, rtype); in ctf_type_compat()
1417 && (ctf_type_kind (fp, memb.ctlm_type) == CTF_K_STRUCT in ctf_member_info()
1418 || ctf_type_kind (fp, memb.ctlm_type) == CTF_K_UNION) in ctf_member_info()
H A Dctf-create.c695 if (ctf_type_kind (fp, arp->ctr_index) == CTF_K_FORWARD) in ctf_add_array()
811 if (type != 0 && ctf_type_kind (fp, type) == CTF_K_FORWARD) in ctf_add_struct_sized()
851 if (type != 0 && ctf_type_kind (fp, type) == CTF_K_FORWARD) in ctf_add_union_sized()
890 if (type != 0 && ctf_type_kind (fp, type) == CTF_K_FORWARD) in ctf_add_enum()
926 if ((ctf_type_kind (fp, type) != CTF_K_FORWARD) && in ctf_add_enum_encoded()
980 if (ctf_type_kind (fp, type) == CTF_K_UNKNOWN) in ctf_add_unknown()
1362 if (is_function && ctf_type_kind (fp, id) != CTF_K_FUNCTION) in ctf_add_funcobjt_sym()
H A Dctf-lookup.c55 if (ctf_type_kind (fp, type) != CTF_K_POINTER) in refresh_pptrtab()
1033 if (ctf_type_kind (fp, type) != CTF_K_FUNCTION) in ctf_func_info()
1051 if (ctf_type_kind (fp, type) != CTF_K_FUNCTION) in ctf_func_args()
H A Dlibctf.ver66 ctf_type_kind;
/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/
H A Dambiguous-struct.c38 printf ("Kind of array element is %i\n", ctf_type_kind (fp, ar.ctr_contents)); in main()
/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/
H A Dpptrtab.c41 ctf_type_kind (fp, ctf_type_reference (fp, type))); in main()
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_types.c461 ctf_type_kind(ctf_file_t *fp, ctf_id_t type) in ctf_type_kind() function
612 lkind = ctf_type_kind(lfp, ltype); in ctf_type_compat()
615 rkind = ctf_type_kind(rfp, rtype); in ctf_type_compat()
H A Dctf_create.c861 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) in ctf_add_struct()
883 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) in ctf_add_union()
905 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) in ctf_add_enum()
1318 dst_kind = ctf_type_kind(dst_fp, dst_type); in ctf_add_type()
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dctf_api.h188 extern int ctf_type_kind(ctf_file_t *, ctf_id_t);
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf-api.h414 extern int ctf_type_kind (ctf_dict_t *, ctf_id_t);
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf-api.h414 extern int ctf_type_kind (ctf_dict_t *, ctf_id_t);

12