Searched refs:codeOffset (Results 1 – 1 of 1) sorted by relevance
438 pint_t codeOffset = 0; in parseFDEInstructions() local449 while ((p < instructionsEnd) && (codeOffset < pcoffset)) { in parseFDEInstructions()463 codeOffset = addressSpace.getEncodedP(p, instructionsEnd, in parseFDEInstructions()468 codeOffset += (addressSpace.get8(p) * cieInfo.codeAlignFactor); in parseFDEInstructions()471 static_cast<uint64_t>(codeOffset)); in parseFDEInstructions()474 codeOffset += (addressSpace.get16(p) * cieInfo.codeAlignFactor); in parseFDEInstructions()477 static_cast<uint64_t>(codeOffset)); in parseFDEInstructions()480 codeOffset += (addressSpace.get32(p) * cieInfo.codeAlignFactor); in parseFDEInstructions()483 static_cast<uint64_t>(codeOffset)); in parseFDEInstructions()819 codeOffset += operand * cieInfo.codeAlignFactor; in parseFDEInstructions()[all …]