Home
last modified time | relevance | path

Searched refs:CheckForKernelImageAtAddress (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp234 …if (CheckForKernelImageAtAddress (exe_objfile->GetHeaderAddress().GetFileAddress(), process) == ex… in SearchForKernelAtSameLoadAddr()
267 if (CheckForKernelImageAtAddress (addr, process).IsValid()) in SearchForKernelWithDebugHints()
320 if (CheckForKernelImageAtAddress (addr, process).IsValid()) in SearchForKernelNearPC()
322 if (CheckForKernelImageAtAddress (addr + 0x1000, process).IsValid()) in SearchForKernelNearPC()
324 if (CheckForKernelImageAtAddress (addr + 0x2000, process).IsValid()) in SearchForKernelNearPC()
370 if (CheckForKernelImageAtAddress (addr, process).IsValid()) in SearchForKernelViaExhaustiveSearch()
372 if (CheckForKernelImageAtAddress (addr + 0x1000, process).IsValid()) in SearchForKernelViaExhaustiveSearch()
374 if (CheckForKernelImageAtAddress (addr + 0x2000, process).IsValid()) in SearchForKernelViaExhaustiveSearch()
387 DynamicLoaderDarwinKernel::CheckForKernelImageAtAddress (lldb::addr_t addr, Process *process) in CheckForKernelImageAtAddress() function in DynamicLoaderDarwinKernel
DDynamicLoaderDarwinKernel.h359 CheckForKernelImageAtAddress (lldb::addr_t addr, lldb_private::Process *process);