Searched refs:shash_t (Results 1 – 2 of 2) sorted by relevance
1032 } shash_t; typedef1069 shash_t **shash_head; /* string hash table */1094 shash_t shash [ PAGE_SIZE / sizeof (shash_t) ];1180 static shash_t *orig_str_hash[SHASH_SIZE];1181 static shash_t *ext_str_hash [SHASH_SIZE];1182 static shash_t *tag_hash [SHASH_SIZE];1533 STATIC shash_t *hash_string (const char *, Ptrdiff_t, shash_t **, symint_t *);1534 STATIC symint_t add_string (varray_t *, shash_t **, const char *, const char *,1535 shash_t **);1580 STATIC shash_t *allocate_shash (void);[all …]
915 } shash_t; typedef1039 shash_t shash [ PAGE_SIZE / sizeof (shash_t) ];1416 shash_t **ret_hash);1467 static shash_t *allocate_shash (void);1546 shash_t **ret_hash /* return hash pointer */) in add_string()1549 register shash_t *hash_ptr; in add_string()1554 hash_ptr = (shash_t *) hash_find (hash_tbl, str); in add_string()1555 if (hash_ptr == (shash_t *) NULL) in add_string()1582 if (ret_hash != (shash_t **) NULL) in add_string()1606 shash_t *hash_ptr = (shash_t *) NULL; in add_ecoff_symbol()[all …]