Searched defs:next_byte_ptr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_expr.c108 Dwarf_Small *next_byte_ptr; local
479 next_byte_ptr =
482 *next_byte_ptr = opcode;
483 next_byte_ptr++;
484 memcpy(next_byte_ptr, operand, operand_size);
496 Dwarf_Small *next_byte_ptr; local
518 next_byte_ptr =
521 *next_byte_ptr = DW_OP_addr;
522 next_byte_ptr++;
523 WRITE_UNALIGNED(dbg, next_byte_ptr, (cons
[all...]

Completed in 57 milliseconds