Searched refs:symbol_lookup_table (Results 1 – 1 of 1) sorted by relevance
60 static GHashTable *symbol_lookup_table = NULL; variable285 g_hash_table_lookup(symbol_lookup_table, match); in parse_sym_trans()324 g_hash_table_insert(symbol_lookup_table, match_dup, in parse_sym_trans()662 symbol_lookup_table = g_hash_table_new_full( in lt_table_init()665 lt_check_null(symbol_lookup_table); in lt_table_init()727 if (symbol_lookup_table == NULL) { in lt_table_cause_from_stack()732 g_hash_table_lookup(symbol_lookup_table, module_func); in lt_table_cause_from_stack()739 g_hash_table_lookup(symbol_lookup_table, func); in lt_table_cause_from_stack()819 if (symbol_lookup_table != NULL) { in lt_table_deinit()820 g_hash_table_destroy(symbol_lookup_table); in lt_table_deinit()[all …]