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

1 2

  /src/external/gpl3/binutils/dist/gas/
scfidw2gen.c 220 case DW_CFA_restore:
dw2gencfi.c 641 cfi_add_CFA_insn_reg (DW_CFA_restore, regno);
716 { "cfi_restore", dot_cfi, DW_CFA_restore },
878 case DW_CFA_restore:
1762 case DW_CFA_restore:
1766 out_one (DW_CFA_restore + regno);
2187 case DW_CFA_restore:
2321 case DW_CFA_restore:
scfi.c 419 op->dw2cfi_op = DW_CFA_restore;
1165 case DW_CFA_restore:
1166 scfi_dot_cfi (DW_CFA_restore, op->reg, 0, 0, NULL, ginsn->sym);
  /src/external/gpl3/binutils.old/dist/gas/
scfidw2gen.c 220 case DW_CFA_restore:
dw2gencfi.c 641 cfi_add_CFA_insn_reg (DW_CFA_restore, regno);
716 { "cfi_restore", dot_cfi, DW_CFA_restore },
878 case DW_CFA_restore:
1763 case DW_CFA_restore:
1767 out_one (DW_CFA_restore + regno);
2188 case DW_CFA_restore:
2322 case DW_CFA_restore:
scfi.c 419 op->dw2cfi_op = DW_CFA_restore;
1165 case DW_CFA_restore:
1166 scfi_dot_cfi (DW_CFA_restore, op->reg, 0, 0, NULL, ginsn->sym);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
pieces.S 501 .byte 0xc5 # DW_CFA_restore, column 0x5
535 .byte 0xc6 # DW_CFA_restore, column 0x6
536 .byte 0xc3 # DW_CFA_restore, column 0x3
539 .byte 0xc5 # DW_CFA_restore, column 0x5
572 .byte 0xc6 # DW_CFA_restore, column 0x6
573 .byte 0xc3 # DW_CFA_restore, column 0x3
576 .byte 0xc5 # DW_CFA_restore, column 0x5
609 .byte 0xc6 # DW_CFA_restore, column 0x6
610 .byte 0xc3 # DW_CFA_restore, column 0x3
613 .byte 0xc5 # DW_CFA_restore, column 0x
    [all...]
typeddwarf.S 410 .byte 0xc3 # DW_CFA_restore, column 0x3
413 .byte 0xc6 # DW_CFA_restore, column 0x6
419 .byte 0xc5 # DW_CFA_restore, column 0x5
507 .byte 0xc3 # DW_CFA_restore, column 0x3
510 .byte 0xc6 # DW_CFA_restore, column 0x6
516 .byte 0xc5 # DW_CFA_restore, column 0x5
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
pieces.S 501 .byte 0xc5 # DW_CFA_restore, column 0x5
535 .byte 0xc6 # DW_CFA_restore, column 0x6
536 .byte 0xc3 # DW_CFA_restore, column 0x3
539 .byte 0xc5 # DW_CFA_restore, column 0x5
572 .byte 0xc6 # DW_CFA_restore, column 0x6
573 .byte 0xc3 # DW_CFA_restore, column 0x3
576 .byte 0xc5 # DW_CFA_restore, column 0x5
609 .byte 0xc6 # DW_CFA_restore, column 0x6
610 .byte 0xc3 # DW_CFA_restore, column 0x3
613 .byte 0xc5 # DW_CFA_restore, column 0x
    [all...]
typeddwarf.S 410 .byte 0xc3 # DW_CFA_restore, column 0x3
413 .byte 0xc6 # DW_CFA_restore, column 0x6
419 .byte 0xc5 # DW_CFA_restore, column 0x5
507 .byte 0xc3 # DW_CFA_restore, column 0x3
510 .byte 0xc6 # DW_CFA_restore, column 0x6
516 .byte 0xc5 # DW_CFA_restore, column 0x5
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugFrame.cpp 216 // in case we run into DW_CFA_restore or DW_CFA_restore_extended opcodes.
264 case DW_CFA_restore:
542 case dwarf::DW_CFA_restore:
544 // The DW_CFA_restore instruction takes a single operand (encoded with
759 static OperandType OpTypes[DW_CFA_restore+1][2];
762 return ArrayRef<OperandType[2]>(&OpTypes[0], DW_CFA_restore+1);
796 DECLARE_OP1(DW_CFA_restore, OT_Register);
808 return ArrayRef<OperandType[2]>(&OpTypes[0], DW_CFA_restore+1);
  /src/sys/lib/libunwind/
dwarf2.h 47 DW_CFA_restore = 0xC0, // high 2 bits are 0x3, lower 6 bits are register
DwarfParser.hpp 529 case DW_CFA_restore:
  /src/external/gpl3/gcc/dist/libgcc/
unwind-dw2-execute_cfa.h 65 else if ((insn & 0xc0) == DW_CFA_restore)
  /src/external/bsd/elftoolchain/dist/libdwarf/
libdwarf_frame.c 633 case DW_CFA_restore:
639 printf("DW_CFA_restore(%u)\n", low6);
1022 case DW_CFA_restore:
1372 case DW_CFA_restore:
dwarf.h 904 #define DW_CFA_restore 0xc0
dwarf_dump.c 512 case DW_CFA_restore:
513 *s = "DW_CFA_restore"; break;
  /src/external/gpl3/gcc/dist/gcc/
dwarf2cfi.cc 517 cfi->dw_cfi_opc = (reg & ~0x3f ? DW_CFA_restore_extended : DW_CFA_restore);
1020 DW_CFA_restore, we never expect to see something like that
3422 else if (cfi->dw_cfi_opc == DW_CFA_restore)
3426 "DW_CFA_restore, column %#lx", r);
3573 case DW_CFA_restore:
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2cfi.cc 517 cfi->dw_cfi_opc = (reg & ~0x3f ? DW_CFA_restore_extended : DW_CFA_restore);
1020 DW_CFA_restore, we never expect to see something like that
3419 else if (cfi->dw_cfi_opc == DW_CFA_restore)
3423 "DW_CFA_restore, column %#lx", r);
3570 case DW_CFA_restore:
  /src/external/gpl3/binutils/dist/include/
dwarf2.def 768 DW_CFA (DW_CFA_restore, 0xc0)
  /src/external/gpl3/binutils.old/dist/include/
dwarf2.def 757 DW_CFA (DW_CFA_restore, 0xc0)
  /src/external/gpl3/gcc/dist/include/
dwarf2.def 757 DW_CFA (DW_CFA_restore, 0xc0)
  /src/external/gpl3/gcc.old/dist/include/
dwarf2.def 757 DW_CFA (DW_CFA_restore, 0xc0)
  /src/external/gpl3/gdb.old/dist/include/
dwarf2.def 757 DW_CFA (DW_CFA_restore, 0xc0)
  /src/external/gpl3/gdb/dist/include/
dwarf2.def 757 DW_CFA (DW_CFA_restore, 0xc0)

Completed in 74 milliseconds

1 2