Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c99 size_t cd_idwidth; /* Size of a type ID, in bytes */ member
271 ulong_t n = (hp->cth_funcoff - hp->cth_objtoff) / cd->cd_idwidth; in read_data()
299 memcpy(&id, v, cd->cd_idwidth); in read_data()
300 v += cd->cd_idwidth; in read_data()
338 memcpy(&info, v, cd->cd_idwidth); in read_funcs()
339 v += cd->cd_idwidth; in read_funcs()
363 if (v + n * cd->cd_idwidth > end) { in read_funcs()
373 memcpy(&f, v, cd->cd_idwidth); in read_funcs()
374 v += cd->cd_idwidth; in read_funcs()
378 memcpy(&f, v, cd->cd_idwidth); in read_funcs()
[all …]