Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
DDwarfParser.hpp413 pint_t instructionsEnd; in parseFDEInstructions() member
425 pint_t instructionsEnd = info.instructionsEnd; in parseFDEInstructions() local
435 static_cast<uint64_t>(instructionsEnd)); in parseFDEInstructions()
438 while ((p < instructionsEnd) && (codeOffset < pcoffset)) { in parseFDEInstructions()
452 codeOffset = addressSpace.getEncodedP(p, instructionsEnd, in parseFDEInstructions()
475 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
476 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd) * in parseFDEInstructions()
489 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
500 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
510 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
[all …]