Searched refs:DW_OP_call_frame_cfa (Results 1 - 10 of 10) sorted by relevance

/external/elfutils/0.153/libdw/
H A Ddwarf_frame_register.c103 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_call_frame_cfa };
H A Ddwarf_getlocation.c308 case DW_OP_call_frame_cfa:
484 result[0].atom = DW_OP_call_frame_cfa;
H A Ddwarf.h479 DW_OP_call_frame_cfa = 0x9c,/* CFA as determined by CFI. */ enumerator in enum:__anon21156
/external/llvm/lib/Support/
H A DDwarf.cpp468 case DW_OP_call_frame_cfa: return "DW_OP_call_frame_cfa";
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_d3basics.h549 DW_OP_call_frame_cfa = 0x9c, enumerator in enum:__anon32410
H A Dd3basics.c862 case DW_OP_call_frame_cfa:
865 "DW_OP_call_frame_cfa but no reg info");
876 "DW_OP_call_frame_cfa");
/external/lldb/source/Expression/
H A DDWARFExpression.cpp579 // case DW_OP_call_frame_cfa: s << "call_frame_cfa"; break; // 0x9c DWARF3
920 case DW_OP_call_frame_cfa: // 0x9c DWARF3
2633 // OPCODE: DW_OP_call_frame_cfa
2639 case DW_OP_call_frame_cfa:
2653 error_ptr->SetErrorString ("Stack frame does not include a canonical frame address for DW_OP_call_frame_cfa opcode.");
2658 error_ptr->SetErrorString ("Invalid stack frame in context for DW_OP_call_frame_cfa opcode.");
/external/llvm/include/llvm/Support/
H A DDwarf.h528 DW_OP_call_frame_cfa = 0x9c, enumerator in enum:llvm::dwarf::LocationAtom
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dprobe-finder.c762 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa &&
/external/elfutils/0.153/src/
H A Dreadelf.c4064 [DW_OP_call_frame_cfa] = "call_frame_cfa",

Completed in 172 milliseconds