Symbol: register_callback
arch/x86/xen/setup.c
1009
ret = register_callback(CALLBACKTYPE_syscall32,
arch/x86/xen/setup.c
1014
ret = register_callback(CALLBACKTYPE_sysenter,
arch/x86/xen/setup.c
1029
if (register_callback(CALLBACKTYPE_event,
arch/x86/xen/setup.c
1031
register_callback(CALLBACKTYPE_failsafe, xen_failsafe_callback))
arch/x86/xen/setup.c
997
ret = register_callback(CALLBACKTYPE_syscall, xen_entry_SYSCALL_64);
scripts/gcc-plugins/latent_entropy_plugin.c
612
register_callback(plugin_name, PLUGIN_INFO, NULL,
scripts/gcc-plugins/latent_entropy_plugin.c
615
register_callback(plugin_name, PLUGIN_START_UNIT,
scripts/gcc-plugins/latent_entropy_plugin.c
617
register_callback(plugin_name, PLUGIN_REGISTER_GGC_ROOTS,
scripts/gcc-plugins/latent_entropy_plugin.c
619
register_callback(plugin_name, PLUGIN_PASS_MANAGER_SETUP, NULL,
scripts/gcc-plugins/latent_entropy_plugin.c
622
register_callback(plugin_name, PLUGIN_ATTRIBUTES, register_attributes,
scripts/gcc-plugins/randomize_layout_plugin.c
871
register_callback(plugin_name, PLUGIN_INFO, NULL, &randomize_layout_plugin_info);
scripts/gcc-plugins/randomize_layout_plugin.c
873
register_callback(plugin_name, PLUGIN_ALL_IPA_PASSES_START, check_global_variables, NULL);
scripts/gcc-plugins/randomize_layout_plugin.c
874
register_callback(plugin_name, PLUGIN_PASS_MANAGER_SETUP, NULL, &find_bad_casts_pass_info);
scripts/gcc-plugins/randomize_layout_plugin.c
875
register_callback(plugin_name, PLUGIN_FINISH_TYPE, finish_type, NULL);
scripts/gcc-plugins/randomize_layout_plugin.c
876
register_callback(plugin_name, PLUGIN_FINISH_DECL, randomize_layout_finish_decl, NULL);
scripts/gcc-plugins/randomize_layout_plugin.c
878
register_callback(plugin_name, PLUGIN_ATTRIBUTES, register_attributes, NULL);
scripts/gcc-plugins/stackleak_plugin.c
610
register_callback(plugin_name, PLUGIN_INFO, NULL,
scripts/gcc-plugins/stackleak_plugin.c
614
register_callback(plugin_name, PLUGIN_START_UNIT,
scripts/gcc-plugins/stackleak_plugin.c
618
register_callback(plugin_name, PLUGIN_REGISTER_GGC_ROOTS, NULL,
scripts/gcc-plugins/stackleak_plugin.c
629
register_callback(plugin_name, PLUGIN_PASS_MANAGER_SETUP, NULL,
scripts/gcc-plugins/stackleak_plugin.c
631
register_callback(plugin_name, PLUGIN_PASS_MANAGER_SETUP, NULL,