Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_open.c334 fp->ctf_txlate = ctf_alloc(sizeof (uint_t) * (fp->ctf_typemax + 1)); in init_types()
337 if (fp->ctf_txlate == NULL || fp->ctf_ptrtab == NULL) in init_types()
340 xp = fp->ctf_txlate; in init_types()
343 bzero(fp->ctf_txlate, sizeof (uint_t) * (fp->ctf_typemax + 1)); in init_types()
947 if (fp->ctf_txlate != NULL) { in ctf_close()
948 ctf_free(fp->ctf_txlate, in ctf_close()
H A Dctf_impl.h196 uint_t *ctf_txlate; /* translation table for type IDs */ member
217 ((ctf_type_t *)((uintptr_t)(fp)->ctf_buf + (fp)->ctf_txlate[(i)]))
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-impl.h402 uint32_t *ctf_txlate; /* Translation table for type IDs. */ member
587 (ctf_type_t *)((uintptr_t)(fp)->ctf_buf + (fp)->ctf_txlate[(i)]))
H A Dctf-open.c772 fp->ctf_txlate = malloc (sizeof (uint32_t) * (fp->ctf_typemax + 1)); in init_types()
776 if (fp->ctf_txlate == NULL || fp->ctf_ptrtab == NULL) in init_types()
779 xp = fp->ctf_txlate; in init_types()
782 memset (fp->ctf_txlate, 0, sizeof (uint32_t) * (fp->ctf_typemax + 1)); in init_types()
1837 free (fp->ctf_txlate); in ctf_dict_close()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-impl.h402 uint32_t *ctf_txlate; /* Translation table for type IDs. */ member
587 (ctf_type_t *)((uintptr_t)(fp)->ctf_buf + (fp)->ctf_txlate[(i)]))
H A Dctf-open.c772 fp->ctf_txlate = malloc (sizeof (uint32_t) * (fp->ctf_typemax + 1)); in init_types()
776 if (fp->ctf_txlate == NULL || fp->ctf_ptrtab == NULL) in init_types()
779 xp = fp->ctf_txlate; in init_types()
782 memset (fp->ctf_txlate, 0, sizeof (uint32_t) * (fp->ctf_typemax + 1)); in init_types()
1838 free (fp->ctf_txlate); in ctf_dict_close()