Searched refs:shash_t (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dmips-tfile.c918 If PAGE_SIZE is > 4096, the string length in the shash_t structure
1045 } shash_t;
1082 shash_t **shash_head; /* string hash table */
1135 (shash_t **) 0, /* shash_head: string hash table */
1157 shash_t shash [ PAGE_SIZE / sizeof (shash_t) ];
1243 static shash_t *orig_str_hash[SHASH_SIZE];
1244 static shash_t *ext_str_hash [SHASH_SIZE];
1245 static shash_t *tag_hash [SHASH_SIZE];
1598 STATIC shash_t *hash_strin
1038 } shash_t; typedef in typeref:struct:shash
[all...]
/haiku-buildtools/legacy/binutils/gas/
H A Decoff.c770 If PAGE_SIZE is > 4096, the string length in the shash_t structure
917 } shash_t;
1041 shash_t shash [ PAGE_SIZE / sizeof (shash_t) ];
1420 shash_t **ret_hash);
1471 static shash_t *allocate_shash (void);
1553 shash_t **ret_hash /* return hash pointer */)
1556 register shash_t *hash_ptr;
1561 hash_ptr = (shash_t *) hash_find (hash_tbl, str);
1562 if (hash_ptr == (shash_t *) NUL
915 } shash_t; typedef in typeref:struct:shash
[all...]
/haiku-buildtools/binutils/gas/
H A Decoff.c767 If PAGE_SIZE is > 4096, the string length in the shash_t structure
914 } shash_t;
1038 shash_t shash [ PAGE_SIZE / sizeof (shash_t) ];
1417 shash_t **ret_hash);
1468 static shash_t *allocate_shash (void);
1560 shash_t **ret_hash /* return hash pointer */)
1563 shash_t *hash_ptr;
1568 hash_ptr = (shash_t *) hash_find (hash_tbl, str);
1569 if (hash_ptr == (shash_t *) NUL
912 } shash_t; typedef in typeref:struct:shash
[all...]

Completed in 151 milliseconds