Searched refs:DW_OP_call_frame_cfa (Results 1 – 11 of 11) sorted by relevance
78 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_call_frame_cfa }; in dwarf_frame_register()
311 newloc->atom = DW_OP_call_frame_cfa; in __libdw_intern_expression()395 case DW_OP_call_frame_cfa: in __libdw_intern_expression()
582 DW_OP_call_frame_cfa = 0x9c,/* CFA as determined by CFI. */ enumerator
2162 loclist element DW_OP_call_frame_cfa before decoding the opcodes.2163 Remove the later DW_OP_call_frame_cfa push to RESULT.2538 Prepend DW_OP_call_frame_cfa if true.2692 * dwarf_getlocation.c: Grok DW_OP_call_frame_cfa.
91 Descriptions[DW_OP_call_frame_cfa] = Desc(Op::Dwarf3); in getDescriptions()
452 case DW_OP_call_frame_cfa:; in expr_eval()
254 case DW_OP_call_frame_cfa: in print_expr()
1851 ET_REL file for DW_OP_call_frame_cfa.
405 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_call_frame_cfa); in updateSubprogramScopeDIE()
7983 case DW_OP_call_frame_cfa: in op_manipulates_stack()
4307 better on systems that do not support DW_OP_call_frame_cfa.