HomeSort by: relevance | last modified time | path
    Searched defs:macro_hash (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/
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);
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);
  /src/external/gpl3/binutils.old/dist/gas/
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);
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);
  /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...]
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/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...]
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...]

Completed in 67 milliseconds