Home
last modified time | relevance | path

Searched refs:DW_OP_reg0 (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Ddwarf2.h156 DW_OP_reg0 = 0x50, // Contents of reg0 enumerator
DDwarfInstructions.hpp613 case DW_OP_reg0: in evaluateExpression()
645 reg = opcode - DW_OP_reg0; in evaluateExpression()
/ndk/sources/host-tools/ndk-stack/elff/
Ddwarf.h518 #define DW_OP_reg0 0x50 macro