Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Dpro_frame.c553 int nbytes2 = 0; in dwarf_add_fde_inst_a() local
695 res = _dwarf_pro_encode_leb128_nm(val2, &nbytes2, in dwarf_add_fde_inst_a()
699 res = _dwarf_pro_encode_signed_leb128_nm(val2s, &nbytes2, in dwarf_add_fde_inst_a()
707 res = _dwarf_pro_encode_leb128_nm(val2, &nbytes2, in dwarf_add_fde_inst_a()
714 ptr = (char *) _dwarf_p_get_alloc(dbg, nbytes1 + nbytes2); 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()