Lines Matching refs:instructionsEnd

307                                     pint_t instructionsEnd,  in parseInstructions()  argument
316 while (p < instructionsEnd && codeOffset < pcoffset) { in parseInstructions()
329 codeOffset = addressSpace.getEncodedP(p, instructionsEnd, in parseInstructions()
345 reg = R::dwarf2regno(addressSpace.getULEB128(p, instructionsEnd)); in parseInstructions()
347 addressSpace.getULEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
354 reg = R::dwarf2regno(addressSpace.getULEB128(p, instructionsEnd)); in parseInstructions()
360 reg = R::dwarf2regno(addressSpace.getULEB128(p, instructionsEnd)); in parseInstructions()
366 reg = R::dwarf2regno(addressSpace.getULEB128(p, instructionsEnd)); in parseInstructions()
375 reg = R::dwarf2regno(addressSpace.getULEB128(p, instructionsEnd)); in parseInstructions()
376 reg2 = R::dwarf2regno(addressSpace.getULEB128(p, instructionsEnd)); in parseInstructions()
405 reg = R::dwarf2regno(addressSpace.getULEB128(p, instructionsEnd)); in parseInstructions()
406 offset = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
413 reg = R::dwarf2regno(addressSpace.getULEB128(p, instructionsEnd)); in parseInstructions()
419 results->cfaRegisterOffset = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
425 length = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
429 reg = R::dwarf2regno(addressSpace.getULEB128(p, instructionsEnd)); in parseInstructions()
434 length = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
438 reg = R::dwarf2regno(addressSpace.getULEB128(p, instructionsEnd)); in parseInstructions()
442 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
447 reg = R::dwarf2regno(addressSpace.getULEB128(p, instructionsEnd)); in parseInstructions()
449 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
457 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
461 reg = R::dwarf2regno(addressSpace.getULEB128(p, instructionsEnd)); in parseInstructions()
463 addressSpace.getULEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
470 reg = R::dwarf2regno(addressSpace.getULEB128(p, instructionsEnd)); in parseInstructions()
474 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
479 reg = R::dwarf2regno(addressSpace.getULEB128(p, instructionsEnd)); in parseInstructions()
484 length = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
502 offset = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
506 reg = R::dwarf2regno(addressSpace.getULEB128(p, instructionsEnd)); in parseInstructions()
510 addressSpace.getULEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
521 offset = addressSpace.getULEB128(p, instructionsEnd) * in parseInstructions()