/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_create.c | 193 ctf_dtdef_t *dtd = ctf_dtd_lookup(fp, tid); in ctf_ref_inc() 211 ctf_dtdef_t *dtd = ctf_dtd_lookup(fp, tid); in ctf_ref_dec() 557 ctf_dtd_lookup(ctf_file_t *fp, ctf_id_t type) in ctf_dtd_lookup() function 741 ctf_dtd_lookup(fp, arp->ctr_contents) == NULL) in ctf_add_array() 746 ctf_dtd_lookup(fp, arp->ctr_index) == NULL) in ctf_add_array() 765 ctf_dtdef_t *dtd = ctf_dtd_lookup(fp, type); in ctf_set_array() 775 ctf_dtd_lookup(fp, arp->ctr_contents) == NULL) in ctf_set_array() 780 ctf_dtd_lookup(fp, arp->ctr_index) == NULL) in ctf_set_array() 817 ctf_dtd_lookup(fp, ctc->ctc_return) == NULL) in ctf_add_function() 823 ctf_dtd_lookup(fp, argv[i]) == NULL) in ctf_add_function() [all …]
|
H A D | ctf_impl.h | 301 extern ctf_dtdef_t *ctf_dtd_lookup(ctf_file_t *, ctf_id_t);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ctfc.cc | 136 ctf_dtd_lookup (const ctf_container_ref ctfc, const dw_die_ref type) in ctf_dtd_lookup() function 591 ctf_dtdef_ref enum_fwd_type = ctf_dtd_lookup (ctfc, die); in ctf_add_enum() 622 ctf_dtdef_ref dtd = ctf_dtd_lookup (ctfc, die); in ctf_add_enumerator() 665 ctf_dtdef_ref dtd = ctf_dtd_lookup (ctfc, sou); in ctf_add_member_offset() 749 ctf_dtdef_ref dtd = ctf_dtd_lookup (ctfc, func); in ctf_add_function_arg() 820 ctf_dtdef_ref sou_fwd_type = ctf_dtd_lookup (ctfc, die); in ctf_add_sou() 856 ctf_dtdef_ref dtd = ctf_dtd_lookup (ctfc, die); in ctf_lookup_tree_type() 872 ctf_dtdef_ref ctf_type_seen = ctf_dtd_lookup (ctfc, type); in ctf_type_exists()
|
H A D | ctfc.h | 395 extern ctf_dtdef_ref ctf_dtd_lookup (const ctf_container_ref ctfc,
|
H A D | ChangeLog-2021 | 14625 * ctfc.c (ctf_dtd_lookup): Function is no longer static.
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-create.c | 300 ctf_dtd_lookup (const ctf_dict_t *fp, ctf_id_t type) in ctf_dtd_lookup() function 323 return ctf_dtd_lookup (fp, id); in ctf_dynamic_type() 719 ctf_dtdef_t *dtd = ctf_dtd_lookup (fp, type); in ctf_set_array() 815 dtd = ctf_dtd_lookup (fp, type); in ctf_add_struct_sized() 855 dtd = ctf_dtd_lookup (fp, type); in ctf_add_union_sized() 894 dtd = ctf_dtd_lookup (fp, type); in ctf_add_enum() 1054 ctf_dtdef_t *dtd = ctf_dtd_lookup (fp, enid); in ctf_add_enumerator() 1123 ctf_dtdef_t *dtd = ctf_dtd_lookup (fp, souid); in ctf_add_member_offset() 1308 ctf_dtdef_t *dtd = ctf_dtd_lookup (fp, type); in ctf_add_member_encoded()
|
H A D | ctf-impl.h | 585 &(ctf_dtd_lookup (fp, LCTF_INDEX_TO_TYPE \ 689 extern ctf_dtdef_t *ctf_dtd_lookup (const ctf_dict_t *, ctf_id_t);
|
H A D | ChangeLog-2020 | 392 (ctf_dtd_lookup): Likewise.
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-create.c | 304 ctf_dtd_lookup (const ctf_dict_t *fp, ctf_id_t type) in ctf_dtd_lookup() function 324 return ctf_dtd_lookup (fp, id); in ctf_dynamic_type() 722 ctf_dtdef_t *dtd = ctf_dtd_lookup (fp, type); in ctf_set_array() 812 dtd = ctf_dtd_lookup (fp, type); in ctf_add_struct_sized() 852 dtd = ctf_dtd_lookup (fp, type); in ctf_add_union_sized() 891 dtd = ctf_dtd_lookup (fp, type); in ctf_add_enum() 1050 ctf_dtdef_t *dtd = ctf_dtd_lookup (fp, enid); in ctf_add_enumerator() 1112 ctf_dtdef_t *dtd = ctf_dtd_lookup (fp, souid); in ctf_add_member_offset() 1283 ctf_dtdef_t *dtd = ctf_dtd_lookup (fp, type); in ctf_add_member_encoded()
|
H A D | ctf-impl.h | 585 &(ctf_dtd_lookup (fp, LCTF_INDEX_TO_TYPE \ 689 extern ctf_dtdef_t *ctf_dtd_lookup (const ctf_dict_t *, ctf_id_t);
|
H A D | ChangeLog-2020 | 392 (ctf_dtd_lookup): Likewise.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/bpf/ |
H A D | coreout.cc | 217 ctf_dtdef_ref dtd = ctf_dtd_lookup (ctfc, die); in bpf_core_get_sou_member_index()
|
/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | ChangeLog-2020 | 392 (ctf_dtd_lookup): Likewise.
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 19210 (auditing all calls to ctf_dtd_lookup): it's possible that I missed a few, 19217 * ctf-create.c (ctf_dtd_lookup): Traverse to parents if necessary.
|