Lines Matching full:global_symbol_table
284 StringMap* global_symbol_table = NULL;
289 if (global_symbol_table != NULL)
291 global_symbol_table = new_StringMap();
310 assert(global_symbol_table != NULL);
311 val = search_StringMap(global_symbol_table, lbl);
964 assert(global_symbol_table != NULL);
1117 //ghciInsertStrHashTable(oc->fileName, global_symbol_table, nm, ad);
1118 paranoid_addto_StringMap(global_symbol_table, nm, ad);
1306 mainp = search_StringMap ( global_symbol_table, "main" );
1320 mainp = search_StringMap ( global_symbol_table, "main" );