Home
last modified time | relevance | path

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

/freebsd-14.2/sys/gnu/gcov/
H A Dgcov_subr.c103 link_info = module_file(mod); in within_module()
/freebsd-14.2/sys/sys/
H A Dmodule.h237 struct linker_file *module_file(module_t);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2524 FileSpec module_file(pathname); in LoadScriptingModule() local
2525 FileSystem::Instance().Resolve(module_file); in LoadScriptingModule()
2528 std::error_code ec = status(module_file.GetPath(), st); in LoadScriptingModule()
2542 if (module_file.GetDirectory().IsEmpty()) { in LoadScriptingModule()
2547 ExtendSysPath(module_file.GetDirectory().GetCString())) { in LoadScriptingModule()
2551 module_name = module_file.GetFilename().GetCString(); in LoadScriptingModule()
/freebsd-14.2/sys/kern/
H A Dkern_module.c297 module_file(module_t mod) in module_file() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp962 const FileSpec module_file(shlibs.GetFileSpecAtIndex(shlib_idx)); in DoExecute() local
963 ModuleSpec module_spec(module_file); in DoExecute()
981 module_file.GetPath().c_str()); in DoExecute()