Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DDwarfParser.hpp41 pint_t cieLength; member
269 pint_t cieLength = (pint_t)addressSpace.get32(p); in parseCIE() local
271 pint_t cieContentEnd = p + cieLength; in parseCIE()
272 if (cieLength == 0xffffffff) { in parseCIE()
274 cieLength = (pint_t)addressSpace.get64(p); in parseCIE()
276 cieContentEnd = p + cieLength; in parseCIE()
278 if (cieLength == 0) in parseCIE()
336 cieInfo->cieLength = cieContentEnd - cieInfo->cieStart; in parseCIE()
354 cieInfo.cieStart + cieInfo.cieLength, cieInfo, in parseFDEInstructions()