Home | History | Annotate | Download | only in gas

Lines Matching defs:thash_t

932 } thash_t;
953 thash_t *thash_head[THASH_SIZE];
1040 thash_t thash [ PAGE_SIZE / sizeof (thash_t) ];
1427 thash_t **hash_tbl);
1470 static thash_t *allocate_thash (void);
1860 thash_t **hash_tbl /* pointer to hash table to use */)
1909 thash_t *hash_ptr;
4921 static thash_t *
4924 thash_t *ptr;
4933 unallocated = PAGE_SIZE / sizeof (thash_t);
4943 ptr = XNEW (thash_t);