Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/tools/ctf/dump/
H A Ddump.c97 caddr_t cd_ctfdata; /* Pointer to the CTF data */ member
114 const char *s = cd->cd_ctfdata + hp->cth_stroff + offset; in ref_to_str()
206 void *v = (void *) (cd->cd_ctfdata + hp->cth_lbloff); in print_labeltable()
269 void *v = (void *) (cd->cd_ctfdata + hp->cth_objtoff); in read_data()
313 void *v = (void *) (cd->cd_ctfdata + hp->cth_funcoff); in read_funcs()
316 v = (void *) (cd->cd_ctfdata + hp->cth_typeoff); in read_funcs()
390 void *v = (void *) (cd->cd_ctfdata + hp->cth_typeoff); in read_types()
393 v = (void *) (cd->cd_ctfdata + hp->cth_stroff); in read_types()
637 const char *s = cd->cd_ctfdata + hp->cth_stroff; in read_strtab()
882 cd.cd_ctfdata = dp->d_buf; in main()
[all …]