Home
last modified time | relevance | path

Searched refs:ctf_lookup_by_symbol (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DNEWS16 ** 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 DChangeLog-2020182 (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 DNEWS16 ** 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 Dctf-lookup.c1008 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 Dlibctf.ver55 ctf_lookup_by_symbol;
H A Dctf-archive.c810 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 DChangeLog499 (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 DChangeLog-2020182 (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 DNEWS16 ** 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 Dctf-lookup.c1020 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 Dlibctf.ver55 ctf_lookup_by_symbol;
H A Dctf-archive.c812 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 DChangeLog520 (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 DChangeLog-2020182 (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 Dctf_api.h179 extern ctf_id_t ctf_lookup_by_symbol(ctf_file_t *, ulong_t);
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_lookup.c182 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 Dctf-api.h400 extern ctf_id_t ctf_lookup_by_symbol (ctf_dict_t *, unsigned long);
H A DChangeLog-2019359 (ctf_lookup_by_symbol): Likewise.
360 (ctf_lookup_by_symbol): Likewise.
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf-api.h400 extern ctf_id_t ctf_lookup_by_symbol (ctf_dict_t *, unsigned long);
H A DChangeLog-2019359 (ctf_lookup_by_symbol): Likewise.
360 (ctf_lookup_by_symbol): Likewise.
/netbsd-src/external/gpl3/gdb.old/dist/include/
H A DChangeLog-2019359 (ctf_lookup_by_symbol): Likewise.
360 (ctf_lookup_by_symbol): Likewise.
/netbsd-src/external/gpl3/gdb/dist/include/
H A DChangeLog-2019359 (ctf_lookup_by_symbol): Likewise.
360 (ctf_lookup_by_symbol): Likewise.
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_module.c1821 tip->dtt_type = ctf_lookup_by_symbol(dmp->dm_ctfp, sip->dts_id); in dtrace_symbol_type()