Home
last modified time | relevance | path

Searched refs:CTF_K_UNKNOWN (Results 1 – 25 of 34) sorted by relevance

12

/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_decl.c45 if (ddp->dd_kind == CTF_K_UNKNOWN) in dt_decl_check()
130 top->dd_kind == CTF_K_UNKNOWN && top->dd_name == NULL) { in dt_decl_push()
185 if (ddp->dd_kind == CTF_K_UNKNOWN && ddp->dd_name == NULL) { in dt_decl_top()
208 ddp = dt_decl_push(dt_decl_alloc(CTF_K_UNKNOWN, NULL)); in dt_decl_ident()
253 if (ddp->dd_name != NULL || ddp->dd_kind != CTF_K_UNKNOWN) in dt_decl_spec()
268 ddp = dt_decl_push(dt_decl_alloc(CTF_K_UNKNOWN, NULL)); in dt_decl_attr()
528 if (ddp->dd_kind == CTF_K_UNKNOWN && ddp->dd_name == NULL) { in dt_decl_member()
H A Ddt_dis.c270 case CTF_K_UNKNOWN: in dt_dis_typestr()
/netbsd-src/external/cddl/osnet/dev/fbt/
H A Dfbt.c536 if (CTF_INFO_KIND(info) == CTF_K_UNKNOWN && vlen == 0) in fbt_ctfoff_init()
649 if (tp->ctt_type == CTF_K_UNKNOWN || in fbt_typoff_init()
655 case CTF_K_UNKNOWN: in fbt_typoff_init()
733 case CTF_K_UNKNOWN: in fbt_typoff_init()
1209 if (kind == CTF_K_UNKNOWN && n == 0) { in fbt_getargdesc()
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DNEWS23 kind (CTF_K_UNKNOWN) as well as via type ID 0.
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A DNEWS23 kind (CTF_K_UNKNOWN) as well as via type ID 0.
H A Dctf-open.c154 case CTF_K_UNKNOWN: in get_vbytes_common()
538 case CTF_K_UNKNOWN: in upgrade_types_v1()
759 = ctf_hash_create (pop[CTF_K_UNKNOWN] + in init_types()
804 case CTF_K_UNKNOWN: in init_types()
1084 case CTF_K_UNKNOWN: in flip_types()
H A Dctf-create.c978 && (type = ctf_lookup_by_rawname (fp, CTF_K_UNKNOWN, name))) in ctf_add_unknown()
980 if (ctf_type_kind (fp, type) == CTF_K_UNKNOWN) in ctf_add_unknown()
992 if ((type = ctf_add_generic (fp, flag, name, CTF_K_UNKNOWN, 0, &dtd)) == CTF_ERR) in ctf_add_unknown()
995 dtd->dtd_data.ctt_info = CTF_TYPE_INFO (CTF_K_UNKNOWN, flag, 0); in ctf_add_unknown()
1561 uint32_t dst_kind = CTF_K_UNKNOWN; in ctf_add_type_internal()
H A DChangeLog106 * ctf-types.c (ctf_type_resolve): CTF_K_UNKNOWN is as
110 CTF_K_UNKNOWN types: they have real hash values now.
111 (ctf_dedup_rwalk_one_output_mapping): Treat CTF_K_UNKNOWN types
H A Dctf-types.c582 case CTF_K_UNKNOWN: in ctf_type_resolve()
813 case CTF_K_UNKNOWN: in ctf_type_aname()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A DNEWS23 kind (CTF_K_UNKNOWN) as well as via type ID 0.
H A Dctf-open.c154 case CTF_K_UNKNOWN: in get_vbytes_common()
538 case CTF_K_UNKNOWN: in upgrade_types_v1()
759 = ctf_hash_create (pop[CTF_K_UNKNOWN] + in init_types()
804 case CTF_K_UNKNOWN: in init_types()
1084 case CTF_K_UNKNOWN: in flip_types()
H A Dctf-create.c981 && (type = ctf_lookup_by_rawname (fp, CTF_K_UNKNOWN, name))) in ctf_add_unknown()
983 if (ctf_type_kind (fp, type) == CTF_K_UNKNOWN) in ctf_add_unknown()
995 if ((type = ctf_add_generic (fp, flag, name, CTF_K_UNKNOWN, 0, &dtd)) == CTF_ERR) in ctf_add_unknown()
998 dtd->dtd_data.ctt_info = CTF_TYPE_INFO (CTF_K_UNKNOWN, flag, 0); in ctf_add_unknown()
1591 uint32_t dst_kind = CTF_K_UNKNOWN; in ctf_add_type_internal()
H A DChangeLog127 * ctf-types.c (ctf_type_resolve): CTF_K_UNKNOWN is as
131 CTF_K_UNKNOWN types: they have real hash values now.
132 (ctf_dedup_rwalk_one_output_mapping): Treat CTF_K_UNKNOWN types
H A Dctf-types.c583 case CTF_K_UNKNOWN: in ctf_type_resolve()
822 case CTF_K_UNKNOWN: in ctf_type_aname()
H A Dctf-dedup.c680 case CTF_K_UNKNOWN: in ctf_dedup_rhash_type()
2091 case CTF_K_UNKNOWN: in ctf_dedup_rwalk_one_output_mapping()
2716 case CTF_K_UNKNOWN: in ctf_dedup_emit_type()
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dctf.h256 #define CTF_K_UNKNOWN 0 /* unknown type (used for padding) */ macro
/netbsd-src/external/cddl/osnet/dist/tools/ctf/dump/
H A Ddump.c348 if (kind == CTF_K_UNKNOWN && n == 0) in read_funcs()
613 case CTF_K_UNKNOWN: in read_types()
712 stats.s_types[CTF_K_UNKNOWN]); in print_stats()
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dctf.h336 #define CTF_K_UNKNOWN 0 /* Unknown type (used for padding and macro
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_open.c181 if (LCTF_INFO_KIND(fp, info) == CTF_K_UNKNOWN && in init_symtab()
280 if (tp->ctt_type == CTF_K_UNKNOWN || in init_types()
286 case CTF_K_UNKNOWN: in init_types()
H A Dctf_lookup.c275 if (kind == CTF_K_UNKNOWN && n == 0) in ctf_func_info()
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf.h408 #define CTF_K_UNKNOWN 0 /* Unknown type (used for padding and macro
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf.h408 #define CTF_K_UNKNOWN 0 /* Unknown type (used for padding and macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dctfc.cc96 case CTF_K_UNKNOWN: in ctf_dtu_d_union_selector()
544 return (ctf_add_encoded (ctfc, flag, name, ep, CTF_K_UNKNOWN, die)); in ctf_add_unknown()
H A Dctfout.cc114 case CTF_K_UNKNOWN: in ctf_calc_num_vbytes()
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctf.c830 case CTF_K_UNKNOWN: in count_types()
1248 case CTF_K_UNKNOWN: in resurrect_types()

12