Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-impl.h264 uint32_t *ctf_txlate; /* Translation table for type IDs. */ member
335 (ctf_type_t *)((uintptr_t)(fp)->ctf_buf + (fp)->ctf_txlate[(i)]))
H A Dctf-open.c749 fp->ctf_txlate = malloc (sizeof (uint32_t) * (fp->ctf_typemax + 1)); in init_types()
753 if (fp->ctf_txlate == NULL || fp->ctf_ptrtab == NULL) in init_types()
756 xp = fp->ctf_txlate; in init_types()
759 memset (fp->ctf_txlate, 0, sizeof (uint32_t) * (fp->ctf_typemax + 1)); in init_types()
1683 free (fp->ctf_txlate); in ctf_file_close()