Searched refs:hash_entry (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/contrib/flex/ |
| D | sym.c | 42 struct hash_entry { struct 43 struct hash_entry *prev, *next; argument 49 typedef struct hash_entry **hash_table; argument 55 static struct hash_entry *ndtbl[NAME_TABLE_HASH_SIZE]; 56 static struct hash_entry *sctbl[START_COND_HASH_SIZE]; 57 static struct hash_entry *ccltab[CCL_HASH_SIZE]; 63 static struct hash_entry *findsym PROTO ((const char *sym, 83 struct hash_entry *sym_entry = table[hash_val]; 84 struct hash_entry *new_entry; 85 struct hash_entry *successor; [all …]
|
| /freebsd-12-stable/contrib/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 …]
|
| D | ChangeLog-9295 | 108 * hash.c (struct hash_entry): Moved here... 109 * hash.h (struct hash_entry): ...from here. 179 (struct hash_entry): Add field for hash code.
|
| /freebsd-12-stable/sys/dev/vmware/vmci/ |
| D | vmci_resource.c | 180 vmci_hashtable_init_entry(&resource->hash_entry, resource_handle); in vmci_resource_add() 187 &resource->hash_entry); in vmci_resource_add() 224 vmci_hashtable_remove_entry(resource_table, &resource->hash_entry); in vmci_resource_remove() 256 resource = RESOURCE_CONTAINER(entry, struct vmci_resource, hash_entry); in vmci_resource_get() 287 vmci_hashtable_hold_entry(resource_table, &resource->hash_entry); in vmci_resource_hold() 341 &resource->hash_entry); in vmci_resource_release() 373 return (resource->hash_entry.handle); in vmci_resource_handle()
|
| D | vmci_resource.h | 32 struct vmci_hash_entry hash_entry; member
|
| /freebsd-12-stable/contrib/gcc/ |
| D | protoize.c | 297 const hash_table_entry * hash_entry; /* -> to associated hash entry */ member 336 hash_table_entry * hash_entry; /* -> hash entry for function name */ member 764 char const *f = fi_p->hash_entry->symbol; in is_syscalls_file() 1290 file_p->hash_entry = hash_entry_p; in find_file() 1604 def_dec_p->hash_entry = lookup (function_name_primary, fn_string); in save_def_or_dec() 1626 for (other = def_dec_p->hash_entry->ddip; other; other = other->next_for_func) in save_def_or_dec() 1633 def_dec_p->file->hash_entry->symbol, in save_def_or_dec() 1635 def_dec_p->hash_entry->symbol); in save_def_or_dec() 1740 def_dec_p->next_for_func = def_dec_p->hash_entry->ddip; in save_def_or_dec() 1741 def_dec_p->hash_entry->ddip = def_dec_p; in save_def_or_dec() [all …]
|
| D | ChangeLog-1998 | 2053 (hash_entry): Change `string' field to generic `key'.
|
| /freebsd-12-stable/usr.bin/ctags/ |
| D | C.c | 48 static void hash_entry(void); 135 hash_entry(); in c_entries() 324 hash_entry(void) in hash_entry() function
|
| /freebsd-12-stable/contrib/binutils/ld/ |
| D | ldlang.c | 1833 sort_def_symbol (hash_entry, info) in sort_def_symbol() argument 1834 struct bfd_link_hash_entry *hash_entry; in sort_def_symbol() 1837 if (hash_entry->type == bfd_link_hash_defined 1838 || hash_entry->type == bfd_link_hash_defweak) 1843 ud = get_userdata (hash_entry->u.def.section); 1848 init_map_userdata (0, hash_entry->u.def.section, 0); 1849 ud = get_userdata (hash_entry->u.def.section); 1855 def->entry = hash_entry; 3575 print_one_symbol (struct bfd_link_hash_entry *hash_entry, void *ptr) in print_one_symbol() argument 3579 if ((hash_entry->type == bfd_link_hash_defined in print_one_symbol() [all …]
|
| D | ChangeLog-0001 | 1134 rather than hash_entry pointers.
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | ChangeLog-2006 | 2783 (mips_elf_link_hash_newfunc): Initialize the new hash_entry fields.
|
| /freebsd-12-stable/contrib/gcc/config/rs6000/ |
| D | rs6000.c | 15916 toc_hash_function (const void *hash_entry) in toc_hash_function() argument 15919 (const struct toc_hash_struct *) hash_entry; in toc_hash_function()
|