Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dfmd_api.c61 void *mod_spec; /* fmd_hdl_get/setspecific data value */ member
106 mp->mod_spec = NULL; in fmd_hdl_register()
166 mp->mod_spec = spec; in fmd_hdl_setspecific()
178 return (mp->mod_spec); in fmd_hdl_getspecific()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp394 static bool LookForDsymNextToExecutablePath(const ModuleSpec &mod_spec, in LookForDsymNextToExecutablePath() argument
415 FileAtPathContainsArchAndUUID(dsym_fspec, mod_spec.GetArchitecturePtr(), in LookForDsymNextToExecutablePath()
416 mod_spec.GetUUIDPtr())) { in LookForDsymNextToExecutablePath()
432 mod_spec.GetArchitecturePtr(), in LookForDsymNextToExecutablePath()
433 mod_spec.GetUUIDPtr())) { in LookForDsymNextToExecutablePath()
447 ModuleSpec mutable_mod_spec = mod_spec; in LookForDsymNextToExecutablePath()