Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/gas/
H A Ddw2gencfi.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-12.1/contrib/libunwind/src/
H A Ddwarf2.h30 DW_CFA_same_value = 0x8, enumerator
H A DDwarfParser.hpp461 case DW_CFA_same_value: in parseInstructions()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp94 case DW_CFA_same_value: in parse()
193 DECLARE_OP1(DW_CFA_same_value, OT_Register); in getOperandTypes()
/freebsd-12.1/contrib/elftoolchain/libdwarf/
H A Ddwarf.h614 #define DW_CFA_same_value 0x08 macro
H A Dlibdwarf_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()
H A Ddwarf_dump.c469 case DW_CFA_same_value: in dwarf_get_CFA_name()
/freebsd-12.1/contrib/binutils/include/elf/
H A Ddwarf2.h738 DW_CFA_same_value = 0x08, enumerator
/freebsd-12.1/contrib/gcc/
H A Ddwarf2.h743 DW_CFA_same_value = 0x08, enumerator
H A Dunwind-dw2.c931 case DW_CFA_same_value: in execute_cfa_program()
H A Ddwarf2out.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()
H A DChangeLog-200426903 * dwarf2out.c (reg_save): Output DW_CFA_same_value when a
26923 DW_CFA_same_value. Add FIXME comment about incorrect implementation
H A DChangeLog-200337484 DW_CFA_same_value, read next and ignore.
/freebsd-12.1/contrib/binutils/binutils/
H A Ddwarf.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()
H A DChangeLog-00011134 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp866 case DW_CFA_same_value: // 0x8 in HandleCommonDwarfOpcode()
/freebsd-12.1/contrib/gdb/gdb/
H A Ddwarf2-frame.c346 case DW_CFA_same_value: in execute_cfa_program()
H A Ddwarf2read.c7189 case DW_CFA_same_value:
/freebsd-12.1/contrib/binutils/bfd/
H A Delf-eh-frame.c355 case DW_CFA_same_value: in skip_cfa_op()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCDwarf.cpp1417 Streamer.EmitIntValue(dwarf::DW_CFA_same_value, 1); in EmitCFIInstruction()