Lines Matching refs:g_module_symbol
102 if (!g_module_symbol (module_self, "g_module_close", (gpointer *) &f_self)) in main()
115 if (!g_module_symbol (module_a, "gplugin_a_state", in main()
119 if (!g_module_symbol (module_b, "gplugin_b_state", in main()
126 if (!g_module_symbol (module_a, "gplugin_a_func", (gpointer *) &f_a)) in main()
130 if (!g_module_symbol (module_b, "gplugin_b_func", (gpointer *) &f_b)) in main()
143 if (!g_module_symbol (module_self, "g_clash_func", (gpointer *) &f_self)) in main()
147 if (!g_module_symbol (module_a, "g_clash_func", (gpointer *) &f_a)) in main()
151 if (!g_module_symbol (module_b, "g_clash_func", (gpointer *) &f_b)) in main()
166 if (!g_module_symbol (module_a, "gplugin_clash_func", (gpointer *) &f_a)) in main()
170 if (!g_module_symbol (module_b, "gplugin_clash_func", (gpointer *) &f_b)) in main()
184 if (!g_module_symbol (module_a, "gplugin_a_module_func", (gpointer *) &gmod_f)) in main()