Searched refs:symbol_cache (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/contrib/ia64/libuwx/src/
H A Duwx_symbols.h38 struct uwx_symbol_cache *symbol_cache);
H A Duwx.h147 struct uwx_symbol_cache *symbol_cache);
386 void release_symbol_cache(struct uwx_symbol_cache *symbol_cache) { argument
387 uwx_release_symbol_cache(env, symbol_cache);
H A Duwx_self.c258 struct uwx_symbol_cache *symbol_cache; member in struct:load_module_cache
270 if (info->load_module_cache->symbol_cache != NULL)
272 info->load_module_cache->symbol_cache);
301 cache->symbol_cache = NULL;
421 &info->load_module_cache->symbol_cache,
H A Duwx_symbols.c143 struct uwx_symbol_cache *symbol_cache)
145 if (symbol_cache->module_name != NULL)
146 (*env->free_cb)(symbol_cache->module_name);
147 if (symbol_cache->sym_values != NULL)
148 (*env->free_cb)(symbol_cache->sym_values);
149 if (symbol_cache->sym_names != NULL)
150 (*env->free_cb)(symbol_cache->sym_names);
151 if (symbol_cache->strings != NULL)
152 (*env->free_cb)(symbol_cache->strings);
153 (*env->free_cb)(symbol_cache);
141 uwx_release_symbol_cache( struct uwx_env *env, struct uwx_symbol_cache *symbol_cache) argument
[all...]

Completed in 200 milliseconds