| /freebsd-13-stable/stand/lua/ |
| HD | config.lua | 623 local module_path = loader.getenv("module_path") 627 return module_path 634 return module_path:gsub(kernel_path, '') 665 local module_path = getModulePath() 682 if module_path ~= nil then 684 module_path)
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteCommunicationServerCommon.h | 139 virtual FileSpec FindModuleFile(const std::string &module_path, 148 ModuleSpec GetModuleInfo(llvm::StringRef module_path, llvm::StringRef triple);
|
| HD | GDBRemoteCommunicationServerCommon.cpp | 1100 std::string module_path; in Handle_qModuleInfo() local 1101 packet.GetHexByteStringTerminatedBy(module_path, ';'); in Handle_qModuleInfo() 1102 if (module_path.empty()) in Handle_qModuleInfo() 1111 ModuleSpec matched_module_spec = GetModuleInfo(module_path, triple); in Handle_qModuleInfo() 1309 const std::string &module_path, const ArchSpec &arch) { in FindModuleFile() argument 1311 return HostInfoAndroid::ResolveLibraryPath(module_path, arch); in FindModuleFile() 1313 FileSpec file_spec(module_path); in FindModuleFile() 1320 GDBRemoteCommunicationServerCommon::GetModuleInfo(llvm::StringRef module_path, in GetModuleInfo() argument 1324 FileSpec req_module_path_spec(module_path); in GetModuleInfo()
|
| HD | GDBRemoteCommunicationServerLLGS.h | 284 FileSpec FindModuleFile(const std::string &module_path,
|
| HD | GDBRemoteCommunicationServerLLGS.cpp | 4169 GDBRemoteCommunicationServerLLGS::FindModuleFile(const std::string &module_path, in FindModuleFile() argument 4174 ->GetLoadedModuleFileSpec(module_path.c_str(), file_spec) in FindModuleFile() 4181 return GDBRemoteCommunicationServerCommon::FindModuleFile(module_path, arch); in FindModuleFile()
|
| HD | GDBRemoteCommunicationClient.cpp | 3837 std::string module_path = module_file_spec.GetPath(false); in GetModuleInfo() local 3838 if (module_path.empty()) in GetModuleInfo() 3843 packet.PutStringAsRawHex8(module_path); in GetModuleInfo()
|
| /freebsd-13-stable/libexec/rc/rc.d/ |
| HD | kldxref | 22 MODULE_PATHS=`sysctl -n kern.module_path`
|
| /freebsd-13-stable/stand/defaults/ |
| HD | loader.conf | 106 module_path="/boot/modules;/boot/dtb;/boot/dtb/overlays" # Set the module search path
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| HD | DynamicLoaderHexagonDYLD.cpp | 471 const char *module_path = I->path.c_str(); in LoadAllCurrentModules() local 472 FileSpec file(module_path); in LoadAllCurrentModules() 482 __FUNCTION__, module_path, I->base_addr); in LoadAllCurrentModules()
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_interface_internal.h | 90 int __sanitizer_get_module_and_offset_for_pc(void *pc, char *module_path,
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/include/sanitizer/ |
| HD | common_interface_defs.h | 449 void *pc, char *module_path, size_t module_path_len, void **pc_offset);
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| HD | FuzzerExtFunctions.def | 43 (void *pc, char *module_path,
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
| HD | NativeProcessNetBSD.h | 80 Status GetLoadedModuleFileSpec(const char *module_path,
|
| HD | NativeProcessNetBSD.cpp | 756 Status NativeProcessNetBSD::GetLoadedModuleFileSpec(const char *module_path, in GetLoadedModuleFileSpec() argument 762 FileSpec module_file_spec(module_path); in GetLoadedModuleFileSpec()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| HD | NativeProcessFreeBSD.h | 81 Status GetLoadedModuleFileSpec(const char *module_path,
|
| HD | NativeProcessFreeBSD.cpp | 728 Status NativeProcessFreeBSD::GetLoadedModuleFileSpec(const char *module_path, in GetLoadedModuleFileSpec() argument 738 FileSpec module_file_spec(module_path); in GetLoadedModuleFileSpec()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| HD | PlatformRemoteGDBServer.cpp | 106 const auto module_path = module_file_spec.GetPath(false); in GetModuleSpec() local 113 __FUNCTION__, module_path.c_str(), in GetModuleSpec() 123 __FUNCTION__, module_path.c_str(), in GetModuleSpec()
|
| /freebsd-13-stable/stand/common/ |
| HD | help.common | 153 filenames, each of which will be searched for in the module_path 271 set module_path=<path>[;<path>...] 275 default module_path is "/boot/modules" with the kernel directory
|
| /freebsd-13-stable/stand/forth/ |
| HD | support.4th | 1278 : modulepath s" module_path" ; 1280 \ Functions used to save and restore module_path's value. 1348 s" echo Module_path: ${module_path}" evaluate 1373 \ The kernel gets loaded from the current module_path. 1414 \ The module_path variable is overridden if load is successful, by 1426 \ Set the environment variable module_path, and try loading 1499 \ directories pointed by module_path. 1501 \ The module_path variable is overridden if load is successful, by
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| HD | ClangModulesDeclVendor.cpp | 190 const auto &module_path = info.getArgStdStr(1); in HandleModuleRemark() local 191 LLDB_LOG(log, "Building Clang module {0} as {1}", module_name, module_path); in HandleModuleRemark()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/common/ |
| HD | NativeProcessProtocol.h | 253 virtual Status GetLoadedModuleFileSpec(const char *module_path,
|
| /freebsd-13-stable/sys/kern/ |
| HD | kern_linker.c | 1837 SYSCTL_STRING(_kern, OID_AUTO, module_path, CTLFLAG_RWTUN, linker_path,
|
| /freebsd-13-stable/tools/tools/sysdoc/ |
| HD | tunables.mdoc | 942 kern.module_path
|