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

/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c200 if (fp->ctf_sxlate[symidx] == -1u)
203 type = *(ushort_t *)((uintptr_t)fp->ctf_buf + fp->ctf_sxlate[symidx]);
263 if (fp->ctf_sxlate[symidx] == -1u)
266 dp = (ushort_t *)((uintptr_t)fp->ctf_buf + fp->ctf_sxlate[symidx]);
307 dp = (ushort_t *)((uintptr_t)fp->ctf_buf + fp->ctf_sxlate[symidx]) + 2;
H A Dctf_open.c114 uint_t *xp = fp->ctf_sxlate;
730 * the symtab translation table, pointed to by ctf_sxlate.
734 fp->ctf_sxlate = ctf_alloc(fp->ctf_nsyms * sizeof (uint_t));
736 if (fp->ctf_sxlate == NULL) {
850 if (fp->ctf_sxlate != NULL)
851 ctf_free(fp->ctf_sxlate, sizeof (uint_t) * fp->ctf_nsyms);
H A Dctf_impl.h192 uint_t *ctf_sxlate; /* translation table for symtab entries */ member in struct:ctf_file

Completed in 88 milliseconds