Searched refs:DW_CFA_restore (Results 1 - 13 of 13) sorted by relevance

/external/elfutils/0.153/libdw/
H A Dcfi.c293 case DW_CFA_restore + 0 ... DW_CFA_restore + CFI_PRIMARY_MAX:
295 if (unlikely (abi_cfi) && likely (opcode == DW_CFA_restore))
H A Ddwarf.h701 DW_CFA_restore = 0xc0, enumerator in enum:__anon21172
/external/libcxxabi/src/Unwind/
H A Ddwarf2.h47 DW_CFA_restore = 0xC0, // high 2 bits are 0x3, lower 6 bits are register enumerator in enum:__anon23620
H A DDwarfParser.hpp697 case DW_CFA_restore:
701 fprintf(stderr, "DW_CFA_restore(reg=%lld)\n", reg);
/external/libunwind/include/
H A Ddwarf.h150 DW_CFA_restore = 0xc0, enumerator in enum:__anon24648
/external/llvm/lib/DebugInfo/
H A DDWARFDebugFrame.cpp111 case DW_CFA_restore:
/external/llvm/lib/Support/
H A DDwarf.cpp719 case DW_CFA_restore: return "DW_CFA_restore";
/external/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp487 case DW_CFA_restore :
580 // number. This instruction is identical to DW_CFA_restore except for
/external/libunwind/src/dwarf/
H A DGparser.c177 case DW_CFA_restore:
181 Debug (1, "Invalid register number %u in DW_CFA_restore\n",
/external/llvm/include/llvm/Support/
H A DDwarf.h719 DW_CFA_restore = 0xc0, enumerator in enum:llvm::dwarf::CallFrameInfo
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c1893 DW_CFA_restore = 3 enumerator in enum:dwarf_cfa_primary_ops
3066 if (hi2 == DW_CFA_restore) {
3074 VG_(printf)(" DW_CFA_restore: r%d\n", (Int)reg);
3468 if (hi2 == DW_CFA_restore) {
3469 VG_(printf)(" sci:DW_CFA_restore(r%d)\n", (Int)lo6);
/external/llvm/lib/MC/
H A DMCDwarf.cpp1220 Streamer.AddComment("DW_CFA_restore");
1223 Streamer.EmitIntValue(dwarf::DW_CFA_restore | Reg, 1);
/external/elfutils/0.153/src/
H A Dreadelf.c4995 else if (opcode < DW_CFA_restore)

Completed in 232 milliseconds