Home
last modified time | relevance | path

Searched refs:ctf_idwidth (Results 1 – 3 of 3) sorted by relevance

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c298 objtoff += fp->ctf_idwidth; in init_symtab()
319 funcoff += fp->ctf_idwidth; in init_symtab()
322 roundup2(fp->ctf_idwidth * (vlen + 2), 4); in init_symtab()
387 vbytes = roundup2(fp->ctf_idwidth * vlen, 4); in init_types()
536 vbytes = roundup2(fp->ctf_idwidth * vlen, 4); in init_types()
841 fp->ctf_idwidth = fp->ctf_version == CTF_VERSION_2 ? 2 : 4; in ctf_bufopen()
H A Dctf_impl.h218 size_t ctf_idwidth; /* Size, in bytes, of a type ID */ member
H A Dctf_create.c337 size += roundup2(fp->ctf_idwidth * vlen, 4); in ctf_update()