Searched refs:faultAddress (Results 1 – 3 of 3) sorted by relevance
172 BigInteger faultAddress = getBigInteger(crash, FAULT_ADDRESS); in matchSecurityCrashes() local173 if (faultAddress != null in matchSecurityCrashes()174 && faultAddress.compareTo(config.minCrashAddress) < 0) { in matchSecurityCrashes()234 BigInteger faultAddress = null; in addAllCrashes() local261 faultAddress = new BigInteger(faultAddrMatch, 16); in addAllCrashes()318 crash.put(FAULT_ADDRESS, faultAddress == null ? null : faultAddress.toString(16)); in addAllCrashes()
415 String faultAddress = m.group("faultaddress"); in parseMainThread()416 if (!faultAddress.equals("--------")) { in parseMainThread()419 .setFaultAddress(parsePointer(faultAddress)); in parseMainThread()
285 Long faultAddress = signalInfo.getFaultAddress();286 if (Long.compareUnsigned(faultAddress, config.maxLowFaultAddress) < 0) {