Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DDwarfParser.hpp431 pint_t instructionsEnd; in parseFDEInstructions() member
443 pint_t instructionsEnd = info.instructionsEnd; in parseFDEInstructions() local
453 static_cast<uint64_t>(instructionsEnd)); in parseFDEInstructions()
456 while ((p < instructionsEnd) && (codeOffset < pcoffset)) { in parseFDEInstructions()
470 codeOffset = addressSpace.getEncodedP(p, instructionsEnd, in parseFDEInstructions()
493 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
494 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd) * in parseFDEInstructions()
507 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
518 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
528 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
[all …]