Searched refs:cfiLength (Results 1 – 1 of 1) sorted by relevance
116 uint64_t cfiLength = addressSpace.get32(p); in findPCRange() local118 if (cfiLength == 0xffffffff) { in findPCRange()120 cfiLength = addressSpace.get64(p); in findPCRange()123 if (cfiLength == 0) in findPCRange()128 pint_t nextCFI = p + cfiLength; in findPCRange()148 uint64_t cfiLength = addressSpace.get32(p); in decodeFDE() local150 if (cfiLength == 0xffffffff) { in decodeFDE()152 cfiLength = addressSpace.get64(p); in decodeFDE()155 if (cfiLength == 0) in decodeFDE()160 pint_t nextCFI = p + cfiLength; in decodeFDE()