Searched refs:ctf_try_lookup_indexed (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-lookup.c | 793 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 D | ChangeLog | 498 (ctf_try_lookup_indexed): Allow the symname to be passed in.
|
H A D | ChangeLog-2020 | 186 (ctf_try_lookup_indexed): New, attempt an indexed lookup.
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-lookup.c | 805 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 D | ChangeLog | 519 (ctf_try_lookup_indexed): Allow the symname to be passed in.
|
H A D | ChangeLog-2020 | 186 (ctf_try_lookup_indexed): New, attempt an indexed lookup.
|
/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | ChangeLog-2020 | 186 (ctf_try_lookup_indexed): New, attempt an indexed lookup.
|