Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp72 static bool is_kmod(Module *module) { in is_kmod() function
367 if (!IsKernel() && !is_kmod(m_module_sp.get())) { in LoadImageUsingMemoryModule()
389 if (is_kmod(m_module_sp.get()) && is_reloc(m_module_sp.get())) { in LoadImageUsingMemoryModule()
548 if (is_kmod(module.get())) in ParseKmods()