Searched refs:idwidth (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/cddl/dev/fbt/ |
| H A D | fbt.c | 373 size_t idwidth; in fbt_ctfoff_init() local 411 objtoff += idwidth; in fbt_ctfoff_init() 438 funcoff += idwidth; in fbt_ctfoff_init() 440 funcoff += idwidth * (vlen + 2); in fbt_ctfoff_init() 552 size_t idwidth; in fbt_typoff_init() local 563 idwidth = version == CTF_VERSION_2 ? 2 : 4; in fbt_typoff_init() 1154 size_t idwidth; in fbt_getargdesc() local 1206 memcpy(&info, dp, idwidth); in fbt_getargdesc() 1207 dp += idwidth; in fbt_getargdesc() 1237 dp += idwidth * (ndx + 1); in fbt_getargdesc() [all …]
|
| /freebsd-13.1/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | ctf.c | 805 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 …]
|