Searched refs:DW_OP_call_frame_cfa (Results 1 – 18 of 18) sorted by relevance
78 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_call_frame_cfa }; in dwarf_frame_register()
291 newloc->atom = DW_OP_call_frame_cfa; in __libdw_intern_expression()375 case DW_OP_call_frame_cfa: in __libdw_intern_expression()
582 DW_OP_call_frame_cfa = 0x9c,/* CFA as determined by CFI. */ enumerator
2027 loclist element DW_OP_call_frame_cfa before decoding the opcodes.2028 Remove the later DW_OP_call_frame_cfa push to RESULT.2403 Prepend DW_OP_call_frame_cfa if true.2557 * dwarf_getlocation.c: Grok DW_OP_call_frame_cfa.
86 .byte 0x9c # DW_OP_call_frame_cfa110 .byte 0x9c # DW_OP_call_frame_cfa
10 # CHECK-NEXT: DW_AT_frame_base (DW_OP_call_frame_cfa)
156 DW_OP_call_frame_cfa = 0x9C variable
501 DW_OP_call_frame_cfa =0x9c, enumerator
91 Descriptions[DW_OP_call_frame_cfa] = Desc(Op::Dwarf3); in getDescriptions()
463 case DW_OP_call_frame_cfa:; in expr_eval()
90 Descriptions[DW_OP_call_frame_cfa] = Desc(Op::Dwarf3); in getDescriptions()
255 case DW_OP_call_frame_cfa: in print_expr()
1287 ET_REL file for DW_OP_call_frame_cfa.
307 case DW_OP_call_frame_cfa: // 0x9c DWARF3 in GetOpcodeDataSize()2423 case DW_OP_call_frame_cfa: in Evaluate()
405 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_call_frame_cfa); in updateSubprogramScopeDIE()
417 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_call_frame_cfa); in updateSubprogramScopeDIE()
1945 5. ``DW_OP_call_frame_cfa``1947 ``DW_OP_call_frame_cfa`` pushes the location description L of the Canonical1957 space efficient to reference that using the* ``DW_OP_call_frame_cfa``2903 location description directly using ``DW_OP_call_frame_cfa``,2912 *Typically, E will use the* ``DW_OP_call_frame_cfa`` *operation or be a3720 * ``DW_OP_call_frame_cfa`` and ``DW_OP_entry_value`` are not allowed because
8096 case DW_OP_call_frame_cfa: in op_manipulates_stack()