Lines Matching refs:instructionsEnd
413 pint_t instructionsEnd; in parseFDEInstructions() member
425 pint_t instructionsEnd = info.instructionsEnd; in parseFDEInstructions() local
435 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()
524 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
525 reg2 = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
569 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
570 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
582 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
593 (int32_t)addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
600 length = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
608 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
616 length = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
625 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
631 offset = addressSpace.getSLEB128(p, instructionsEnd) * in parseFDEInstructions()
639 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
640 offset = addressSpace.getSLEB128(p, instructionsEnd) * in parseFDEInstructions()
655 (int32_t)(addressSpace.getSLEB128(p, instructionsEnd) * in parseFDEInstructions()
661 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
669 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd) * in parseFDEInstructions()
677 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
683 offset = addressSpace.getSLEB128(p, instructionsEnd) * in parseFDEInstructions()
691 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
699 length = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
708 length = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
713 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
719 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd) * in parseFDEInstructions()
777 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd) * in parseFDEInstructions()