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