HomeSort by: relevance | last modified time | path
    Searched refs:DW_OP_piece (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
shortpiece.exp 84 DW_OP_piece 4
87 DW_OP_piece 2
98 DW_OP_piece 4
101 DW_OP_piece 8
112 DW_OP_piece 4
115 DW_OP_piece 2
DW_OP_piece_with_DW_OP_GNU_uninit.exp 16 # Test use of DW_OP_GNU_uninit with DW_OP_piece. For this case, GDB
56 DW_OP_piece 8
67 DW_OP_piece 4
arr-stride.exp 103 DW_OP_piece 4
104 DW_OP_piece 12
opt-out-not-implptr.exp 72 DW_OP_piece 8
82 DW_OP_piece 4
pieces.S 822 .byte 0x93 # DW_OP_piece
824 .byte 0x93 # DW_OP_piece
831 .byte 0x93 # DW_OP_piece
839 .byte 0x93 # DW_OP_piece
845 .byte 0x93 # DW_OP_piece
853 .byte 0x93 # DW_OP_piece
859 .byte 0x93 # DW_OP_piece
862 .byte 0x93 # DW_OP_piece
867 .byte 0x93 # DW_OP_piece
870 .byte 0x93 # DW_OP_piece
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
shortpiece.exp 84 DW_OP_piece 4
87 DW_OP_piece 2
98 DW_OP_piece 4
101 DW_OP_piece 8
112 DW_OP_piece 4
115 DW_OP_piece 2
DW_OP_piece_with_DW_OP_GNU_uninit.exp 16 # Test use of DW_OP_GNU_uninit with DW_OP_piece. For this case, GDB
56 DW_OP_piece 8
67 DW_OP_piece 4
arr-stride.exp 103 DW_OP_piece 4
104 DW_OP_piece 12
opt-out-not-implptr.exp 72 DW_OP_piece 8
82 DW_OP_piece 4
pieces.S 822 .byte 0x93 # DW_OP_piece
824 .byte 0x93 # DW_OP_piece
831 .byte 0x93 # DW_OP_piece
839 .byte 0x93 # DW_OP_piece
845 .byte 0x93 # DW_OP_piece
853 .byte 0x93 # DW_OP_piece
859 .byte 0x93 # DW_OP_piece
862 .byte 0x93 # DW_OP_piece
867 .byte 0x93 # DW_OP_piece
870 .byte 0x93 # DW_OP_piece
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/
unavailable-dwarf-piece.exp 185 DW_OP_piece 2
187 DW_OP_piece 1
196 DW_OP_piece 1
198 DW_OP_piece 1
201 DW_OP_piece 1
209 DW_OP_piece 1
212 DW_OP_piece 2
230 DW_OP_piece 1
238 DW_OP_piece 1
247 DW_OP_piece
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
unavailable-dwarf-piece.exp 185 DW_OP_piece 2
187 DW_OP_piece 1
196 DW_OP_piece 1
198 DW_OP_piece 1
201 DW_OP_piece 1
209 DW_OP_piece 1
212 DW_OP_piece 2
230 DW_OP_piece 1
238 DW_OP_piece 1
247 DW_OP_piece
    [all...]
  /src/external/bsd/elftoolchain/dist/libdwarf/
libdwarf_loc.c 225 case DW_OP_piece:
539 case DW_OP_piece:
dwarf.h 566 #define DW_OP_piece 0x93
dwarf_dump.c 1246 case DW_OP_piece:
1247 *s = "DW_OP_piece"; break;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
amd64-optimout-repeat.S 112 .byte 0x93 # DW_OP_piece
114 .byte 0x93 # DW_OP_piece
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
amd64-optimout-repeat.S 112 .byte 0x93 # DW_OP_piece
114 .byte 0x93 # DW_OP_piece
  /src/sys/lib/libunwind/
dwarf2.h 223 DW_OP_piece = 0x93, // ULEB128 size of piece addressed
DwarfInstructions.hpp 574 case DW_OP_piece:
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
loc.c 1974 case DW_OP_piece:
2929 case DW_OP_piece:
2939 if (op == DW_OP_piece)
3105 return data == end || data[0] == DW_OP_piece || data[0] == DW_OP_bit_piece;
3323 || (data[0] != DW_OP_piece && data[0] != DW_OP_bit_piece)))
3549 case DW_OP_piece:
3749 || data[0] == DW_OP_piece
3770 if (data[0] == DW_OP_piece)
expr.c 636 /* Functions for accessing a variable described by DW_OP_piece. */
1298 if (op_ptr != op_end && *op_ptr != DW_OP_piece && *op_ptr != DW_OP_bit_piece
1301 "used either alone or in conjunction with DW_OP_piece "
2168 case DW_OP_piece:
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
loc.c 2003 case DW_OP_piece:
2957 case DW_OP_piece:
2967 if (op == DW_OP_piece)
3133 return data == end || data[0] == DW_OP_piece || data[0] == DW_OP_bit_piece;
3351 || (data[0] != DW_OP_piece && data[0] != DW_OP_bit_piece)))
3577 case DW_OP_piece:
3777 || data[0] == DW_OP_piece
3798 if (data[0] == DW_OP_piece)
expr.c 218 if (p->op == DW_OP_piece)
655 /* Functions for accessing a variable described by DW_OP_piece. */
1347 if (op_ptr != op_end && *op_ptr != DW_OP_piece && *op_ptr != DW_OP_bit_piece
1350 "used either alone or in conjunction with DW_OP_piece "
2231 case DW_OP_piece:
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.cpp 82 emitOp(dwarf::DW_OP_piece);
506 // empty DW_OP_piece / DW_OP_bit_piece before we emitted the base
511 // If addMachineReg already emitted DW_OP_piece operations to represent
525 // Emit the DW_OP_piece.
646 // Emit any outstanding DW_OP_piece operations to mask out subregisters.
649 // Don't emit a DW_OP_piece for a subregister at offset 0.
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFExpression.cpp 81 Descriptions[DW_OP_piece] = Desc(Op::Dwarf2, Op::SizeLEB);

Completed in 37 milliseconds

1 2