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

1 2

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
dw2-regno-invalid.exp 49 DW_OP_bregx 0xffffffff 0
symbol_needs_eval_fail.exp 86 # conditional jump to DW_OP_bregx
92 DW_OP_bregx $dwarf_regnum 0
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dw2-regno-invalid.exp 49 DW_OP_bregx 0xffffffff 0
dw2-entry-value-2.exp 84 DW_OP_bregx $::dwarf_regnum 0
symbol_needs_eval_fail.exp 86 # conditional jump to DW_OP_bregx
92 DW_OP_bregx $dwarf_regnum 0
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFExpression.cpp 80 Descriptions[DW_OP_bregx] = Desc(Op::Dwarf2, Op::SizeLEB, Op::SignedSizeLEB);
237 if (Opcode == DW_OP_bregx || Opcode == DW_OP_regx ||
240 else if (Opcode >= DW_OP_breg0 && Opcode < DW_OP_bregx)
248 Opcode == DW_OP_bregx)
277 Opcode == DW_OP_bregx || Opcode == DW_OP_regx ||
426 case dwarf::DW_OP_bregx: {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.cpp 61 emitOp(dwarf::DW_OP_bregx);
620 case dwarf::DW_OP_bregx:
621 emitOp(dwarf::DW_OP_bregx);
  /src/external/bsd/elftoolchain/dist/libdwarf/
libdwarf_loc.c 283 case DW_OP_bregx:
591 case DW_OP_bregx:
dwarf.h 565 #define DW_OP_bregx 0x92
dwarf_dump.c 1316 case DW_OP_bregx:
1317 *s = "DW_OP_bregx"; break;
  /src/sys/lib/libunwind/
dwarf2.h 222 DW_OP_bregx = 0x92, // ULEB128 register followed by SLEB128 offset
DwarfInstructions.hpp 545 case DW_OP_bregx:
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64RegisterInfo.cpp 625 Ops.append({dwarf::DW_OP_bregx, VG, 0ULL});
631 Ops.append({dwarf::DW_OP_bregx, VG, 0ULL});
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-loc2c.c 256 case DW_OP_bregx:
874 case DW_OP_bregx:
  /src/external/gpl3/gdb/dist/gdb/compile/
compile-loc2c.c 257 case DW_OP_bregx:
875 case DW_OP_bregx:
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
expr.c 1383 else if (*buf == DW_OP_bregx)
1468 if (*buf != DW_OP_bregx)
1795 case DW_OP_bregx:
1799 ensure_have_frame (this->m_frame, "DW_OP_bregx");
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
expr.c 1432 else if (*buf == DW_OP_bregx)
1517 if (*buf != DW_OP_bregx)
1873 case DW_OP_bregx:
1877 ensure_have_frame (this->m_frame, "DW_OP_bregx");
2349 Handle as DW_OP_bregx;DW_OP_deref_size. */
  /src/external/gpl3/gcc/dist/gcc/
dwarf2cfi.cc 621 case DW_OP_bregx:
625 = (op == DW_OP_bregx
636 <DW_OP_bregx: (r49) 0; DW_OP_const1u: 32; DW_OP_shl;
637 DW_OP_bregx: (r48) 0; DW_OP_plus> */
640 = (op == DW_OP_bregx
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2cfi.cc 621 case DW_OP_bregx:
625 = (op == DW_OP_bregx
636 <DW_OP_bregx: (r49) 0; DW_OP_const1u: 32; DW_OP_shl;
637 DW_OP_bregx: (r48) 0; DW_OP_plus> */
640 = (op == DW_OP_bregx
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfoMetadata.cpp 1069 case dwarf::DW_OP_bregx:
1156 case dwarf::DW_OP_bregx:
  /src/external/gpl3/gcc/dist/libgcc/
unwind-dw2.c 709 case DW_OP_bregx:
  /src/external/gpl3/binutils/dist/include/
dwarf2.def 643 DW_OP (DW_OP_bregx, 0x92)
  /src/external/gpl3/binutils.old/dist/include/
dwarf2.def 632 DW_OP (DW_OP_bregx, 0x92)
  /src/external/gpl3/gcc/dist/include/
dwarf2.def 632 DW_OP (DW_OP_bregx, 0x92)
  /src/external/gpl3/gcc.old/dist/include/
dwarf2.def 632 DW_OP (DW_OP_bregx, 0x92)

Completed in 89 milliseconds

1 2