Home
last modified time | relevance | path

Searched refs:DW_OP_reg2 (Results 1 – 7 of 7) sorted by relevance

/minix/sys/lib/libunwind/
H A Ddwarf2.h158 DW_OP_reg2 = 0x52, // Contents of reg2 enumerator
H A DDwarfInstructions.hpp470 case DW_OP_reg2: in evaluateExpression()
/minix/external/bsd/elftoolchain/dist/libdwarf/
H A Dlibdwarf_loc.c74 case DW_OP_reg2: in _dwarf_loc_fill_loc()
339 case DW_OP_reg2: in _dwarf_loc_expr_add_atom()
H A Ddwarf.h302 #define DW_OP_reg2 0x52 macro
H A Ddwarf_dump.c796 case DW_OP_reg2: in dwarf_get_OP_name()
/minix/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DDwarf.h443 DW_OP_reg2 = 0x52, enumerator
/minix/external/bsd/llvm/dist/llvm/lib/Support/
H A DDwarf.cpp385 case DW_OP_reg2: return "DW_OP_reg2"; in OperationEncodingString()