Home
last modified time | relevance | path

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

/freebsd-14.2/sys/cddl/dev/fbt/
H A Dfbt.c363 size_t idwidth; in fbt_ctfoff_init() local
401 objtoff += idwidth; in fbt_ctfoff_init()
428 funcoff += idwidth; in fbt_ctfoff_init()
430 funcoff += idwidth * (vlen + 2); in fbt_ctfoff_init()
542 size_t idwidth; in fbt_typoff_init() local
553 idwidth = version == CTF_VERSION_2 ? 2 : 4; in fbt_typoff_init()
1144 size_t idwidth; in fbt_getargdesc() local
1196 memcpy(&info, dp, idwidth); in fbt_getargdesc()
1197 dp += idwidth; in fbt_getargdesc()
1227 dp += idwidth * (ndx + 1); in fbt_getargdesc()
[all …]
/freebsd-14.2/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c805 size_t idwidth; in count_types() local
831 dptr += idwidth * vlen; in count_types()
941 size_t idwidth; in resurrect_objects() local
949 memcpy(&id, (void *) dptr, idwidth); in resurrect_objects()
987 size_t idwidth; in resurrect_functions() local
1001 dptr += idwidth; in resurrect_functions()
1014 dptr += idwidth; in resurrect_functions()
1036 memcpy(&id, (void *) dptr, idwidth); in resurrect_functions()
1067 size_t idwidth, size, increment; in resurrect_types() local
1329 memcpy(&argid, v, idwidth); in resurrect_types()
[all …]