Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DDwarfParser.hpp136 pint_t nextCFI = p + cfiLength; in decodeFDE() local
144 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding); in decodeFDE()
146 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding & 0x0F); in decodeFDE()
151 pint_t augLen = (pint_t)addressSpace.getULEB128(p, nextCFI); in decodeFDE()
156 if (addressSpace.getEncodedP(p, nextCFI, cieInfo->lsdaEncoding & 0x0F) != in decodeFDE()
161 addressSpace.getEncodedP(p, nextCFI, cieInfo->lsdaEncoding); in decodeFDE()
167 fdeInfo->fdeLength = nextCFI - fdeStart; in decodeFDE()
200 pint_t nextCFI = p + cfiLength; in findFDE() local
209 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding); in findFDE()
211 p, nextCFI, cieInfo->pointerEncoding & 0x0F); in findFDE()
[all …]