/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | NEWS | 16 ** Add ctf_lookup_by_symbol name and ctf_arc_lookup_symbol_name, analogues of 17 existing ctf_lookup_by_symbol and ctf_arc_lookup_symbol, but looking up
|
H A D | ChangeLog-2020 | 182 (ctf_lookup_by_symbol): Likewise. Work for function symbols too. 187 (ctf_func_info): Reimplement in terms of ctf_lookup_by_symbol. 1884 (ctf_lookup_by_symbol): Likewise.
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | NEWS | 16 ** Add ctf_lookup_by_symbol name and ctf_arc_lookup_symbol_name, analogues of 17 existing ctf_lookup_by_symbol and ctf_arc_lookup_symbol, but looking up
|
H A D | ctf-lookup.c | 1008 ctf_lookup_by_symbol (ctf_dict_t *fp, unsigned long symidx) in ctf_lookup_by_symbol() function 1030 if ((type = ctf_lookup_by_symbol (fp, symidx)) == CTF_ERR) in ctf_func_info() 1048 if ((type = ctf_lookup_by_symbol (fp, symidx)) == CTF_ERR) in ctf_func_args()
|
H A D | libctf.ver | 55 ctf_lookup_by_symbol;
|
H A D | ctf-archive.c | 810 if ((type = ctf_lookup_by_symbol (wrapper->ctfi_dict, symidx)) == CTF_ERR) in ctf_arc_lookup_sym_or_name() 896 if ((type = ctf_lookup_by_symbol (fp, symidx)) == CTF_ERR) in ctf_arc_lookup_sym_or_name() 924 if ((type = ctf_lookup_by_symbol (fp, symidx)) != CTF_ERR) in ctf_arc_lookup_sym_or_name()
|
H A D | ChangeLog | 499 (ctf_lookup_by_symbol): Turn into a wrapper around... 514 ctf_id_t lookups: just call ctf_lookup_by_symbol as needed (but
|
H A D | ChangeLog-2020 | 182 (ctf_lookup_by_symbol): Likewise. Work for function symbols too. 187 (ctf_func_info): Reimplement in terms of ctf_lookup_by_symbol. 1884 (ctf_lookup_by_symbol): Likewise.
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | NEWS | 16 ** Add ctf_lookup_by_symbol name and ctf_arc_lookup_symbol_name, analogues of 17 existing ctf_lookup_by_symbol and ctf_arc_lookup_symbol, but looking up
|
H A D | ctf-lookup.c | 1020 ctf_lookup_by_symbol (ctf_dict_t *fp, unsigned long symidx) in ctf_lookup_by_symbol() function 1042 if ((type = ctf_lookup_by_symbol (fp, symidx)) == CTF_ERR) in ctf_func_info() 1060 if ((type = ctf_lookup_by_symbol (fp, symidx)) == CTF_ERR) in ctf_func_args()
|
H A D | libctf.ver | 55 ctf_lookup_by_symbol;
|
H A D | ctf-archive.c | 812 if ((type = ctf_lookup_by_symbol (wrapper->ctfi_dict, symidx)) == CTF_ERR) in ctf_arc_lookup_sym_or_name() 898 if ((type = ctf_lookup_by_symbol (fp, symidx)) == CTF_ERR) in ctf_arc_lookup_sym_or_name() 926 if ((type = ctf_lookup_by_symbol (fp, symidx)) != CTF_ERR) in ctf_arc_lookup_sym_or_name()
|
H A D | ChangeLog | 520 (ctf_lookup_by_symbol): Turn into a wrapper around... 535 ctf_id_t lookups: just call ctf_lookup_by_symbol as needed (but
|
H A D | ChangeLog-2020 | 182 (ctf_lookup_by_symbol): Likewise. Work for function symbols too. 187 (ctf_func_info): Reimplement in terms of ctf_lookup_by_symbol. 1884 (ctf_lookup_by_symbol): Likewise.
|
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
H A D | ctf_api.h | 179 extern ctf_id_t ctf_lookup_by_symbol(ctf_file_t *, ulong_t);
|
/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_lookup.c | 182 ctf_lookup_by_symbol(ctf_file_t *fp, ulong_t symidx) in ctf_lookup_by_symbol() function
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | ctf-api.h | 400 extern ctf_id_t ctf_lookup_by_symbol (ctf_dict_t *, unsigned long);
|
H A D | ChangeLog-2019 | 359 (ctf_lookup_by_symbol): Likewise. 360 (ctf_lookup_by_symbol): Likewise.
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | ctf-api.h | 400 extern ctf_id_t ctf_lookup_by_symbol (ctf_dict_t *, unsigned long);
|
H A D | ChangeLog-2019 | 359 (ctf_lookup_by_symbol): Likewise. 360 (ctf_lookup_by_symbol): Likewise.
|
/netbsd-src/external/gpl3/gdb.old/dist/include/ |
H A D | ChangeLog-2019 | 359 (ctf_lookup_by_symbol): Likewise. 360 (ctf_lookup_by_symbol): Likewise.
|
/netbsd-src/external/gpl3/gdb/dist/include/ |
H A D | ChangeLog-2019 | 359 (ctf_lookup_by_symbol): Likewise. 360 (ctf_lookup_by_symbol): Likewise.
|
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_module.c | 1821 tip->dtt_type = ctf_lookup_by_symbol(dmp->dm_ctfp, sip->dts_id); in dtrace_symbol_type()
|