Home | History | Annotate | Download | only in tests

Lines Matching refs:g_module_symbol

101   if (!g_module_symbol (module_self, "g_module_close", (gpointer *) &f_self))
114 if (!g_module_symbol (module_a, "gplugin_a_state",
118 if (!g_module_symbol (module_b, "gplugin_b_state",
125 if (!g_module_symbol (module_a, "gplugin_a_func", (gpointer *) &f_a))
129 if (!g_module_symbol (module_b, "gplugin_b_func", (gpointer *) &f_b))
142 if (!g_module_symbol (module_self, "g_clash_func", (gpointer *) &f_self))
146 if (!g_module_symbol (module_a, "g_clash_func", (gpointer *) &f_a))
150 if (!g_module_symbol (module_b, "g_clash_func", (gpointer *) &f_b))
165 if (!g_module_symbol (module_a, "gplugin_clash_func", (gpointer *) &f_a))
169 if (!g_module_symbol (module_b, "gplugin_clash_func", (gpointer *) &f_b))
183 if (!g_module_symbol (module_a, "gplugin_a_module_func", (gpointer *) &gmod_f))