Searched refs:nextCFI (Results 1 – 1 of 1) sorted by relevance
| /freebsd-head/contrib/llvm-project/libunwind/src/ |
| HD | DwarfParser.hpp | 188 pint_t nextCFI = p + cfiLength; in decodeFDE() local 201 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding); in decodeFDE() 203 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding & 0x0F); in decodeFDE() 208 pint_t augLen = (pint_t)addressSpace.getULEB128(p, nextCFI); in decodeFDE() 213 if (addressSpace.getEncodedP(p, nextCFI, cieInfo->lsdaEncoding & 0x0F) != in decodeFDE() 218 addressSpace.getEncodedP(p, nextCFI, cieInfo->lsdaEncoding); in decodeFDE() 224 fdeInfo->fdeLength = nextCFI - fdeStart; in decodeFDE() 259 pint_t nextCFI = p + cfiLength; in findFDE() local 268 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding); in findFDE() 270 p, nextCFI, cieInfo->pointerEncoding & 0x0F); in findFDE() [all …]
|