HomeSort by: relevance | last modified time | path
    Searched refs:section_name_hasher (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
symtab.cc 359 section_name_hasher::hash (section_hash_entry *n)
367 section_name_hasher::equal (section_hash_entry *n1, const char *name)
1753 symtab->section_hash = hash_table<section_name_hasher>::create_ggc (10);
cgraph.h 60 struct section_name_hasher : ggc_ptr_hash<section_hash_entry> struct in inherits:ggc_ptr_hash
2506 hash_table<section_name_hasher> *GTY(()) section_hash;
  /src/external/gpl3/gcc/dist/gcc/
symtab.cc 359 section_name_hasher::hash (section_hash_entry *n)
367 section_name_hasher::equal (section_hash_entry *n1, const char *name)
1754 symtab->section_hash = hash_table<section_name_hasher>::create_ggc (10);
cgraph.h 60 struct section_name_hasher : ggc_ptr_hash<section_hash_entry> struct in inherits:ggc_ptr_hash
2509 hash_table<section_name_hasher> *GTY(()) section_hash;

Completed in 47 milliseconds