Searched refs:DW_OP_call4 (Results 1 – 12 of 12) sorted by relevance
229 DW_OP_call4 = 0x99, // 4-byte offset of DIE enumerator
579 case DW_OP_call4: in evaluateExpression()
640 DW_OP (DW_OP_call4, 0x99)
20 and DW_OP_call4 operators.
1477 case DW_OP_call4: in decode_location_expression()
1966 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()
15577 DW_AT_string_length, create DW_OP_call4 referencing the15585 (resolve_addr): Adjust DW_AT_string_length if it is DW_OP_call4.
37028 DW_OP_stack_value after it instead of DW_OP_call4 with DW_OP_deref
783 (output_loc_operands): Handle DW_OP_call2 and DW_OP_call4.
4833 * dwarf2expr.c (execute_stack_op) <DW_OP_call2, DW_OP_call4>: New.