Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c96 caddr_t cd_ctfdata; /* Pointer to the CTF data */ member
115 const char *s = cd->cd_ctfdata + hp->cth_stroff + offset; in ref_to_str()
207 void *v = (void *) (cd->cd_ctfdata + hp->cth_lbloff); in print_labeltable()
270 const char *v = (void *) (cd->cd_ctfdata + hp->cth_objtoff); in read_data()
316 const char *v = (void *) (cd->cd_ctfdata + hp->cth_funcoff); in read_funcs()
319 const char *end = (void *) (cd->cd_ctfdata + hp->cth_typeoff); in read_funcs()
403 const char *v = (void *) (cd->cd_ctfdata + hp->cth_typeoff); in read_types()
404 const char *end = (void *) (cd->cd_ctfdata + hp->cth_stroff); in read_types()
726 const char *s = cd->cd_ctfdata + hp->cth_stroff; in read_strtab()
971 cd.cd_ctfdata = dp->d_buf; in main()
[all …]