Searched refs:strhash (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/jam/
H A Dnewstr.c35 static struct hash *strhash = 0; variable in typeref:struct:hash
47 if( !strhash )
48 strhash = hashinit( sizeof( STRING ), "strings" );
52 if( hashenter( strhash, (HASHDATA **)&s ) )
94 hashdone( strhash );
/haiku-buildtools/legacy/binutils/binutils/
H A Ddllwrap.c114 static int strhash (const char *);
447 strhash (const char *str) function
893 unsigned long hash = strhash (dll_file_name);
H A Dwrstabs.c148 struct string_hash_table strhash; member in struct:stab_write_handle
352 h = string_hash_lookup (&info->strhash, string, TRUE, TRUE);
485 if (!bfd_hash_table_init (&info.strhash.table, string_hash_newfunc,
/haiku-buildtools/binutils/binutils/
H A Ddllwrap.c114 static int strhash (const char *);
450 strhash (const char *str) function
941 unsigned long hash = strhash (dll_file_name);
H A Dwrstabs.c147 struct string_hash_table strhash; member in struct:stab_write_handle
351 h = string_hash_lookup (&info->strhash, string, TRUE, TRUE);
484 if (!bfd_hash_table_init (&info.strhash.table, string_hash_newfunc,
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp784.C2512 extern int strhash (char *, int) ;

Completed in 87 milliseconds