Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c97 size_t cd_ctflen; /* Length of CTF data */ member
123 if (hp->cth_stroff + offset >= cd->cd_ctflen) in ref_to_str()
215 if (hp->cth_lbloff >= cd->cd_ctflen) in print_labeltable()
217 if (hp->cth_objtoff >= cd->cd_ctflen) in print_labeltable()
278 if (hp->cth_objtoff >= cd->cd_ctflen) in read_data()
280 if (hp->cth_funcoff >= cd->cd_ctflen) in read_data()
329 if (hp->cth_funcoff >= cd->cd_ctflen) in read_funcs()
331 if (hp->cth_typeoff >= cd->cd_ctflen) in read_funcs()
413 if (hp->cth_typeoff >= cd->cd_ctflen) in read_types()
415 if (hp->cth_stroff >= cd->cd_ctflen) in read_types()
[all …]