Home
last modified time | relevance | path

Searched refs:ctf_lookup_by_id (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_types.c72 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_member_iter()
124 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_enum_iter()
177 while ((tp = ctf_lookup_by_id(&fp, type)) != NULL) { in ctf_type_resolve()
245 ctf_lookup_by_id(&rfp, cdp->cd_type); in ctf_type_qlname()
357 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_type_size()
405 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_type_align()
465 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_type_kind()
481 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_type_reference()
509 if (ctf_lookup_by_id(&fp, type) == NULL) in ctf_type_pointer()
518 if (ctf_lookup_by_id(&fp, type) == NULL) in ctf_type_pointer()
[all …]
H A Dctf_create.c740 if (ctf_lookup_by_id(&fpd, arp->ctr_contents) == NULL && in ctf_add_array()
745 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL && in ctf_add_array()
774 if (ctf_lookup_by_id(&fpd, arp->ctr_contents) == NULL && in ctf_set_array()
779 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL && in ctf_set_array()
816 if (ctf_lookup_by_id(&fpd, ctc->ctc_return) == NULL && in ctf_add_function()
822 if (ctf_lookup_by_id(&fpd, argv[i]) == NULL && in ctf_add_function()
963 if (ref == CTF_ERR || (ctf_lookup_by_id(&fpd, ref) == NULL && in ctf_add_typedef()
1175 if (ctf_lookup_by_id(&fpd, type) == NULL && in ctf_delete_type()
1287 if ((tp = ctf_lookup_by_id(&src_fp, src_type)) == NULL) in ctf_add_type()
H A Dctf_decl.c100 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) { in ctf_decl_push()
H A Dctf_impl.h282 extern const ctf_type_t *ctf_lookup_by_id(ctf_file_t **, ctf_id_t);
H A Dctf_lookup.c219 ctf_lookup_by_id(ctf_file_t **fpp, ctf_id_t type) in ctf_lookup_by_id() function
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-types.c118 if ((tp = ctf_lookup_by_id (&fp, type)) == NULL) in ctf_member_next()
285 if ((tp = ctf_lookup_by_id (&fp, type)) == NULL) in ctf_enum_next()
565 while ((tp = ctf_lookup_by_id (&fp, type)) != NULL) in ctf_type_resolve()
607 if ((tp = ctf_lookup_by_id (&fp, type)) == NULL) in ctf_type_resolve_unsliced()
702 const ctf_type_t *tp = ctf_lookup_by_id (&rfp, cdp->cd_type); in ctf_type_aname()
890 if ((tp = ctf_lookup_by_id (&fp, type)) == NULL) in ctf_type_name_raw()
927 if ((tp = ctf_lookup_by_id (&fp, type)) == NULL) in ctf_type_size()
981 if ((tp = ctf_lookup_by_id (&fp, type)) == NULL) in ctf_type_align()
1056 if ((tp = ctf_lookup_by_id (&fp, type)) == NULL) in ctf_type_kind_unsliced()
1097 if ((tp = ctf_lookup_by_id (&fp, type)) == NULL) in ctf_type_kind_forwarded()
[all …]
H A Dctf-create.c571 if (ref != 0 && ctf_lookup_by_id (&tmp, ref) == NULL) in ctf_add_reftype()
620 if (ref != 0 && ((tp = ctf_lookup_by_id (&tmp, ref)) == NULL)) in ctf_add_slice()
684 && ctf_lookup_by_id (&tmp, arp->ctr_contents) == NULL) in ctf_add_array()
688 if (ctf_lookup_by_id (&tmp, arp->ctr_index) == NULL) in ctf_add_array()
768 && ctf_lookup_by_id (&tmp, ctc->ctc_return) == NULL) in ctf_add_function()
788 if (argv[i] != 0 && ctf_lookup_by_id (&tmp, argv[i]) == NULL) in ctf_add_function()
1018 if (ref != 0 && ctf_lookup_by_id (&tmp, ref) == NULL) in ctf_add_typedef()
1345 if (ctf_lookup_by_id (&tmp, ref) == NULL) in ctf_add_variable()
1389 if (ctf_lookup_by_id (&tmp, id) == NULL) in ctf_add_funcobjt_sym()
1610 if ((src_tp = ctf_lookup_by_id (&src_fp, src_type)) == NULL) in ctf_add_type_internal()
[all …]
H A Dctf-decl.c85 if ((tp = ctf_lookup_by_id (&fp, type)) == NULL) in ctf_decl_push()
H A Dctf-impl.h601 extern const ctf_type_t *ctf_lookup_by_id (ctf_dict_t **, ctf_id_t);
H A Dctf-lookup.c329 ctf_lookup_by_id (ctf_dict_t **fpp, ctf_id_t type) in ctf_lookup_by_id() function
H A Dctf-dedup.c1052 if ((tp = ctf_lookup_by_id (&input, type)) == NULL) in ctf_dedup_hash_type()
2678 if ((tp = ctf_lookup_by_id (&real_input, type)) == NULL) in ctf_dedup_emit_type()
H A DChangeLog-2020174 (ctf_lookup_by_id): Shuffle further up in the file.
702 (ctf_lookup_by_id): ... here.
1219 (ctf_lookup_by_id): No longer check the readonly types if the
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-types.c118 if ((tp = ctf_lookup_by_id (&fp, type)) == NULL) in ctf_member_next()
284 if ((tp = ctf_lookup_by_id (&fp, type)) == NULL) in ctf_enum_next()
564 while ((tp = ctf_lookup_by_id (&fp, type)) != NULL) in ctf_type_resolve()
605 if ((tp = ctf_lookup_by_id (&fp, type)) == NULL) in ctf_type_resolve_unsliced()
694 const ctf_type_t *tp = ctf_lookup_by_id (&rfp, cdp->cd_type); in ctf_type_aname()
881 if ((tp = ctf_lookup_by_id (&fp, type)) == NULL) in ctf_type_name_raw()
918 if ((tp = ctf_lookup_by_id (&fp, type)) == NULL) in ctf_type_size()
972 if ((tp = ctf_lookup_by_id (&fp, type)) == NULL) in ctf_type_align()
1047 if ((tp = ctf_lookup_by_id (&fp, type)) == NULL) in ctf_type_kind_unsliced()
1088 if ((tp = ctf_lookup_by_id (&fp, type)) == NULL) in ctf_type_kind_forwarded()
[all …]
H A Dctf-create.c575 if (ref != 0 && ctf_lookup_by_id (&tmp, ref) == NULL) in ctf_add_reftype()
624 if (ref != 0 && ((tp = ctf_lookup_by_id (&tmp, ref)) == NULL)) in ctf_add_slice()
688 && ctf_lookup_by_id (&tmp, arp->ctr_contents) == NULL) in ctf_add_array()
692 if (ctf_lookup_by_id (&tmp, arp->ctr_index) == NULL) in ctf_add_array()
765 && ctf_lookup_by_id (&tmp, ctc->ctc_return) == NULL) in ctf_add_function()
785 if (argv[i] != 0 && ctf_lookup_by_id (&tmp, argv[i]) == NULL) in ctf_add_function()
1015 if (ref != 0 && ctf_lookup_by_id (&tmp, ref) == NULL) in ctf_add_typedef()
1315 if (ctf_lookup_by_id (&tmp, ref) == NULL) in ctf_add_variable()
1359 if (ctf_lookup_by_id (&tmp, id) == NULL) in ctf_add_funcobjt_sym()
1580 if ((src_tp = ctf_lookup_by_id (&src_fp, src_type)) == NULL) in ctf_add_type_internal()
[all …]
H A Dctf-decl.c85 if ((tp = ctf_lookup_by_id (&fp, type)) == NULL) in ctf_decl_push()
H A Dctf-impl.h601 extern const ctf_type_t *ctf_lookup_by_id (ctf_dict_t **, ctf_id_t);
H A Dctf-lookup.c332 ctf_lookup_by_id (ctf_dict_t **fpp, ctf_id_t type) in ctf_lookup_by_id() function
H A Dctf-dedup.c1052 if ((tp = ctf_lookup_by_id (&input, type)) == NULL) in ctf_dedup_hash_type()
2681 if ((tp = ctf_lookup_by_id (&real_input, type)) == NULL) in ctf_dedup_emit_type()
H A DChangeLog-2020174 (ctf_lookup_by_id): Shuffle further up in the file.
702 (ctf_lookup_by_id): ... here.
1219 (ctf_lookup_by_id): No longer check the readonly types if the
/netbsd-src/external/cddl/osnet/dev/fbt/
H A Dfbt.c887 ctf_lookup_by_id(mod_ctf_t *mc, ctf_id_t type) in ctf_lookup_by_id() function
919 if ((tp = ctf_lookup_by_id(mc, type)) == NULL) in fbt_array_info()
958 if ((tp = ctf_lookup_by_id(mc, type)) == NULL) { in ctf_decl_push()
1082 ctf_lookup_by_id(mc, cdp->cd_type); in fbt_type_name()
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-2020174 (ctf_lookup_by_id): Shuffle further up in the file.
702 (ctf_lookup_by_id): ... here.
1219 (ctf_lookup_by_id): No longer check the readonly types if the