Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDmodule.h228 struct linker_file *module_file(module_t);
/NextBSD/sys/kern/
HDkern_module.c299 module_file(module_t mod) in module_file() function
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectTarget.cpp1021 const FileSpec module_file(shlibs.GetFileSpecAtIndex(shlib_idx)); in DoExecute() local
1022 ModuleSpec module_spec (module_file); in DoExecute()
1043 module_file.GetPath().c_str()); in DoExecute()