Searched refs:cfiLength (Results 1 – 1 of 1) sorted by relevance
126 pint_t cfiLength = (pint_t)addressSpace.get32(p); in decodeFDE() local128 if (cfiLength == 0xffffffff) { in decodeFDE()130 cfiLength = (pint_t)addressSpace.get64(p); in decodeFDE()133 if (cfiLength == 0) in decodeFDE()138 pint_t nextCFI = p + cfiLength; in decodeFDE()187 pint_t cfiLength = addressSpace.get32(p); in findFDE() local189 if (cfiLength == 0xffffffff) { in findFDE()191 cfiLength = (pint_t)addressSpace.get64(p); in findFDE()194 if (cfiLength == 0) in findFDE()199 p += cfiLength; in findFDE()[all …]