Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Dpro_expr.c127 Dwarf_Small *next_byte_ptr = 0; in dwarf_add_expr_gen_a() local
493 next_byte_ptr = in dwarf_add_expr_gen_a()
496 *next_byte_ptr = opcode; in dwarf_add_expr_gen_a()
497 next_byte_ptr++; in dwarf_add_expr_gen_a()
499 memcpy(next_byte_ptr, operand, operand_size); in dwarf_add_expr_gen_a()
532 Dwarf_Small *next_byte_ptr; in dwarf_add_expr_addr_c() local
554 next_byte_ptr = in dwarf_add_expr_addr_c()
557 *next_byte_ptr = DW_OP_addr; in dwarf_add_expr_addr_c()
558 next_byte_ptr++; in dwarf_add_expr_addr_c()
559 WRITE_UNALIGNED(dbg, next_byte_ptr, (const void *) &addr, in dwarf_add_expr_addr_c()