Searched refs:ctf_dvd_lookup (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ctfc.h | 397 extern ctf_dvdef_ref ctf_dvd_lookup (const ctf_container_ref ctfc,
|
H A D | dwarf2ctf.cc | 808 if (ctf_dvd_lookup (ctfc, die)) in gen_ctf_variable()
|
H A D | btfout.cc | 310 ctf_dvdef_ref dvd = ctf_dvd_lookup (ctfc, die); in btf_collect_datasec()
|
H A D | ctfc.cc | 169 ctf_dvd_lookup (const ctf_container_ref ctfc, dw_die_ref die) in ctf_dvd_lookup() function
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-impl.h | 694 extern ctf_dvdef_t *ctf_dvd_lookup (const ctf_dict_t *, const char *);
|
H A D | ctf-create.c | 351 ctf_dvd_lookup (const ctf_dict_t *fp, const char *name) in ctf_dvd_lookup() function 1312 if (ctf_dvd_lookup (fp, name) != NULL) in ctf_add_variable()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-impl.h | 694 extern ctf_dvdef_t *ctf_dvd_lookup (const ctf_dict_t *, const char *);
|
H A D | ctf-create.c | 347 ctf_dvd_lookup (const ctf_dict_t *fp, const char *name) in ctf_dvd_lookup() function 1342 if (ctf_dvd_lookup (fp, name) != NULL) in ctf_add_variable()
|