Searched refs:cfiLength (Results 1 – 1 of 1) sorted by relevance
170 pint_t cfiLength = (pint_t)addressSpace.get32(p); in decodeFDE() local172 if (cfiLength == 0xffffffff) { in decodeFDE()174 cfiLength = (pint_t)addressSpace.get64(p); in decodeFDE()177 if (cfiLength == 0) in decodeFDE()182 pint_t nextCFI = p + cfiLength; in decodeFDE()233 pint_t cfiLength = addressSpace.get32(p); in findFDE() local235 if (cfiLength == 0xffffffff) { in findFDE()237 cfiLength = (pint_t)addressSpace.get64(p); in findFDE()240 if (cfiLength == 0) in findFDE()245 p += cfiLength; in findFDE()[all …]