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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_section.c606 int inst_bytes; /* no of bytes in extended opcode */ local
607 char *str; /* hold leb encoded inst_bytes */
648 inst_bytes = sizeof(Dwarf_Ubyte);
650 _dwarf_pro_encode_leb128_nm(inst_bytes, &str_nbytes,
687 inst_bytes = sizeof(Dwarf_Ubyte) + upointer_size;
689 _dwarf_pro_encode_leb128_nm(inst_bytes, &str_nbytes,

Completed in 58 milliseconds