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

/netbsd-current/sys/lib/libunwind/
H A Ddwarf2.h110 DW_OP_plus = 0x22, enumerator in enum:__anon12600
/netbsd-current/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf.h453 #define DW_OP_plus 0x22 macro
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.cc20035 gcc_assert(offset < 0); tmp = int_loc_descriptor (-offset); add_loc_descr (&loc_descr, tmp); tmp = new_loc_descr (DW_OP_minus, 0, 0); add_loc_descr (&loc_descr, tmp); tmp = new_loc_descr (DW_OP_deref, 0, 0); add_loc_descr (&loc_descr, tmp); tmp = new_loc_descr (DW_OP_plus, 0, 0); add_loc_descr (&loc_descr, tmp); } else offset = tree_to_shwi (BINFO_OFFSET (decl)); } else { loc_descr = field_byte_offset (decl, ctx, &offset); if (!loc_descr) ; else if (gnat_encodings == DWARF_GNAT_ENCODINGS_ALL) { loc_descr = NULL; offset = 0; } else add_loc_descr (&loc_descr, new_loc_descr (DW_OP_plus, 0, 0)); } if (!loc_descr) { if (dwarf_version >= 5 && TREE_CODE (decl) == FIELD_DECL && DECL_BIT_FIELD_TYPE (decl) && (ctx->variant_part_offset == NULL_TREE || TREE_CODE (ctx->variant_part_offset) == INTEGER_CST)) argument
[all...]

Completed in 247 milliseconds