Searched defs:cth (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_open.c210 init_types(ctf_file_t *fp, const ctf_header_t *cth) argument
213 const ctf_type_t *tbuf = (ctf_type_t *)(fp->ctf_buf + cth->cth_typeoff);
215 const ctf_type_t *tend = (ctf_type_t *)(fp->ctf_buf + cth->cth_stroff);
229 int child = cth->cth_parname != 0;

Completed in 45 milliseconds