| /src/external/gpl3/binutils/dist/gas/ |
| macro.h | 83 extern htab_t macro_hash;
|
| macro.c | 34 htab_t macro_hash; variable 62 macro_hash = htab_create_alloc (16, hash_string_tuple, eq_string_tuple, 70 htab_delete (macro_hash); 688 if (str_hash_insert (macro_hash, macro->name, macro, 0) != NULL) 1233 macro = str_hash_find (macro_hash, copy); 1271 macro = str_hash_find (macro_hash, copy); 1273 str_hash_delete (macro_hash, copy);
|
| read.c | 2880 str_hash_delete (macro_hash, macro->name);
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| macro.h | 83 extern htab_t macro_hash;
|
| macro.c | 45 htab_t macro_hash; variable 73 macro_hash = htab_create_alloc (16, hash_string_tuple, eq_string_tuple, 81 htab_delete (macro_hash); 716 if (str_hash_insert (macro_hash, macro->name, macro, 0) != NULL) 1272 macro = str_hash_find (macro_hash, copy); 1310 macro = str_hash_find (macro_hash, copy); 1312 str_hash_delete (macro_hash, copy);
|
| read.c | 2872 str_hash_delete (macro_hash, macro->name);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| godump.cc | 63 static htab_t macro_hash; variable 65 /* The type of a value in macro_hash. */ 156 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, NO_INSERT); 200 if (htab_find (macro_hash, &idval) == NULL) 437 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, INSERT); 453 htab_clear_slot (macro_hash, slot); 470 slot = htab_find_slot (macro_hash, &mhval, NO_INSERT); 472 htab_clear_slot (macro_hash, slot); 1126 slot = htab_find_slot (macro_hash, mhval, INSERT); 1400 htab_traverse_noresize (macro_hash, go_print_macro, NULL) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| godump.cc | 63 static htab_t macro_hash; variable 65 /* The type of a value in macro_hash. */ 156 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, NO_INSERT); 200 if (htab_find (macro_hash, &idval) == NULL) 437 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, INSERT); 453 htab_clear_slot (macro_hash, slot); 470 slot = htab_find_slot (macro_hash, &mhval, NO_INSERT); 472 htab_clear_slot (macro_hash, slot); 1146 slot = htab_find_slot (macro_hash, mhval, INSERT); 1424 htab_traverse_noresize (macro_hash, go_print_macro, NULL) [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-iq2000.c | 109 extern struct htab *macro_hash; 284 str_hash_insert (macro_hash, macro->name, macro, 1);
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-iq2000.c | 109 extern struct htab *macro_hash; 284 str_hash_insert (macro_hash, macro->name, macro, 1);
|