Lines Matching refs:instructionsEnd

113                                 pint_t instructionsEnd, const CIE_Info &cieInfo,
364 pint_t instructionsEnd, in parseInstructions() argument
374 (uint64_t) instructionsEnd); in parseInstructions()
377 while ((p < instructionsEnd) && (codeOffset < pcoffset)) { in parseInstructions()
393 addressSpace.getEncodedP(p, instructionsEnd, cieInfo.pointerEncoding); in parseInstructions()
419 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
420 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd) in parseInstructions()
434 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
447 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
458 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
475 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
476 reg2 = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
520 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
521 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
532 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
545 addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
554 length = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
562 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
570 length = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
578 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
586 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
594 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
596 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
610 (addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor); in parseInstructions()
617 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
618 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd) in parseInstructions()
627 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
634 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
642 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
650 length = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
659 length = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
665 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
671 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd) in parseInstructions()
683 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd) in parseInstructions()