Searched refs:exe_objfile (Results 1 – 3 of 3) sorted by relevance
142 ObjectFile *exe_objfile = exe_module->GetObjectFile(); in FindKernelAtLoadAddress() local144 if (!exe_objfile->GetBaseAddress().IsValid()) in FindKernelAtLoadAddress()148 process, exe_objfile->GetBaseAddress().GetFileAddress()) in FindKernelAtLoadAddress()150 return exe_objfile->GetBaseAddress().GetFileAddress(); in FindKernelAtLoadAddress()211 ObjectFile *exe_objfile = memory_module_sp->GetObjectFile(); in CheckForKernelImageAtAddress() local212 if (exe_objfile == nullptr) { in CheckForKernelImageAtAddress()
209 ObjectFile *exe_objfile = exe_module_sp->GetObjectFile(); in GetSymbolFile() local212 if (exe_objfile && exe_symfile) { in GetSymbolFile()
230 ObjectFile *exe_objfile = exe_module->GetObjectFile(); in CanDebug() local232 switch (exe_objfile->GetType()) { in CanDebug()