Searched refs:hash_entry (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/usr.bin/lex/ |
| D | sym.c | 46 struct hash_entry *ndtbl[NAME_TABLE_HASH_SIZE]; 47 struct hash_entry *sctbl[START_COND_HASH_SIZE]; 48 struct hash_entry *ccltab[CCL_HASH_SIZE]; 50 struct hash_entry *findsym(); 66 struct hash_entry *sym_entry = table[hash_val]; 67 struct hash_entry *new_entry; 68 struct hash_entry *successor; 81 new_entry = (struct hash_entry *) 82 flex_alloc( sizeof( struct hash_entry ) ); 137 struct hash_entry *findsym( sym, table, table_size ) in findsym() [all …]
|
| D | flexdef.h | 331 struct hash_entry struct 333 struct hash_entry *prev, *next; argument 339 typedef struct hash_entry **hash_table; argument 345 extern struct hash_entry *ndtbl[NAME_TABLE_HASH_SIZE]; 346 extern struct hash_entry *sctbl[START_COND_HASH_SIZE]; 347 extern struct hash_entry *ccltab[CCL_HASH_SIZE]; 1016 extern struct hash_entry *findsym PROTO((register char[], hash_table, int ));
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/ |
| D | hash.c | 38 struct hash_entry { struct 40 struct hash_entry *next; argument 54 struct hash_entry **table; argument 118 alloc = size * sizeof (struct hash_entry *); in hash_new() 153 static struct hash_entry * 155 struct hash_entry ***plist, unsigned long *phash) in hash_lookup() 161 struct hash_entry **list; in hash_lookup() 162 struct hash_entry *p; in hash_lookup() 163 struct hash_entry *prev; in hash_lookup() 228 struct hash_entry *p; in hash_insert() [all …]
|
| /mirbsd/src/usr.bin/ctags/ |
| D | C.c | 48 static void hash_entry(void); 138 hash_entry(); in c_entries() 373 hash_entry(void) in hash_entry() function
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/ |
| D | ldlang.c | 1534 sort_def_symbol (hash_entry, info) in sort_def_symbol() argument 1535 struct bfd_link_hash_entry *hash_entry; in sort_def_symbol() 1538 if (hash_entry->type == bfd_link_hash_defined 1539 || hash_entry->type == bfd_link_hash_defweak) 1544 ud = get_userdata (hash_entry->u.def.section); 1549 init_map_userdata (0, hash_entry->u.def.section, 0); 1550 ud = get_userdata (hash_entry->u.def.section); 1556 def->entry = hash_entry; 3314 print_one_symbol (struct bfd_link_hash_entry *hash_entry, void *ptr) in print_one_symbol() argument 3318 if ((hash_entry->type == bfd_link_hash_defined in print_one_symbol() [all …]
|
| /mirbsd/src/usr.sbin/httpd/src/modules/experimental/ |
| D | mod_auth_digest.c | 147 typedef struct hash_entry { struct 149 struct hash_entry *next; /* next entry in the bucket */ argument
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-tic4x.c | 1620 struct hash_entry *entry = NULL;
|