Searched refs:ctf_sxlate (Results 1 – 3 of 3) sorted by relevance
200 if (fp->ctf_sxlate[symidx] == -1u) in ctf_lookup_by_symbol()203 type = *(ushort_t *)((uintptr_t)fp->ctf_buf + fp->ctf_sxlate[symidx]); in ctf_lookup_by_symbol()263 if (fp->ctf_sxlate[symidx] == -1u) in ctf_func_info()266 dp = (ushort_t *)((uintptr_t)fp->ctf_buf + fp->ctf_sxlate[symidx]); in ctf_func_info()307 dp = (ushort_t *)((uintptr_t)fp->ctf_buf + fp->ctf_sxlate[symidx]) + 2; in ctf_func_args()
115 uint_t *xp = fp->ctf_sxlate; in init_symtab()735 fp->ctf_sxlate = ctf_alloc(fp->ctf_nsyms * sizeof (uint_t)); in ctf_bufopen()737 if (fp->ctf_sxlate == NULL) { in ctf_bufopen()941 if (fp->ctf_sxlate != NULL) in ctf_close()942 ctf_free(fp->ctf_sxlate, sizeof (uint_t) * fp->ctf_nsyms); in ctf_close()
194 uint_t *ctf_sxlate; /* translation table for symtab entries */ member