Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A Ddwarf2.h45 DW_CFA_offset = 0x80, // high 2 bits are 0x2, lower 6 bits are register enumerator
H A DDwarfParser.hpp808 case DW_CFA_offset: in parseFDEInstructions()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_pro_frame.c169 ret = _dwarf_frame_fde_add_inst(fde, DW_CFA_offset | (reg & 0x3f), in dwarf_fde_cfa_offset()
H A Ddwarf.h672 #define DW_CFA_offset 0x80 macro
H A Dlibdwarf_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()
H A Ddwarf_dump.c517 case DW_CFA_offset: in dwarf_get_CFA_name()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp273 case DW_CFA_offset: in parse()
583 case dwarf::DW_CFA_offset: in parseRows()
837 DECLARE_OP2(DW_CFA_offset, OT_Register, OT_UnsignedFactDataOffset); in getOperandTypes()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp829 case DW_CFA_offset: { // 0x80 - high 2 bits are 0x2, lower 6 bits are in HandleCommonDwarfOpcode()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1427 Streamer.emitInt8(dwarf::DW_CFA_offset + Reg); in emitCFIInstruction()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c6046 case DW_CFA_offset: in dump_dwarf_frame_inst()