Searched refs:DW_OP_piece (Results 1 – 11 of 11) sorted by relevance
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | dwarf2expr.c | 415 if (op_ptr != op_end && *op_ptr != DW_OP_piece && *op_ptr != DW_OP_bit_piece) in dwarf_expr_require_composition() 824 && *op_ptr != DW_OP_piece in execute_stack_op() 1297 case DW_OP_piece: in execute_stack_op()
|
| HD | dwarf2loc.c | 3119 case DW_OP_piece: in dwarf2_compile_expr_to_ax() 3129 if (op == DW_OP_piece) in dwarf2_compile_expr_to_ax() 3277 return data == end || data[0] == DW_OP_piece || data[0] == DW_OP_bit_piece; in piece_end_p() 3478 || (data[0] != DW_OP_piece && data[0] != DW_OP_bit_piece))) in disassemble_dwarf_expression() 3695 case DW_OP_piece: in disassemble_dwarf_expression() 3860 || data[0] == DW_OP_piece in locexpr_describe_location_1() 3881 if (data[0] == DW_OP_piece) in locexpr_describe_location_1()
|
| /dragonfly/contrib/gcc-4.7/include/ |
| HD | dwarf2.h | 541 DW_OP_piece = 0x93, enumerator
|
| /dragonfly/contrib/binutils-2.27/include/ |
| HD | dwarf2.def | 577 DW_OP (DW_OP_piece, 0x93)
|
| /dragonfly/contrib/gdb-7/include/ |
| HD | dwarf2.def | 549 DW_OP (DW_OP_piece, 0x93)
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | dwarf2out.c | 1857 case DW_OP_piece: in size_of_loc_descr() 2241 case DW_OP_piece: in output_loc_operands() 2566 case DW_OP_piece: in output_loc_operands_raw() 13732 if (loc->dw_loc_opc != DW_OP_piece) in add_loc_descr_op_piece() 13733 loc->dw_loc_next = new_loc_descr (DW_OP_piece, size, 0); in add_loc_descr_op_piece() 17002 return new_loc_descr (DW_OP_piece, bitsize / BITS_PER_UNIT, 0); in new_loc_descr_op_bit_piece() 17058 if ((*tail)->dw_loc_opc == DW_OP_piece) in dw_sra_loc_expr() 17804 case DW_OP_piece: in resolve_args_picking_1() 18603 ret1 = new_loc_descr (DW_OP_piece, pos - offset, 0); in loc_list_from_tree_1() 18622 ret1 = new_loc_descr (DW_OP_piece, fieldsize, 0); in loc_list_from_tree_1() [all …]
|
| /dragonfly/contrib/gcc-8.0/include/ |
| HD | dwarf2.def | 625 DW_OP (DW_OP_piece, 0x93)
|
| /dragonfly/contrib/binutils-2.34/include/ |
| HD | dwarf2.def | 633 DW_OP (DW_OP_piece, 0x93)
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | dwarf2out.c | 1521 case DW_OP_piece: in dwarf_stack_op_name() 1870 case DW_OP_piece: in size_of_loc_descr() 2195 case DW_OP_piece: in output_loc_operands() 2462 case DW_OP_piece: in output_loc_operands_raw() 10204 if (loc->dw_loc_opc != DW_OP_piece) in add_loc_descr_op_piece() 10205 loc->dw_loc_next = new_loc_descr (DW_OP_piece, size, 0); in add_loc_descr_op_piece() 12975 return new_loc_descr (DW_OP_piece, bitsize / BITS_PER_UNIT, 0); in new_loc_descr_op_bit_piece() 13031 if ((*tail)->dw_loc_opc == DW_OP_piece) in dw_sra_loc_expr() 22113 case DW_OP_piece: in hash_loc_operands() 22346 case DW_OP_piece: in compare_loc_operands()
|
| /dragonfly/contrib/binutils-2.27/binutils/ |
| HD | dwarf.c | 1192 case DW_OP_piece: in decode_location_expression()
|
| /dragonfly/contrib/binutils-2.34/binutils/ |
| HD | dwarf.c | 1323 case DW_OP_piece: in decode_location_expression()
|