Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DDwarfParser.hpp337 pint_t cieContentEnd = p + cieLength; in parseCIE() local
342 cieContentEnd = p + cieLength; in parseCIE()
361 cieInfo->codeAlignFactor = (uint32_t)addressSpace.getULEB128(p, cieContentEnd); in parseCIE()
363 cieInfo->dataAlignFactor = (int)addressSpace.getSLEB128(p, cieContentEnd); in parseCIE()
366 : addressSpace.getULEB128(p, cieContentEnd); in parseCIE()
373 addressSpace.getULEB128(p, cieContentEnd); in parseCIE()
384 .getEncodedP(p, cieContentEnd, cieInfo->personalityEncoding); in parseCIE()
411 cieInfo->cieLength = cieContentEnd - cieInfo->cieStart; in parseCIE()