Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/gas/
HDdw2gencfi.c328 cfi_add_CFA_insn_reg (DW_CFA_same_value, regno); in cfi_add_CFA_same_value()
393 { "cfi_same_value", dot_cfi, DW_CFA_same_value },
555 case DW_CFA_same_value: in dot_cfi()
937 case DW_CFA_same_value: in output_cfi_insn()
1252 case DW_CFA_same_value: in select_cie_for_fde()
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
HDdwarf2.h29 DW_CFA_same_value = 0x8, enumerator
HDDwarfParser.hpp460 case DW_CFA_same_value: in parseInstructions()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugFrame.cpp93 case DW_CFA_same_value: in parse()
192 DECLARE_OP1(DW_CFA_same_value, OT_Register); in getOperandTypes()
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
HDdwarf.h614 #define DW_CFA_same_value 0x08 macro
HDlibdwarf_frame.c716 case DW_CFA_same_value: in _dwarf_frame_run_inst()
1062 case DW_CFA_same_value: in _dwarf_frame_convert_inst()
1403 case DW_CFA_same_value: in _dwarf_frame_fde_add_inst()
HDdwarf_dump.c469 case DW_CFA_same_value: in dwarf_get_CFA_name()
/freebsd-11-stable/contrib/gcc/
HDdwarf2.h743 DW_CFA_same_value = 0x08, enumerator
HDunwind-dw2.c931 case DW_CFA_same_value: in execute_cfa_program()
HDdwarf2out.c530 case DW_CFA_same_value: in dwarf_cfi_name()
882 cfi->dw_cfi_opc = DW_CFA_same_value; in reg_save()
1941 case DW_CFA_same_value: in dw_cfi_oprnd1_desc()
2125 case DW_CFA_same_value: in output_cfi()
HDChangeLog-200426903 * dwarf2out.c (reg_save): Output DW_CFA_same_value when a
26923 DW_CFA_same_value. Add FIXME comment about incorrect implementation
HDChangeLog-200337484 DW_CFA_same_value, read next and ignore.
/freebsd-11-stable/contrib/binutils/include/elf/
HDdwarf2.h738 DW_CFA_same_value = 0x08, enumerator
/freebsd-11-stable/contrib/binutils/binutils/
HDdwarf.c2899 case DW_CFA_same_value: in frame_display_row()
3280 case DW_CFA_same_value: in display_debug_frames()
3468 case DW_CFA_same_value: in display_debug_frames()
3472 fc->col_type[reg] = DW_CFA_same_value; in display_debug_frames()
HDChangeLog-00011134 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDDWARFCallFrameInfo.cpp869 case DW_CFA_same_value: // 0x8 in HandleCommonDwarfOpcode()
/freebsd-11-stable/contrib/gdb/gdb/
HDdwarf2-frame.c346 case DW_CFA_same_value: in execute_cfa_program()
HDdwarf2read.c7189 case DW_CFA_same_value:
/freebsd-11-stable/contrib/binutils/bfd/
HDelf-eh-frame.c355 case DW_CFA_same_value: in skip_cfa_op()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDMCDwarf.cpp1432 Streamer.EmitIntValue(dwarf::DW_CFA_same_value, 1); in EmitCFIInstruction()