Home
last modified time | relevance | path

Searched refs:module_path (Results 1 – 23 of 23) sorted by relevance

/freebsd-11-stable/stand/lua/
HDconfig.lua543 local module_path = loader.getenv("module_path")
547 return module_path
554 return module_path:gsub(kernel_path, '')
585 local module_path = getModulePath()
602 if module_path ~= nil then
604 module_path)
/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
HDkld.c114 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-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerCommon.h145 virtual FileSpec FindModuleFile(const std::string &module_path,
149 ModuleSpec GetModuleInfo(llvm::StringRef module_path, llvm::StringRef triple);
HDGDBRemoteCommunicationServerCommon.cpp1073 std::string module_path; in Handle_qModuleInfo() local
1074 packet.GetHexByteStringTerminatedBy(module_path, ';'); in Handle_qModuleInfo()
1075 if (module_path.empty()) in Handle_qModuleInfo()
1084 ModuleSpec matched_module_spec = GetModuleInfo(module_path, triple); in Handle_qModuleInfo()
1281 const std::string &module_path, const ArchSpec &arch) { in FindModuleFile() argument
1283 return HostInfoAndroid::ResolveLibraryPath(module_path, arch); in FindModuleFile()
1285 FileSpec file_spec(module_path); in FindModuleFile()
1292 GDBRemoteCommunicationServerCommon::GetModuleInfo(llvm::StringRef module_path, in GetModuleInfo() argument
1296 FileSpec req_module_path_spec(module_path); in GetModuleInfo()
HDGDBRemoteCommunicationServerLLGS.h193 FileSpec FindModuleFile(const std::string &module_path,
HDGDBRemoteCommunicationServerLLGS.cpp3293 GDBRemoteCommunicationServerLLGS::FindModuleFile(const std::string &module_path, argument
3298 ->GetLoadedModuleFileSpec(module_path.c_str(), file_spec)
3305 return GDBRemoteCommunicationServerCommon::FindModuleFile(module_path, arch);
HDGDBRemoteCommunicationClient.cpp3539 std::string module_path = module_file_spec.GetPath(false); in GetModuleInfo() local
3540 if (module_path.empty()) in GetModuleInfo()
3545 packet.PutStringAsRawHex8(module_path); in GetModuleInfo()
/freebsd-11-stable/etc/rc.d/
HDkldxref23 MODULE_PATHS=`sysctl -n kern.module_path`
/freebsd-11-stable/stand/defaults/
HDloader.conf91 module_path="/boot/modules;/boot/dtb;/boot/dtb/overlays" # Set the module search path
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
HDDynamicLoaderHexagonDYLD.cpp483 const char *module_path = I->path.c_str(); in LoadAllCurrentModules() local
484 FileSpec file(module_path); in LoadAllCurrentModules()
494 __FUNCTION__, module_path, I->base_addr); in LoadAllCurrentModules()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_interface_internal.h74 __sanitizer::uptr pc, char *module_path,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
HDcommon_interface_defs.h346 int __sanitizer_get_module_and_offset_for_pc(void *pc, char *module_path,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerExtFunctions.def43 (void *pc, char *module_path,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
HDNativeProcessNetBSD.h77 Status GetLoadedModuleFileSpec(const char *module_path,
HDNativeProcessNetBSD.cpp711 Status NativeProcessNetBSD::GetLoadedModuleFileSpec(const char *module_path, in GetLoadedModuleFileSpec() argument
/freebsd-11-stable/stand/forth/
HDsupport.4th1192 : 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-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.cpp169 const auto module_path = module_file_spec.GetPath(false); in GetModuleSpec() local
175 __FUNCTION__, module_path.c_str(), in GetModuleSpec()
185 __FUNCTION__, module_path.c_str(), in GetModuleSpec()
/freebsd-11-stable/stand/common/
HDhelp.common146 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-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
HDNativeProcessDarwin.h103 Status GetLoadedModuleFileSpec(const char *module_path,
HDNativeProcessDarwin.cpp1514 Status NativeProcessDarwin::GetLoadedModuleFileSpec(const char *module_path, in GetLoadedModuleFileSpec() argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
HDNativeProcessProtocol.h250 virtual Status GetLoadedModuleFileSpec(const char *module_path,
/freebsd-11-stable/sys/kern/
HDkern_linker.c1703 SYSCTL_STRING(_kern, OID_AUTO, module_path, CTLFLAG_RWTUN, linker_path,
/freebsd-11-stable/tools/tools/sysdoc/
HDtunables.mdoc943 kern.module_path