Home
last modified time | relevance | path

Searched refs:DW_OP_call_frame_cfa (Results 1 – 12 of 12) sorted by relevance

/external/elfutils/src/libdw/
Ddwarf_frame_register.c82 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_call_frame_cfa };
Ddwarf_getlocation.c247 newloc->atom = DW_OP_call_frame_cfa; in __libdw_intern_expression()
316 case DW_OP_call_frame_cfa: in __libdw_intern_expression()
Ddwarf.h466 DW_OP_call_frame_cfa = 0x9c,/* CFA as determined by CFI. */ enumerator
Dknown-dwarf.h424 ONE_KNOWN_DW_OP (call_frame_cfa, DW_OP_call_frame_cfa) \
DChangeLog627 loclist element DW_OP_call_frame_cfa before decoding the opcodes.
628 Remove the later DW_OP_call_frame_cfa push to RESULT.
1003 Prepend DW_OP_call_frame_cfa if true.
1157 * dwarf_getlocation.c: Grok DW_OP_call_frame_cfa.
/external/google-breakpad/src/common/dwarf/
Ddwarf2enums.h489 DW_OP_call_frame_cfa =0x9c, enumerator
/external/valgrind/coregrind/m_debuginfo/
Dpriv_d3basics.h558 DW_OP_call_frame_cfa = 0x9c, enumerator
Dd3basics.c867 case DW_OP_call_frame_cfa: in ML_()
/external/elfutils/src/libdwfl/
Dframe_unwind.c452 case DW_OP_call_frame_cfa:; in expr_eval()
/external/elfutils/src/tests/
Dvarlocs.c209 case DW_OP_call_frame_cfa: in print_expr()
/external/lldb/source/Expression/
DDWARFExpression.cpp920 case DW_OP_call_frame_cfa: // 0x9c DWARF3 in GetOpcodeDataSize()
2639 case DW_OP_call_frame_cfa: in Evaluate()
/external/linux-tools-perf/src/tools/perf/util/
Dprobe-finder.c741 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && in call_probe_finder()