Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/lex/
H A Dsym.c44 struct hash_entry { struct
45 struct hash_entry *prev, *next; argument
51 typedef struct hash_entry **hash_table; argument
57 static struct hash_entry *ndtbl[NAME_TABLE_HASH_SIZE];
58 static struct hash_entry *sctbl[START_COND_HASH_SIZE];
59 static struct hash_entry *ccltab[CCL_HASH_SIZE];
65 static struct hash_entry *findsym PROTO ((const char *sym,
81 struct hash_entry *sym_entry = table[hash_val];
82 struct hash_entry *new_entry;
83 struct hash_entry *successo
[all...]
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Dhash.c42 struct hash_entry { struct
44 struct hash_entry *next; argument
58 struct hash_entry **table; argument
88 alloc = size * sizeof (struct hash_entry *); in hash_new()
89 ret->table = (struct hash_entry **) obstack_alloc (&ret->memory, alloc); in hash_new()
123 static struct hash_entry *hash_lookup (struct hash_control *,
125 struct hash_entry ***,
128 static struct hash_entry *
130 struct hash_entry ***plist, unsigned long *phash) in hash_lookup()
137 struct hash_entry **list; in hash_lookup()
[all …]
H A 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.
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A 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 …]
H A 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.
/openbsd-src/usr.bin/ctfconv/
H A Dhash.h21 struct hash_entry { struct
30 struct hash_entry *hash_find(struct hash *, const char *, unsigned int *); argument
32 void hash_insert(struct hash *, unsigned int, struct hash_entry *, const char *);
H A Dhash.c28 struct hash_entry *p;
38 #define DELETED ((struct hash_entry *)h)
119 hash_insert(struct hash *h, unsigned int i, struct hash_entry *p, in hash_insert()
231 struct hash_entry *
H A Dgenerate.c64 struct hash_entry se_key; /* Must be first */
/openbsd-src/gnu/gcc/gcc/
H A 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 …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dprotoize.c305 const hash_table_entry * hash_entry; /* -> to associated hash entry */ member
344 hash_table_entry * hash_entry; /* -> hash entry for function name */ member
822 char const *f = fi_p->hash_entry->symbol;
1382 file_p->hash_entry = hash_entry_p;
1703 def_dec_p->hash_entry = lookup (function_name_primary, fn_string);
1725 for (other = def_dec_p->hash_entry->ddip; other; other = other->next_for_func)
1732 def_dec_p->file->hash_entry->symbol,
1734 def_dec_p->hash_entry->symbol);
1839 def_dec_p->next_for_func = def_dec_p->hash_entry->ddip;
1840 def_dec_p->hash_entry->ddip = def_dec_p;
[all …]
H A DChangeLog.19372 (hash_entry): Change `string' field to generic `key'.
/openbsd-src/usr.bin/ctags/
H A DC.c40 static void hash_entry(void);
130 hash_entry(); in c_entries()
364 hash_entry(void) in hash_entry() function
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A Dldlang.c1699 sort_def_symbol (hash_entry, info) in sort_def_symbol() argument
1700 struct bfd_link_hash_entry *hash_entry; in sort_def_symbol()
1703 if (hash_entry->type == bfd_link_hash_defined
1704 || hash_entry->type == bfd_link_hash_defweak)
1709 ud = get_userdata (hash_entry->u.def.section);
1714 init_map_userdata (0, hash_entry->u.def.section, 0);
1715 ud = get_userdata (hash_entry->u.def.section);
1721 def->entry = hash_entry;
3475 print_one_symbol (struct bfd_link_hash_entry *hash_entry, void *ptr) in print_one_symbol() argument
3479 if ((hash_entry->type == bfd_link_hash_defined in print_one_symbol()
[all …]
H A DChangeLog-00011134 rather than hash_entry pointers.
/openbsd-src/gnu/usr.bin/binutils/ld/
H A Dldlang.c2274 print_one_symbol (struct bfd_link_hash_entry *hash_entry, void *ptr) in print_one_symbol() argument
2278 if ((hash_entry->type == bfd_link_hash_defined in print_one_symbol()
2279 || hash_entry->type == bfd_link_hash_defweak) in print_one_symbol()
2280 && sec == hash_entry->u.def.section) in print_one_symbol()
2287 (hash_entry->u.def.value in print_one_symbol()
2288 + hash_entry->u.def.section->output_offset in print_one_symbol()
2289 + hash_entry->u.def.section->output_section->vma)); in print_one_symbol()
2291 minfo (" %T\n", hash_entry->root.string); in print_one_symbol()
H A DChangeLog-00011134 rather than hash_entry pointers.
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.c11673 toc_hash_function (hash_entry) in toc_hash_function() argument
11674 const void * hash_entry; in toc_hash_function()
11677 (const struct toc_hash_struct *) hash_entry;
11705 const struct toc_hash_struct * hash_entry = local
11707 rtx r = hash_entry->key;
11708 ggc_set_mark (hash_entry);
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-tic4x.c1620 struct hash_entry *entry = NULL;
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-tic4x.c1620 struct hash_entry *entry = NULL;
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A DChangeLog517 (mips_elf_link_hash_newfunc): Initialize the new hash_entry fields.
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c15860 toc_hash_function (const void *hash_entry) in toc_hash_function() argument
15863 (const struct toc_hash_struct *) hash_entry; in toc_hash_function()