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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_frame.c373 int nbytes, nbytes1, nbytes2; local
505 res = _dwarf_pro_encode_leb128_nm(val2, &nbytes2,
509 res = _dwarf_pro_encode_signed_leb128_nm(val2s, &nbytes2,
513 res = _dwarf_pro_encode_leb128_nm(val2, &nbytes2,
520 ptr = (char *) _dwarf_p_get_alloc(dbg, nbytes1 + nbytes2);
526 memcpy(ptr + nbytes1, buff2, nbytes2);
527 nbytes = nbytes1 + nbytes2;

Completed in 512 milliseconds