Home
last modified time | relevance | path

Searched refs:exe_objfile (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp142 ObjectFile *exe_objfile = exe_module->GetObjectFile(); in FindKernelAtLoadAddress() local
144 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() local
212 if (exe_objfile == nullptr) { in CheckForKernelImageAtAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp208 ObjectFile *exe_objfile = exe_module_sp->GetObjectFile(); in GetSymbolFile() local
211 if (exe_objfile && exe_symfile) { in GetSymbolFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp229 ObjectFile *exe_objfile = exe_module->GetObjectFile(); in CanDebug() local
231 switch (exe_objfile->GetType()) { in CanDebug()