Searched refs:cfiLength (Results 1 – 1 of 1) sorted by relevance
124 pint_t cfiLength = (pint_t)addressSpace.get32(p); in decodeFDE() local126 if (cfiLength == 0xffffffff) { in decodeFDE()128 cfiLength = (pint_t)addressSpace.get64(p); in decodeFDE()131 if (cfiLength == 0) in decodeFDE()136 pint_t nextCFI = p + cfiLength; in decodeFDE()185 pint_t cfiLength = addressSpace.get32(p); in findFDE() local187 if (cfiLength == 0xffffffff) { in findFDE()189 cfiLength = (pint_t)addressSpace.get64(p); in findFDE()192 if (cfiLength == 0) in findFDE()197 p += cfiLength; in findFDE()[all …]