Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dmodule.h239 struct linker_file *module_file(module_t);
/freebsd-12.1/sys/kern/
H A Dkern_module.c299 module_file(module_t mod) in module_file() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp954 const FileSpec module_file(shlibs.GetFileSpecAtIndex(shlib_idx)); in DoExecute() local
955 ModuleSpec module_spec(module_file); in DoExecute()
974 module_file.GetPath().c_str()); in DoExecute()