Home
last modified time | relevance | path

Searched refs:cieContentEnd (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/libunwind/src/
DDwarfParser.hpp322 pint_t cieContentEnd = p + cieLength; in parseCIE() local
327 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()