Searched refs:load_module_cache (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/contrib/ia64/libuwx/src/
H A Duwx_self_info.h27 struct load_module_cache;
38 struct load_module_cache *load_module_cache; member in struct:uwx_self_info
H A Duwx_self.c51 info->load_module_cache = NULL;
74 if (info->load_module_cache != NULL)
254 struct load_module_cache { struct
266 if (info->load_module_cache->names[i] != NULL)
267 (*info->env->free_cb)((void *)info->load_module_cache->names[i]);
270 if (info->load_module_cache->symbol_cache != NULL)
272 info->load_module_cache->symbol_cache);
274 (*info->env->free_cb)((void *)info->load_module_cache);
284 struct load_module_cache *cache;
288 cache = info->load_module_cache;
[all...]

Completed in 141 milliseconds