Lines Matching defs:nextCFI
128 pint_t nextCFI = p + cfiLength;
135 pcStart = addressSpace.getEncodedP(p, nextCFI, cieInfo.pointerEncoding, NULL);
137 p, nextCFI, cieInfo.pointerEncoding & 0x0F, NULL);
160 pint_t nextCFI = p + cfiLength;
167 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding, ctx);
169 p, nextCFI, cieInfo->pointerEncoding & 0x0F, ctx);
174 uintptr_t augLen = addressSpace.getULEB128(p, nextCFI);
179 if (addressSpace.getEncodedP(p, nextCFI, cieInfo->lsdaEncoding & 0x0F,
184 addressSpace.getEncodedP(p, nextCFI, cieInfo->lsdaEncoding, ctx);
190 fdeInfo->fdeLength = nextCFI - fdeStart;