Searched refs:nextCFI (Results 1 – 1 of 1) sorted by relevance
/external/libunwind_llvm/src/ |
D | DwarfParser.hpp | 138 pint_t nextCFI = p + cfiLength; in decodeFDE() local 146 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding); in decodeFDE() 148 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding & 0x0F); in decodeFDE() 153 pint_t augLen = (pint_t)addressSpace.getULEB128(p, nextCFI); in decodeFDE() 158 if (addressSpace.getEncodedP(p, nextCFI, cieInfo->lsdaEncoding & 0x0F) != in decodeFDE() 163 addressSpace.getEncodedP(p, nextCFI, cieInfo->lsdaEncoding); in decodeFDE() 169 fdeInfo->fdeLength = nextCFI - fdeStart; in decodeFDE() 202 pint_t nextCFI = p + cfiLength; in findFDE() local 211 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding); in findFDE() 213 p, nextCFI, cieInfo->pointerEncoding & 0x0F); in findFDE() [all …]
|