Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/ctf/dump/
H A Ddump.c98 size_t cd_ctflen; /* Length of CTF data */ member
122 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()
279 if (hp->cth_objtoff >= cd->cd_ctflen) in read_data()
281 if (hp->cth_funcoff >= cd->cd_ctflen) in read_data()
328 if (hp->cth_funcoff >= cd->cd_ctflen) in read_funcs()
330 if (hp->cth_typeoff >= cd->cd_ctflen) in read_funcs()
404 if (hp->cth_typeoff >= cd->cd_ctflen) in read_types()
406 if (hp->cth_stroff >= cd->cd_ctflen) in read_types()
[all …]