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