Lines Matching full:global_symbol_table
352 StringMap* global_symbol_table = NULL;
357 if (global_symbol_table != NULL)
359 global_symbol_table = new_StringMap();
378 assert(global_symbol_table != NULL);
379 val = search_StringMap(global_symbol_table, lbl);
1127 assert(global_symbol_table != NULL);
1284 //ghciInsertStrHashTable(oc->fileName, global_symbol_table, nm, ad);
1285 paranoid_addto_StringMap(global_symbol_table, nm, ad);
1478 mainp = search_StringMap ( global_symbol_table, "entry" );