Searched refs:sxlate (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-lookup.c799 uint32_t *sxlate; local
827 sxlate = fp->ctf_funcidx_sxlate;
848 sxlate = fp->ctf_objtidx_sxlate;
856 idx = bsearch (&key, sxlate, nidx, sizeof (uint32_t), ctf_lookup_idx_name);
865 if ((idx - sxlate) > (ptrdiff_t) nidx)
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-lookup.c799 uint32_t *sxlate; local
827 sxlate = fp->ctf_funcidx_sxlate;
848 sxlate = fp->ctf_objtidx_sxlate;
856 idx = bsearch (&key, sxlate, nidx, sizeof (uint32_t), ctf_lookup_idx_name);
865 if ((idx - sxlate) > (ptrdiff_t) nidx)
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-lookup.c799 uint32_t *sxlate; local
827 sxlate = fp->ctf_funcidx_sxlate;
848 sxlate = fp->ctf_objtidx_sxlate;
856 idx = bsearch (&key, sxlate, nidx, sizeof (uint32_t), ctf_lookup_idx_name);
865 if ((idx - sxlate) > (ptrdiff_t) nidx)

Completed in 89 milliseconds