Searched defs:adjusted_length (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_arange.c128 Dwarf_Unsigned adjusted_length; local
190 adjusted_length = arange_num_bytes - uword_size
193 Dwarf_Unsigned du = adjusted_length;
H A Dpro_types.c163 Dwarf_Unsigned adjusted_length; /* count excluding length field local
223 adjusted_length = stream_bytes_count - uword_size - extension_size;
225 (const void *) &adjusted_length,
226 sizeof(adjusted_length), uword_size);

Completed in 45 milliseconds