Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdwarf/common/
H A Dpro_frame.c373 int nbytes, nbytes1, nbytes2; in dwarf_add_fde_inst() local
505 res = _dwarf_pro_encode_leb128_nm(val2, &nbytes2, in dwarf_add_fde_inst()
509 res = _dwarf_pro_encode_signed_leb128_nm(val2s, &nbytes2, in dwarf_add_fde_inst()
513 res = _dwarf_pro_encode_leb128_nm(val2, &nbytes2, in dwarf_add_fde_inst()
520 ptr = (char *) _dwarf_p_get_alloc(dbg, nbytes1 + nbytes2); in dwarf_add_fde_inst()
526 memcpy(ptr + nbytes1, buff2, nbytes2); in dwarf_add_fde_inst()
527 nbytes = nbytes1 + nbytes2; in dwarf_add_fde_inst()