Lines Matching refs:instructionsEnd
115 pint_t instructionsEnd, const CIE_Info &cieInfo,
375 pint_t instructionsEnd, in parseInstructions() argument
384 static_cast<uint64_t>(instructionsEnd)); in parseInstructions()
387 while ((p < instructionsEnd) && (codeOffset < pcoffset)) { in parseInstructions()
404 addressSpace.getEncodedP(p, instructionsEnd, cieInfo.pointerEncoding); in parseInstructions()
426 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
427 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd) in parseInstructions()
441 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
451 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
461 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
477 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
478 reg2 = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
522 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
523 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
534 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
545 addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
553 length = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
561 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
569 length = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
578 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
585 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
593 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
595 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
609 (addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor); in parseInstructions()
615 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
623 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd) in parseInstructions()
632 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
639 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
647 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
655 length = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
663 length = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
668 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
674 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd) in parseInstructions()
729 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd) in parseInstructions()