Searched refs:faultAddress (Results 1 – 1 of 1) sorted by relevance
130 BigInteger faultAddress = getBigInteger(crash, FAULT_ADDRESS); in matchSecurityCrashes() local131 if (faultAddress != null in matchSecurityCrashes()132 && faultAddress.compareTo(config.minCrashAddress) < 0) { in matchSecurityCrashes()161 BigInteger faultAddress = null; in addAllCrashes() local184 faultAddress = new BigInteger(faultAddrMatch, 16); in addAllCrashes()196 faultAddress == null ? null : faultAddress.toString(16)); in addAllCrashes()