Searched refs:called_plugin (Results 1 – 2 of 2) sorted by relevance
133 static plugin_t *called_plugin = NULL; variable467 ASSERT (called_plugin); in register_claim_file()468 called_plugin->claim_file_handler = handler; in register_claim_file()476 ASSERT (called_plugin); in register_claim_file_v2()477 called_plugin->claim_file_handler_v2 = handler; in register_claim_file_v2()485 ASSERT (called_plugin); in register_all_symbols_read()486 called_plugin->all_symbols_read_handler = handler; in register_all_symbols_read()494 ASSERT (called_plugin); in register_cleanup()495 called_plugin->cleanup_handler = handler; in register_cleanup()508 ASSERT (called_plugin); in add_symbols()[all …]
130 static plugin_t *called_plugin = NULL; variable463 ASSERT (called_plugin); in register_claim_file()464 called_plugin->claim_file_handler = handler; in register_claim_file()472 ASSERT (called_plugin); in register_all_symbols_read()473 called_plugin->all_symbols_read_handler = handler; in register_all_symbols_read()481 ASSERT (called_plugin); in register_cleanup()482 called_plugin->cleanup_handler = handler; in register_cleanup()495 ASSERT (called_plugin); in add_symbols()519 ASSERT (called_plugin); in get_input_file()541 ASSERT (called_plugin); in get_view()[all …]