Home
last modified time | relevance | path

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

/minix/sys/lib/libunwind/
H A Ddwarf2.h161 DW_OP_reg5 = 0x55, // Contents of reg5 enumerator
H A DDwarfInstructions.hpp473 case DW_OP_reg5: in evaluateExpression()
/minix/external/bsd/elftoolchain/dist/libdwarf/
H A Dlibdwarf_loc.c77 case DW_OP_reg5: in _dwarf_loc_fill_loc()
342 case DW_OP_reg5: in _dwarf_loc_expr_add_atom()
H A Ddwarf.h305 #define DW_OP_reg5 0x55 macro
H A Ddwarf_dump.c802 case DW_OP_reg5: in dwarf_get_OP_name()
/minix/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DDwarf.h446 DW_OP_reg5 = 0x55, enumerator
/minix/external/bsd/llvm/dist/llvm/lib/Support/
H A DDwarf.cpp388 case DW_OP_reg5: return "DW_OP_reg5"; in OperationEncodingString()