Home
last modified time | relevance | path

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

/netbsd/src/sys/lib/libunwind/
Ddwarf2.h229 DW_OP_call4 = 0x99, // 4-byte offset of DIE enumerator
DDwarfInstructions.hpp579 case DW_OP_call4: in evaluateExpression()
/netbsd/src/external/gpl3/gdb/dist/include/
Ddwarf2.def640 DW_OP (DW_OP_call4, 0x99)
/netbsd/src/external/gpl3/binutils/dist/include/
Ddwarf2.def640 DW_OP (DW_OP_call4, 0x99)
/netbsd/src/external/gpl3/gcc/dist/include/
Ddwarf2.def640 DW_OP (DW_OP_call4, 0x99)
/netbsd/src/external/gpl3/binutils/dist/binutils/
DChangeLog-200420 and DW_OP_call4 operators.
Ddwarf.c1477 case DW_OP_call4: in decode_location_expression()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddwarf2out.cc1966 case DW_OP_call4: in size_of_loc_descr()
2381 case DW_OP_call4: in output_loc_operands()
8663 case DW_OP_call4: in copy_dwarf_procs_ref_in_attrs()
18449 case DW_OP_call4: in resolve_args_picking_1()
18785 ret1 = new_loc_descr (DW_OP_call4, 0, 0); in loc_list_from_tree_1()
29890 case DW_OP_call4: in prune_unused_types_walk_loc_descr()
31144 l->dw_loc_opc = DW_OP_call4; in optimize_string_length()
DChangeLog-201615577 DW_AT_string_length, create DW_OP_call4 referencing the
15585 (resolve_addr): Adjust DW_AT_string_length if it is DW_OP_call4.
DChangeLog-201737028 DW_OP_stack_value after it instead of DW_OP_call4 with DW_OP_deref
DChangeLog-2015783 (output_loc_operands): Handle DW_OP_call2 and DW_OP_call4.
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20104833 * dwarf2expr.c (execute_stack_op) <DW_OP_call2, DW_OP_call4>: New.