Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/ctf/
H A Dctf_open.c200 init_types(ctf_file_t *fp, const ctf_header_t *cth) in init_types() argument
203 const ctf_type_t *tbuf = (ctf_type_t *)(fp->ctf_buf + cth->cth_typeoff); in init_types()
205 const ctf_type_t *tend = (ctf_type_t *)(fp->ctf_buf + cth->cth_stroff); in init_types()
219 int child = cth->cth_parname != 0; in init_types()