Searched refs:nextCFI (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | DwarfParser.hpp | 137 pint_t nextCFI = p + cfiLength; in decodeFDE() local 145 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding); in decodeFDE() 147 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding & 0x0F); in decodeFDE() 152 pint_t augLen = (pint_t)addressSpace.getULEB128(p, nextCFI); in decodeFDE() 157 if (addressSpace.getEncodedP(p, nextCFI, cieInfo->lsdaEncoding & 0x0F) != in decodeFDE() 162 addressSpace.getEncodedP(p, nextCFI, cieInfo->lsdaEncoding); in decodeFDE() 168 fdeInfo->fdeLength = nextCFI - fdeStart; in decodeFDE() 201 pint_t nextCFI = p + cfiLength; in findFDE() local 210 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding); in findFDE() 212 p, nextCFI, cieInfo->pointerEncoding & 0x0F); in findFDE() [all …]
|