Lines Matching refs:instructionsEnd

428     pint_t instructionsEnd;  in parseFDEInstructions()  member
440 pint_t instructionsEnd = info.instructionsEnd; in parseFDEInstructions() local
450 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()
539 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
540 reg2 = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
584 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
585 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
597 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
608 (int32_t)addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
615 length = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
623 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
631 length = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
640 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
646 offset = addressSpace.getSLEB128(p, instructionsEnd) * in parseFDEInstructions()
654 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
655 offset = addressSpace.getSLEB128(p, instructionsEnd) * in parseFDEInstructions()
670 (int32_t)(addressSpace.getSLEB128(p, instructionsEnd) * in parseFDEInstructions()
676 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
684 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd) * in parseFDEInstructions()
692 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
698 offset = addressSpace.getSLEB128(p, instructionsEnd) * in parseFDEInstructions()
706 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
714 length = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
723 length = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
728 reg = addressSpace.getULEB128(p, instructionsEnd); in parseFDEInstructions()
734 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd) * in parseFDEInstructions()
816 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd) * in parseFDEInstructions()