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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_section.c118 static Dwarf_Ubyte std_opcode_len[] = { 0, /* DW_LNS_copy */ variable
501 prolog_size += sizeof(std_opcode_len);
554 WRITE_UNALIGNED(dbg, (void *) data, (const void *) std_opcode_len,
555 sizeof(std_opcode_len), sizeof(std_opcode_len));
556 data += sizeof(std_opcode_len);

Completed in 48 milliseconds