Searched refs:str_nbytes (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_section.c608 int str_nbytes; /* no of bytes in str */ local
650 _dwarf_pro_encode_leb128_nm(inst_bytes, &str_nbytes,
655 GET_CHUNK(dbg, elfsectno, data, str_nbytes, error);
656 memcpy((void *) data, (const void *) buff1, str_nbytes);
657 data += str_nbytes;
658 sum_bytes += str_nbytes;
689 _dwarf_pro_encode_leb128_nm(inst_bytes, &str_nbytes,
694 GET_CHUNK(dbg, elfsectno, data, str_nbytes, error);
697 memcpy((void *) data, (const void *) str, str_nbytes);
698 data += str_nbytes;
[all...]

Completed in 60 milliseconds