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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 1203 static GTY (()) hash_table<toc_hasher> *toc_hash_table;
17556 /* Create toc_hash_table. This can't be done at TARGET_OPTION_OVERRIDE
17558 if (toc_hash_table == NULL)
17559 toc_hash_table = hash_table<toc_hasher>::create_ggc (1021);
17566 toc_hash_struct **found = toc_hash_table->find_slot (h, INSERT);
1201 static GTY (()) hash_table<toc_hasher> *toc_hash_table; variable
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 1205 static GTY (()) hash_table<toc_hasher> *toc_hash_table;
17098 /* Create toc_hash_table. This can't be done at TARGET_OPTION_OVERRIDE
17100 if (toc_hash_table == NULL)
17101 toc_hash_table = hash_table<toc_hasher>::create_ggc (1021);
17108 toc_hash_struct **found = toc_hash_table->find_slot (h, INSERT);
1203 static GTY (()) hash_table<toc_hasher> *toc_hash_table; variable

Completed in 60 milliseconds