Home
last modified time | relevance | path

Searched refs:ctf_try_lookup_indexed (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-lookup.c793 ctf_try_lookup_indexed (ctf_dict_t *fp, unsigned long symidx, in ctf_try_lookup_indexed() function
960 if ((type = ctf_try_lookup_indexed (fp, symidx, symname, 0)) == CTF_ERR) in ctf_lookup_by_sym_or_name()
965 if ((type = ctf_try_lookup_indexed (fp, symidx, symname, 1)) == CTF_ERR) in ctf_lookup_by_sym_or_name()
H A DChangeLog498 (ctf_try_lookup_indexed): Allow the symname to be passed in.
H A DChangeLog-2020186 (ctf_try_lookup_indexed): New, attempt an indexed lookup.
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-lookup.c805 ctf_try_lookup_indexed (ctf_dict_t *fp, unsigned long symidx, in ctf_try_lookup_indexed() function
972 if ((type = ctf_try_lookup_indexed (fp, symidx, symname, 0)) == CTF_ERR) in ctf_lookup_by_sym_or_name()
977 if ((type = ctf_try_lookup_indexed (fp, symidx, symname, 1)) == CTF_ERR) in ctf_lookup_by_sym_or_name()
H A DChangeLog519 (ctf_try_lookup_indexed): Allow the symname to be passed in.
H A DChangeLog-2020186 (ctf_try_lookup_indexed): New, attempt an indexed lookup.
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-2020186 (ctf_try_lookup_indexed): New, attempt an indexed lookup.