Searched refs:DW_CFA_offset (Results 1 – 20 of 20) sorted by relevance
| /freebsd-11-stable/contrib/binutils/gas/ |
| HD | dw2gencfi.c | 271 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/ |
| HD | dwarf2.h | 45 DW_CFA_offset = 0x80, // high 2 bits are 0x2, lower 6 bits are register enumerator
|
| HD | DwarfParser.hpp | 721 case DW_CFA_offset: in parseInstructions()
|
| /freebsd-11-stable/contrib/elftoolchain/libdwarf/ |
| HD | dwarf_pro_frame.c | 169 ret = _dwarf_frame_fde_add_inst(fde, DW_CFA_offset | (reg & 0x3f), in dwarf_fde_cfa_offset()
|
| HD | dwarf.h | 602 #define DW_CFA_offset 0x80 macro
|
| HD | libdwarf_frame.c | 617 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()
|
| HD | dwarf_dump.c | 449 case DW_CFA_offset: in dwarf_get_CFA_name()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| HD | DWARFDebugFrame.cpp | 57 case DW_CFA_offset: in parse() 193 DECLARE_OP2(DW_CFA_offset, OT_Register, OT_UnsignedFactDataOffset); in getOperandTypes()
|
| /freebsd-11-stable/contrib/binutils/binutils/ |
| HD | dwarf.c | 2902 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/ |
| HD | dwarf2.h | 733 DW_CFA_offset = 0x80, enumerator
|
| HD | unwind-dw2.c | 875 else if ((insn & 0xc0) == DW_CFA_offset) in execute_cfa_program()
|
| HD | dwarf2out.c | 510 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()
|
| HD | FSFChangeLog.11 | 8832 (size_of_cfi): If regno too big for DW_CFA_offset, use offset_extended
|
| /freebsd-11-stable/contrib/binutils/include/elf/ |
| HD | dwarf2.h | 728 DW_CFA_offset = 0x80, enumerator
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/ |
| HD | DWARFCallFrameInfo.cpp | 825 case DW_CFA_offset: { // 0x80 - high 2 bits are 0x2, lower 6 bits are in HandleCommonDwarfOpcode()
|
| /freebsd-11-stable/contrib/gdb/gdb/ |
| HD | dwarf2-frame.c | 283 else if ((insn & 0xc0) == DW_CFA_offset) in execute_cfa_program()
|
| HD | dwarf2read.c | 7169 case DW_CFA_offset:
|
| /freebsd-11-stable/contrib/binutils/bfd/ |
| HD | elf-eh-frame.c | 352 case DW_CFA_offset: in skip_cfa_op()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/ |
| HD | MCDwarf.cpp | 1415 Streamer.EmitIntValue(dwarf::DW_CFA_offset + Reg, 1); in EmitCFIInstruction()
|
| /freebsd-11-stable/contrib/elftoolchain/readelf/ |
| HD | readelf.c | 5942 case DW_CFA_offset: in dump_dwarf_frame_inst()
|