Home
last modified time | relevance | path

Searched refs:DW_CFA_offset (Results 1 – 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
HDdw2gencfi.c271 cfi_add_CFA_insn_reg_offset (DW_CFA_offset, regno, offset); in cfi_add_CFA_offset()
387 { "cfi_offset", dot_cfi, DW_CFA_offset },
486 case DW_CFA_offset: in dot_cfi()
969 case DW_CFA_offset: in output_cfi_insn()
980 out_one (DW_CFA_offset + regno); in output_cfi_insn()
1234 case DW_CFA_offset: in select_cie_for_fde()
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
HDdwarf2.h45 DW_CFA_offset = 0x80, // high 2 bits are 0x2, lower 6 bits are register enumerator
HDDwarfParser.hpp721 case DW_CFA_offset: in parseInstructions()
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
HDdwarf_pro_frame.c169 ret = _dwarf_frame_fde_add_inst(fde, DW_CFA_offset | (reg & 0x3f), in dwarf_fde_cfa_offset()
HDdwarf.h602 #define DW_CFA_offset 0x80 macro
HDlibdwarf_frame.c617 case DW_CFA_offset: in _dwarf_frame_run_inst()
1013 case DW_CFA_offset: in _dwarf_frame_convert_inst()
1371 case DW_CFA_offset: in _dwarf_frame_fde_add_inst()
HDdwarf_dump.c449 case DW_CFA_offset: in dwarf_get_CFA_name()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugFrame.cpp57 case DW_CFA_offset: in parse()
193 DECLARE_OP2(DW_CFA_offset, OT_Register, OT_UnsignedFactDataOffset); in getOperandTypes()
/freebsd-11-stable/contrib/binutils/binutils/
HDdwarf.c2902 case DW_CFA_offset: in frame_display_row()
3243 case DW_CFA_offset: in display_debug_frames()
3370 case DW_CFA_offset: in display_debug_frames()
3375 fc->col_type[opa] = DW_CFA_offset; in display_debug_frames()
3438 fc->col_type[reg] = DW_CFA_offset; in display_debug_frames()
3589 fc->col_type[reg] = DW_CFA_offset; in display_debug_frames()
3650 fc->col_type[reg] = DW_CFA_offset; in display_debug_frames()
/freebsd-11-stable/contrib/gcc/
HDdwarf2.h733 DW_CFA_offset = 0x80, enumerator
HDunwind-dw2.c875 else if ((insn & 0xc0) == DW_CFA_offset) in execute_cfa_program()
HDdwarf2out.c510 case DW_CFA_offset: in dwarf_cfi_name()
862 cfi->dw_cfi_opc = DW_CFA_offset; in reg_save()
1934 case DW_CFA_offset: in dw_cfi_oprnd1_desc()
1971 case DW_CFA_offset: in dw_cfi_oprnd2_desc()
2053 else if (cfi->dw_cfi_opc == DW_CFA_offset) in output_cfi()
HDFSFChangeLog.118832 (size_of_cfi): If regno too big for DW_CFA_offset, use offset_extended
/freebsd-11-stable/contrib/binutils/include/elf/
HDdwarf2.h728 DW_CFA_offset = 0x80, enumerator
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDDWARFCallFrameInfo.cpp825 case DW_CFA_offset: { // 0x80 - high 2 bits are 0x2, lower 6 bits are in HandleCommonDwarfOpcode()
/freebsd-11-stable/contrib/gdb/gdb/
HDdwarf2-frame.c283 else if ((insn & 0xc0) == DW_CFA_offset) in execute_cfa_program()
HDdwarf2read.c7169 case DW_CFA_offset:
/freebsd-11-stable/contrib/binutils/bfd/
HDelf-eh-frame.c352 case DW_CFA_offset: in skip_cfa_op()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDMCDwarf.cpp1415 Streamer.EmitIntValue(dwarf::DW_CFA_offset + Reg, 1); in EmitCFIInstruction()
/freebsd-11-stable/contrib/elftoolchain/readelf/
HDreadelf.c5942 case DW_CFA_offset: in dump_dwarf_frame_inst()