Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Dpro_types.c180 Dwarf_Unsigned stream_bytes_count; in _dwarf_transform_simplename_to_disk() local
205 stream_bytes_count = extension_size + uword_size + /* Size of in _dwarf_transform_simplename_to_disk()
215 stream_bytes_count += hdr->sn_net_len; in _dwarf_transform_simplename_to_disk()
218 stream_bytes_count += uword_size; in _dwarf_transform_simplename_to_disk()
222 stream_bytes, (unsigned long) stream_bytes_count, error); in _dwarf_transform_simplename_to_disk()
234 adjusted_length = stream_bytes_count - uword_size - extension_size; in _dwarf_transform_simplename_to_disk()