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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_forms.c648 Dwarf_P_Expr loc_expr, Dwarf_Error * error)
670 if (loc_expr == NULL) {
675 if (loc_expr->ex_dbg != dbg) {
679 block_size = loc_expr->ex_next_byte_offset;
747 if (loc_expr->ex_reloc_sym_index != NO_ELF_SYM_INDEX) {
752 new_attr->ar_rel_symidx = loc_expr->ex_reloc_sym_index;
754 (Dwarf_Word) loc_expr->ex_reloc_offset + len_size;
774 memcpy(block_dest_ptr, &(loc_expr->ex_byte_stream[0]), block_size);
645 dwarf_add_AT_location_expr(Dwarf_P_Debug dbg, Dwarf_P_Die ownerdie, Dwarf_Half attr, Dwarf_P_Expr loc_expr, Dwarf_Error * error) argument

Completed in 81 milliseconds