Searched refs:exe_objfile (Results 1 – 4 of 4) sorted by relevance
219 ObjectFile *exe_objfile = exe_module->GetObjectFile(); in SearchForKernelAtSameLoadAddr() local221 if (!exe_objfile->GetBaseAddress().IsValid()) in SearchForKernelAtSameLoadAddr()225 exe_objfile->GetBaseAddress().GetFileAddress(), process) == in SearchForKernelAtSameLoadAddr()227 return exe_objfile->GetBaseAddress().GetFileAddress(); in SearchForKernelAtSameLoadAddr()466 ObjectFile *exe_objfile = memory_module_sp->GetObjectFile(); in CheckForKernelImageAtAddress() local467 if (exe_objfile == nullptr) { in CheckForKernelImageAtAddress()
130 ObjectFile *exe_objfile = exe_module->GetObjectFile(); in CanDebug() local131 if (exe_objfile->GetType() == ObjectFile::eTypeExecutable && in CanDebug()132 exe_objfile->GetStrata() == ObjectFile::eStrataKernel) in CanDebug()
206 ObjectFile *exe_objfile = exe_module_sp->GetObjectFile(); in GetSymbolFile() local209 if (exe_objfile && exe_symfile) { in GetSymbolFile()
223 ObjectFile *exe_objfile = exe_module->GetObjectFile(); in CanDebug() local225 switch (exe_objfile->GetType()) { in CanDebug()