| /freebsd-12.1/stand/lua/ |
| H A D | config.lua | 509 local module_path = loader.getenv("module_path") 513 return module_path 520 return module_path:gsub(kernel_path, '') 551 local module_path = getModulePath() 568 if module_path ~= nil then 570 module_path)
|
| /freebsd-12.1/gnu/usr.bin/gdb/kgdb/ |
| H A D | kld.c | 114 char *module_path; in find_kld_path() local 128 target_read_string(module_path_addr, &module_path, PATH_MAX, in find_kld_path() 131 make_cleanup(xfree, module_path); in find_kld_path() 132 cp = module_path; in find_kld_path()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.h | 148 virtual FileSpec FindModuleFile(const std::string &module_path, 152 ModuleSpec GetModuleInfo(llvm::StringRef module_path, llvm::StringRef triple);
|
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1067 std::string module_path; in Handle_qModuleInfo() local 1068 packet.GetHexByteStringTerminatedBy(module_path, ';'); in Handle_qModuleInfo() 1069 if (module_path.empty()) in Handle_qModuleInfo() 1078 ModuleSpec matched_module_spec = GetModuleInfo(module_path, triple); in Handle_qModuleInfo() 1267 const std::string &module_path, const ArchSpec &arch) { in FindModuleFile() argument 1269 return HostInfoAndroid::ResolveLibraryPath(module_path, arch); in FindModuleFile() 1271 FileSpec file_spec(module_path); in FindModuleFile() 1278 GDBRemoteCommunicationServerCommon::GetModuleInfo(llvm::StringRef module_path, in GetModuleInfo() argument 1282 FileSpec req_module_path_spec(module_path); in GetModuleInfo()
|
| H A D | GDBRemoteCommunicationServerLLGS.h | 200 FileSpec FindModuleFile(const std::string &module_path,
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 3214 GDBRemoteCommunicationServerLLGS::FindModuleFile(const std::string &module_path, argument 3219 ->GetLoadedModuleFileSpec(module_path.c_str(), file_spec) 3226 return GDBRemoteCommunicationServerCommon::FindModuleFile(module_path, arch);
|
| H A D | GDBRemoteCommunicationClient.cpp | 3505 std::string module_path = module_file_spec.GetPath(false); in GetModuleInfo() local 3506 if (module_path.empty()) in GetModuleInfo() 3511 packet.PutCStringAsRawHex8(module_path.c_str()); in GetModuleInfo()
|
| /freebsd-12.1/libexec/rc/rc.d/ |
| H A D | kldxref | 23 MODULE_PATHS=`sysctl -n kern.module_path`
|
| /freebsd-12.1/stand/defaults/ |
| H A D | loader.conf | 100 module_path="/boot/modules;/boot/dtb;/boot/dtb/overlays" # Set the module search path
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | DynamicLoaderHexagonDYLD.cpp | 486 const char *module_path = I->path.c_str(); in LoadAllCurrentModules() local 487 FileSpec file(module_path); in LoadAllCurrentModules() 497 __FUNCTION__, module_path, I->base_addr); in LoadAllCurrentModules()
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_interface_internal.h | 75 __sanitizer::uptr pc, char *module_path,
|
| /freebsd-12.1/contrib/compiler-rt/include/sanitizer/ |
| H A D | common_interface_defs.h | 201 int __sanitizer_get_module_and_offset_for_pc(void *pc, char *module_path,
|
| /freebsd-12.1/contrib/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerExtFunctions.def | 43 (void *pc, char *module_path,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.h | 78 Status GetLoadedModuleFileSpec(const char *module_path,
|
| H A D | NativeProcessNetBSD.cpp | 587 Status NativeProcessNetBSD::GetLoadedModuleFileSpec(const char *module_path, in GetLoadedModuleFileSpec() argument
|
| /freebsd-12.1/stand/forth/ |
| H A D | support.4th | 1192 : modulepath s" module_path" ; 1194 \ Functions used to save and restore module_path's value. 1262 s" echo Module_path: ${module_path}" evaluate 1287 \ The kernel gets loaded from the current module_path. 1328 \ The module_path variable is overridden if load is successful, by 1340 \ Set the environment variable module_path, and try loading 1413 \ directories pointed by module_path. 1415 \ The module_path variable is overridden if load is successful, by
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 167 const auto module_path = module_file_spec.GetPath(false); in GetModuleSpec() local 173 __FUNCTION__, module_path.c_str(), in GetModuleSpec() 183 __FUNCTION__, module_path.c_str(), arch.GetTriple().getTriple().c_str(), in GetModuleSpec()
|
| /freebsd-12.1/stand/common/ |
| H A D | help.common | 146 filenames, each of which will be searched for in the module_path 264 set module_path=<path>[;<path>...] 268 default module_path is "/boot/modules" with the kernel directory
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/ |
| H A D | NativeProcessDarwin.h | 106 Status GetLoadedModuleFileSpec(const char *module_path,
|
| H A D | NativeProcessDarwin.cpp | 1537 Status NativeProcessDarwin::GetLoadedModuleFileSpec(const char *module_path, in GetLoadedModuleFileSpec() argument
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 240 virtual Status GetLoadedModuleFileSpec(const char *module_path,
|
| /freebsd-12.1/sys/kern/ |
| H A D | kern_linker.c | 1742 SYSCTL_STRING(_kern, OID_AUTO, module_path, CTLFLAG_RWTUN, linker_path,
|
| /freebsd-12.1/tools/tools/sysdoc/ |
| H A D | tunables.mdoc | 943 kern.module_path
|