Searched refs:hash_entry (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/flex/ |
| H A D | sym.c | 42 struct hash_entry { struct 43 struct hash_entry *prev, *next; argument 49 typedef struct hash_entry **hash_table; argument 57 static struct hash_entry *ccltab[CCL_HASH_SIZE]; 84 struct hash_entry *new_entry; 85 struct hash_entry *successor; 96 new_entry = (struct hash_entry *) 97 flex_alloc (sizeof (struct hash_entry)); 154 static struct hash_entry empty_entry = { 155 (struct hash_entry *) 0, (struct hash_entry *) 0, [all …]
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | hash.c | 38 struct hash_entry { struct 40 struct hash_entry *next; argument 153 static struct hash_entry * 162 struct hash_entry *p; in hash_lookup() 163 struct hash_entry *prev; in hash_lookup() 228 struct hash_entry *p; in hash_insert() 258 struct hash_entry *p; in hash_jam() 296 struct hash_entry *p; in hash_replace() 320 struct hash_entry *p; in hash_find() 335 struct hash_entry *p; in hash_find_n() [all …]
|
| H A 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.1/sys/dev/vmware/vmci/ |
| H A 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()
|
| H A D | vmci_resource.h | 32 struct vmci_hash_entry hash_entry; member
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | protoize.c | 764 char const *f = fi_p->hash_entry->symbol; in is_syscalls_file() 1290 file_p->hash_entry = hash_entry_p; in find_file() 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() 2412 pname, head->hash_entry->symbol); in find_extern_def() 2416 pname, head->hash_entry->symbol); in find_extern_def() 2418 pname, head->hash_entry->symbol); in find_extern_def() 2498 user->hash_entry->symbol); in find_extern_def() 2527 pname, head->hash_entry->symbol, in find_static_definition() 2533 pname, head->hash_entry->symbol, in find_static_definition() [all …]
|
| H A D | ChangeLog-1998 | 2053 (hash_entry): Change `string' field to generic `key'.
|
| /freebsd-12.1/usr.bin/ctags/ |
| H A 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.1/contrib/binutils/ld/ |
| H A 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); 1849 ud = get_userdata (hash_entry->u.def.section); 1855 def->entry = hash_entry; 3579 if ((hash_entry->type == bfd_link_hash_defined in print_one_symbol() 3581 && sec == hash_entry->u.def.section) in print_one_symbol() 3588 (hash_entry->u.def.value in print_one_symbol() [all …]
|
| H A D | ChangeLog-0001 | 1134 rather than hash_entry pointers.
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | ChangeLog-2006 | 2783 (mips_elf_link_hash_newfunc): Initialize the new hash_entry fields.
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A 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()
|