Home
last modified time | relevance | path

Searched refs:ctf_sxlate (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_lookup.c203 if (fp->ctf_sxlate[symidx] == -1u) in ctf_lookup_by_symbol()
206 type = *(ushort_t *)((uintptr_t)fp->ctf_buf + fp->ctf_sxlate[symidx]); in ctf_lookup_by_symbol()
266 if (fp->ctf_sxlate[symidx] == -1u) in ctf_func_info()
269 dp = (ushort_t *)((uintptr_t)fp->ctf_buf + fp->ctf_sxlate[symidx]); in ctf_func_info()
310 dp = (ushort_t *)((uintptr_t)fp->ctf_buf + fp->ctf_sxlate[symidx]) + 2; in ctf_func_args()
H A Dctf_open.c116 uint_t *xp = fp->ctf_sxlate; in init_symtab()
739 fp->ctf_sxlate = ctf_alloc(fp->ctf_nsyms * sizeof (uint_t)); in ctf_bufopen()
741 if (fp->ctf_sxlate == NULL) { in ctf_bufopen()
966 if (fp->ctf_sxlate != NULL) in ctf_close()
967 ctf_free(fp->ctf_sxlate, sizeof (uint_t) * fp->ctf_nsyms); in ctf_close()
H A Dctf_types.c1109 if (fp->ctf_sxlate[i] == -1u) in ctf_object_iter()
1112 fp->ctf_sxlate[i]); in ctf_object_iter()
1159 if (fp->ctf_sxlate[i] == -1u) in ctf_function_iter()
1163 fp->ctf_sxlate[i]); in ctf_function_iter()
H A Dctf_impl.h216 uint_t *ctf_sxlate; /* translation table for symtab entries */ member
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_merge.c1154 if (fp->ctf_sxlate[idx] == -1u) in ctf_merge_add_symbol()
1156 data = (ushort_t *)((uintptr_t)fp->ctf_buf + fp->ctf_sxlate[idx]); in ctf_merge_add_symbol()