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.hpp428 pint_t instructionsEnd; in parseFDEInstructions() member
440 pint_t instructionsEnd = info.instructionsEnd; in parseFDEInstructions() local
450 static_cast<uint64_t>(instructionsEnd)); in parseFDEInstructions()
453 while ((p < instructionsEnd) && (codeOffset < pcoffset)) { in parseFDEInstructions()
467 codeOffset = addressSpace.getEncodedP(p, instructionsEnd, in parseFDEInstructions()
490 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
491 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd) * in parseFDEInstructions()
504 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
515 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
525 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
[all …]