Searched refs:cieContentEnd (Results 1 – 1 of 1) sorted by relevance
322 pint_t cieContentEnd = p + cieLength; in parseCIE() local327 cieContentEnd = p + cieLength; in parseCIE()346 cieInfo->codeAlignFactor = (uint32_t)addressSpace.getULEB128(p, cieContentEnd); in parseCIE()348 cieInfo->dataAlignFactor = (int)addressSpace.getSLEB128(p, cieContentEnd); in parseCIE()351 : addressSpace.getULEB128(p, cieContentEnd); in parseCIE()358 addressSpace.getULEB128(p, cieContentEnd); in parseCIE()369 .getEncodedP(p, cieContentEnd, cieInfo->personalityEncoding); in parseCIE()393 cieInfo->cieLength = cieContentEnd - cieInfo->cieStart; in parseCIE()