Searched refs:ctf_txlate (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/dtrace-118.1/head/
H A Dctf_impl.h208 uint_t *ctf_txlate; /* translation table for type IDs */ member in struct:ctf_file
229 ((ctf_type_t *)((uintptr_t)(fp)->ctf_buf + (fp)->ctf_txlate[(i)]))
/macosx-10.9.5/dtrace-118.1/libctf/
H A Dctf_open.c450 fp->ctf_txlate = ctf_alloc(sizeof (uint_t) * (fp->ctf_typemax + 1));
453 if (fp->ctf_txlate == NULL || fp->ctf_ptrtab == NULL)
456 xp = fp->ctf_txlate;
459 bzero(fp->ctf_txlate, sizeof (uint_t) * (fp->ctf_typemax + 1));
986 if (fp->ctf_txlate != NULL) {
987 ctf_free(fp->ctf_txlate,

Completed in 205 milliseconds