Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DDwarfParser.hpp380 uint64_t reg2; in parseInstructions() local
478 reg2 = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
484 if (reg2 > kMaxRegisterNumber) { in parseInstructions()
490 results->savedRegisters[reg].value = (int64_t)reg2; in parseInstructions()
495 reg, reg2); in parseInstructions()