Searched refs:instructionsEnd (Results 1 – 1 of 1) sorted by relevance
428 pint_t instructionsEnd; in parseFDEInstructions() member440 pint_t instructionsEnd = info.instructionsEnd; in parseFDEInstructions() local450 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 …]