Lines Matching refs:instructionsEnd

424     pint_t instructionsEnd;  in parseFDEInstructions()  member
436 pint_t instructionsEnd = info.instructionsEnd; in parseFDEInstructions() local
446 static_cast<uint64_t>(instructionsEnd)); in parseFDEInstructions()
449 while ((p < instructionsEnd) && (codeOffset < pcoffset)) { in parseFDEInstructions()
463 codeOffset = addressSpace.getEncodedP(p, instructionsEnd, in parseFDEInstructions()
486 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
487 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd) * in parseFDEInstructions()
500 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
511 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
521 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
535 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
536 reg2 = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
580 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
581 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
593 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
604 (int32_t)addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
611 length = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
619 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
627 length = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
636 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
642 offset = addressSpace.getSLEB128(p, instructionsEnd) * in parseFDEInstructions()
650 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
651 offset = addressSpace.getSLEB128(p, instructionsEnd) * in parseFDEInstructions()
666 (int32_t)(addressSpace.getSLEB128(p, instructionsEnd) * in parseFDEInstructions()
672 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
680 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd) * in parseFDEInstructions()
688 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
694 offset = addressSpace.getSLEB128(p, instructionsEnd) * in parseFDEInstructions()
702 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
710 length = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
719 length = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
724 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
730 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd) * in parseFDEInstructions()
812 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd) * in parseFDEInstructions()