Searched refs:shash_t (Results 1 – 3 of 3) sorted by relevance
983 } shash_t; typedef1018 shash_t **shash_head; /* string hash table */1043 shash_t shash [ PAGE_SIZE / sizeof (shash_t) ];1129 static shash_t *orig_str_hash[SHASH_SIZE];1130 static shash_t *ext_str_hash [SHASH_SIZE];1131 static shash_t *tag_hash [SHASH_SIZE];1478 static shash_t *hash_string (const char *, ptrdiff_t, shash_t **, symint_t *);1479 static symint_t add_string (varray_t *, shash_t **, const char *, const char *,1480 shash_t **);1525 static shash_t *allocate_shash (void);[all …]
912 } shash_t; typedef1036 shash_t shash [ PAGE_SIZE / sizeof (shash_t) ];1413 shash_t **ret_hash);1464 static shash_t *allocate_shash (void);1553 shash_t **ret_hash /* return hash pointer */) in add_string()1556 shash_t *hash_ptr; in add_string()1561 hash_ptr = (shash_t *) hash_find (hash_tbl, str); in add_string()1562 if (hash_ptr == (shash_t *) NULL) in add_string()1589 if (ret_hash != (shash_t **) NULL) in add_string()1613 shash_t *hash_ptr = (shash_t *) NULL; in add_ecoff_symbol()[all …]