/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_types.c | 72 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 D | ctf_create.c | 740 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 D | ctf_decl.c | 100 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) { in ctf_decl_push()
|
H A D | ctf_impl.h | 282 extern const ctf_type_t *ctf_lookup_by_id(ctf_file_t **, ctf_id_t);
|
H A D | ctf_lookup.c | 219 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 D | ctf-types.c | 118 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 D | ctf-create.c | 571 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 D | ctf-decl.c | 85 if ((tp = ctf_lookup_by_id (&fp, type)) == NULL) in ctf_decl_push()
|
H A D | ctf-impl.h | 601 extern const ctf_type_t *ctf_lookup_by_id (ctf_dict_t **, ctf_id_t);
|
H A D | ctf-lookup.c | 329 ctf_lookup_by_id (ctf_dict_t **fpp, ctf_id_t type) in ctf_lookup_by_id() function
|
H A D | ctf-dedup.c | 1052 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 D | ChangeLog-2020 | 174 (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 D | ctf-types.c | 118 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 D | ctf-create.c | 575 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 D | ctf-decl.c | 85 if ((tp = ctf_lookup_by_id (&fp, type)) == NULL) in ctf_decl_push()
|
H A D | ctf-impl.h | 601 extern const ctf_type_t *ctf_lookup_by_id (ctf_dict_t **, ctf_id_t);
|
H A D | ctf-lookup.c | 332 ctf_lookup_by_id (ctf_dict_t **fpp, ctf_id_t type) in ctf_lookup_by_id() function
|
H A D | ctf-dedup.c | 1052 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 D | ChangeLog-2020 | 174 (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 D | fbt.c | 887 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 D | ChangeLog-2020 | 174 (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
|