Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Dpro_frame.c552 int nbytes1 = 0; in dwarf_add_fde_inst_a() local
688 res = _dwarf_pro_encode_leb128_nm(val1, &nbytes1, in dwarf_add_fde_inst_a()
714 ptr = (char *) _dwarf_p_get_alloc(dbg, nbytes1 + nbytes2); in dwarf_add_fde_inst_a()
719 memcpy(ptr, buff1, nbytes1); in dwarf_add_fde_inst_a()
720 memcpy(ptr + nbytes1, buff2, nbytes2); in dwarf_add_fde_inst_a()
721 nbytes = nbytes1 + nbytes2; in dwarf_add_fde_inst_a()