Searched refs:mem_fault_location (Results 1 – 1 of 1) sorted by relevance
242 auto mem_fault_location = ToUintPtr(siginfo->si_addr); in DetectSEGVFromMemory() local245 if (mem_fault_location > MAX_OBJECT_SIZE) { in DetectSEGVFromMemory()250 … LOG(FATAL, RUNTIME) << "Memory location which caused fault:" << std::hex << mem_fault_location; in DetectSEGVFromMemory()