Searched refs:global_symbol_table (Results 1 - 2 of 2) sorted by relevance
/external/valgrind/VEX/unused/ |
H A D | linker.c | 284 StringMap* global_symbol_table = NULL; variable 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, "mai [all...] |
/external/valgrind/VEX/switchback/ |
H A D | linker.c | 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" );
|
Completed in 28 milliseconds