• Home
  • Raw
  • Download

Lines Matching refs:instructionsEnd

114                                 pint_t instructionsEnd, const CIE_Info &cieInfo,
365 pint_t instructionsEnd, in parseInstructions() argument
375 (uint64_t)instructionsEnd); in parseInstructions()
378 while ((p < instructionsEnd) && (codeOffset < pcoffset)) { in parseInstructions()
394 addressSpace.getEncodedP(p, instructionsEnd, cieInfo.pointerEncoding); in parseInstructions()
420 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
421 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd) in parseInstructions()
436 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
449 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
460 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
477 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
478 reg2 = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
523 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
524 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
536 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
549 addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
558 length = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
566 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
574 length = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
582 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
590 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
599 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
601 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
616 (addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor); in parseInstructions()
623 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
624 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd) in parseInstructions()
634 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
641 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
650 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
658 length = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
666 length = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
672 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
678 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd) in parseInstructions()
691 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd) in parseInstructions()