Searched refs:instructionsEnd (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | DwarfParser.hpp | 113 pint_t instructionsEnd, const CIE_Info &cieInfo, 364 pint_t instructionsEnd, in parseInstructions() argument 374 (uint64_t) instructionsEnd); in parseInstructions() 377 while ((p < instructionsEnd) && (codeOffset < pcoffset)) { in parseInstructions() 393 addressSpace.getEncodedP(p, instructionsEnd, cieInfo.pointerEncoding); in parseInstructions() 419 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions() 420 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd) in parseInstructions() 434 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions() 447 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions() 458 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions() [all …]
|