Searched refs:mod_spec (Results 1 – 3 of 3) sorted by relevance
61 void *mod_spec; /* fmd_hdl_get/setspecific data value */ member106 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()
394 static bool LookForDsymNextToExecutablePath(const ModuleSpec &mod_spec, in LookForDsymNextToExecutablePath() argument415 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()