Home
last modified time | relevance | path

Searched refs:hash_entry (Results 1 – 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/flex/
Dsym.c42 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/
Dhash.c38 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 …]
DChangeLog-9295108 * 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/
Dvmci_resource.c180 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()
Dvmci_resource.h32 struct vmci_hash_entry hash_entry; member
/freebsd-12-stable/contrib/gcc/
Dprotoize.c297 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 …]
DChangeLog-19982053 (hash_entry): Change `string' field to generic `key'.
/freebsd-12-stable/usr.bin/ctags/
DC.c48 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/
Dldlang.c1833 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 …]
DChangeLog-00011134 rather than hash_entry pointers.
/freebsd-12-stable/contrib/binutils/bfd/
DChangeLog-20062783 (mips_elf_link_hash_newfunc): Initialize the new hash_entry fields.
/freebsd-12-stable/contrib/gcc/config/rs6000/
Drs6000.c15916 toc_hash_function (const void *hash_entry) in toc_hash_function() argument
15919 (const struct toc_hash_struct *) hash_entry; in toc_hash_function()