Searched refs:ctf_lookup_by_rawname (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-create.c | 812 type = ctf_lookup_by_rawname (fp, CTF_K_STRUCT, name); in ctf_add_struct_sized() 852 type = ctf_lookup_by_rawname (fp, CTF_K_UNION, name); in ctf_add_union_sized() 891 type = ctf_lookup_by_rawname (fp, CTF_K_ENUM, name); in ctf_add_enum() 925 type = ctf_lookup_by_rawname (fp, CTF_K_ENUM, name); in ctf_add_enum_encoded() 957 type = ctf_lookup_by_rawname (fp, kind, name); in ctf_add_forward() 981 && (type = ctf_lookup_by_rawname (fp, CTF_K_UNKNOWN, name))) in ctf_add_unknown() 1662 && (tmp = ctf_lookup_by_rawname (dst_fp, forward_kind, name)) != 0) in ctf_add_type_internal()
|
H A D | ctf-impl.h | 602 extern ctf_id_t ctf_lookup_by_rawname (ctf_dict_t *, int, const char *);
|
H A D | ChangeLog-2020 | 1135 (ctf_lookup_by_rawname): Likewise. 1205 ctf_lookup_by_rawname, not ctf_hash_lookup_type / 1234 * ctf-types.c (ctf_lookup_by_rawname): New, look up types in the
|
H A D | ctf-types.c | 636 ctf_id_t ctf_lookup_by_rawname (ctf_dict_t *fp, int kind, const char *name) in ctf_lookup_by_rawname() function
|
H A D | ctf-dedup.c | 2693 && (maybe_dup = ctf_lookup_by_rawname (target, kind, name)) != 0) in ctf_dedup_emit_type()
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-create.c | 809 type = ctf_lookup_by_rawname (fp, CTF_K_STRUCT, name); in ctf_add_struct_sized() 849 type = ctf_lookup_by_rawname (fp, CTF_K_UNION, name); in ctf_add_union_sized() 888 type = ctf_lookup_by_rawname (fp, CTF_K_ENUM, name); in ctf_add_enum() 922 type = ctf_lookup_by_rawname (fp, CTF_K_ENUM, name); in ctf_add_enum_encoded() 954 type = ctf_lookup_by_rawname (fp, kind, name); in ctf_add_forward() 978 && (type = ctf_lookup_by_rawname (fp, CTF_K_UNKNOWN, name))) in ctf_add_unknown() 1632 && (tmp = ctf_lookup_by_rawname (dst_fp, forward_kind, name)) != 0) in ctf_add_type_internal()
|
H A D | ctf-impl.h | 602 extern ctf_id_t ctf_lookup_by_rawname (ctf_dict_t *, int, const char *);
|
H A D | ChangeLog-2020 | 1135 (ctf_lookup_by_rawname): Likewise. 1205 ctf_lookup_by_rawname, not ctf_hash_lookup_type / 1234 * ctf-types.c (ctf_lookup_by_rawname): New, look up types in the
|
H A D | ctf-types.c | 628 ctf_id_t ctf_lookup_by_rawname (ctf_dict_t *fp, int kind, const char *name) in ctf_lookup_by_rawname() function
|
H A D | ctf-dedup.c | 2696 && (maybe_dup = ctf_lookup_by_rawname (target, kind, name)) != 0) in ctf_dedup_emit_type()
|
/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | ChangeLog-2020 | 1135 (ctf_lookup_by_rawname): Likewise. 1205 ctf_lookup_by_rawname, not ctf_hash_lookup_type / 1234 * ctf-types.c (ctf_lookup_by_rawname): New, look up types in the
|