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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_expr.h42 Dwarf_Unsigned ex_next_byte_offset; member in struct:Dwarf_P_Expr_s
H A Dpro_expr.c472 next_byte_offset = expr->ex_next_byte_offset + operand_size + 1;
480 &(expr->ex_byte_stream[0]) + expr->ex_next_byte_offset;
486 expr->ex_next_byte_offset = next_byte_offset;
512 next_byte_offset = expr->ex_next_byte_offset + upointer_size + 1;
519 &(expr->ex_byte_stream[0]) + expr->ex_next_byte_offset;
532 expr->ex_reloc_offset = expr->ex_next_byte_offset + 1;
534 expr->ex_next_byte_offset = next_byte_offset;
562 return (expr->ex_next_byte_offset);
572 expr->ex_next_byte_offset=0;
591 *length = expr->ex_next_byte_offset;
[all...]
H A Dpro_forms.c679 block_size = loc_expr->ex_next_byte_offset;

Completed in 57 milliseconds