Home
last modified time | relevance | path

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

12

/netbsd-src/external/bsd/flex/dist/src/
H A Dsym.c45 struct hash_entry { struct
46 struct hash_entry *prev, *next; argument
52 typedef struct hash_entry **hash_table; argument
58 static struct hash_entry *ndtbl[NAME_TABLE_HASH_SIZE];
59 static struct hash_entry *sctbl[START_COND_HASH_SIZE];
60 static struct hash_entry *ccltab[CCL_HASH_SIZE];
66 static struct hash_entry *findsym (const char *sym, hash_table table,
79 struct hash_entry *sym_entry = table[hash_val]; in addsym()
80 struct hash_entry *new_entry; in addsym()
81 struct hash_entry *successor; in addsym()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dhash-map.h42 struct hash_entry in class() struct
47 typedef hash_entry value_type; in class() argument
50 static hashval_t hash (const hash_entry &e) in class() argument
55 static bool equal (const hash_entry &a, const Key &b) in class() argument
60 static void remove (hash_entry &e) { Traits::remove (e); } in class() argument
62 static void mark_deleted (hash_entry &e) { Traits::mark_deleted (e); } in class() argument
64 static bool is_deleted (const hash_entry &e) in class() argument
70 static void mark_empty (hash_entry &e) { Traits::mark_empty (e); } in class() argument
71 static bool is_empty (const hash_entry &e) { return Traits::is_empty (e); } in class() argument
73 static void ggc_mx (hash_entry &e) in class() argument
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhash-map.h42 struct hash_entry in class() struct
47 typedef hash_entry value_type; in class() argument
50 static hashval_t hash (const hash_entry &e) in class() argument
55 static bool equal (const hash_entry &a, const Key &b) in class() argument
60 static void remove (hash_entry &e) { Traits::remove (e); } in class() argument
62 static void mark_deleted (hash_entry &e) { Traits::mark_deleted (e); } in class() argument
64 static bool is_deleted (const hash_entry &e) in class() argument
70 static void mark_empty (hash_entry &e) { Traits::mark_empty (e); } in class() argument
71 static bool is_empty (const hash_entry &e) { return Traits::is_empty (e); } in class() argument
73 static void ggc_mx (hash_entry &e) in class() argument
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dhash.c42 typedef struct hash_entry struct
48 struct hash_entry *next; argument
50 hash_entry; typedef
99 htab->table = (hash_entry *) xcalloc (init_size + 1, sizeof (hash_entry)); in hash_init()
154 hash_entry *table = htab->table; in lookup()
194 hash_entry *table = htab->table; in hash_find_entry()
213 hash_entry *table = htab->table; in insert_entry_2()
242 hash_entry *table = htab->table; in resize()
248 htab->table = (hash_entry *) xcalloc (1 + htab->size, sizeof (hash_entry)); in resize()
272 hash_entry *table = htab->table; in hash_insert_entry()
[all …]
H A Dhash.h27 struct hash_entry;
33 struct hash_entry *first; /* Pointer to head of list of entries. */
34 struct hash_entry *table; /* Pointer to array of entries. */
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dhash.c42 typedef struct hash_entry struct
48 struct hash_entry *next; argument
50 hash_entry; typedef
99 htab->table = (hash_entry *) xcalloc (init_size + 1, sizeof (hash_entry)); in hash_init()
154 hash_entry *table = htab->table; in lookup()
194 hash_entry *table = htab->table; in hash_find_entry()
213 hash_entry *table = htab->table; in insert_entry_2()
242 hash_entry *table = htab->table; in resize()
248 htab->table = (hash_entry *) xcalloc (1 + htab->size, sizeof (hash_entry)); in resize()
272 hash_entry *table = htab->table; in hash_insert_entry()
[all …]
H A Dhash.h27 struct hash_entry;
33 struct hash_entry *first; /* Pointer to head of list of entries. */
34 struct hash_entry *table; /* Pointer to array of entries. */
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dhash.c42 typedef struct hash_entry struct
48 struct hash_entry *next; argument
50 hash_entry; typedef
99 htab->table = (hash_entry *) xcalloc (init_size + 1, sizeof (hash_entry)); in hash_init()
154 hash_entry *table = htab->table; in lookup()
194 hash_entry *table = htab->table; in hash_find_entry()
213 hash_entry *table = htab->table; in insert_entry_2()
242 hash_entry *table = htab->table; in resize()
248 htab->table = (hash_entry *) xcalloc (1 + htab->size, sizeof (hash_entry)); in resize()
272 hash_entry *table = htab->table; in hash_insert_entry()
[all …]
H A Dhash.h27 struct hash_entry;
33 struct hash_entry *first; /* Pointer to head of list of entries. */
34 struct hash_entry *table; /* Pointer to array of entries. */
/netbsd-src/external/bsd/pkg_install/dist/lib/
H A Dpkg_signature.c526 struct archive_entry *entry, *hash_entry, *sign_entry; in pkg_sign_x509() local
570 hash_entry = archive_entry_clone(entry); in pkg_sign_x509()
573 archive_entry_set_pathname(hash_entry, HASH_FNAME); in pkg_sign_x509()
575 archive_entry_set_size(hash_entry, strlen(hash_file)); in pkg_sign_x509()
582 archive_write_header(pkg, hash_entry); in pkg_sign_x509()
585 archive_entry_free(hash_entry); in pkg_sign_x509()
619 struct archive_entry *entry, *hash_entry, *sign_entry; in pkg_sign_gpg() local
663 hash_entry = archive_entry_clone(entry); in pkg_sign_gpg()
666 archive_entry_set_pathname(hash_entry, HASH_FNAME); in pkg_sign_gpg()
668 archive_entry_set_size(hash_entry, strlen(hash_file)); in pkg_sign_gpg()
[all …]
/netbsd-src/sys/kern/
H A Dkern_fileassoc.c299 struct fileassoc_hash_entry *hash_entry; in fileassoc_file_lookup() local
319 hash_entry = &(tbl->tbl_hash[indx]); in fileassoc_file_lookup()
321 LIST_FOREACH(faf, hash_entry, faf_list) { in fileassoc_file_lookup()
376 struct fileassoc_hash_entry *hash_entry; in fileassoc_table_resize() local
382 hash_entry = &(newtbl->tbl_hash[indx]); in fileassoc_table_resize()
384 LIST_INSERT_HEAD(hash_entry, faf, faf_list); in fileassoc_table_resize()
509 struct fileassoc_hash_entry *hash_entry; in fileassoc_file_add() local
536 hash_entry = &(tbl->tbl_hash[indx]); in fileassoc_file_add()
541 LIST_INSERT_HEAD(hash_entry, faf, faf_list); in fileassoc_file_add()
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldemul.h120 (struct bfd_link_hash_entry *hash_entry, void *ptr);
260 (struct bfd_link_hash_entry *hash_entry, void *ptr);
H A Dldemul.c440 ldemul_print_symbol (struct bfd_link_hash_entry *hash_entry, void *ptr) in ldemul_print_symbol() argument
443 return ld_emulation->print_symbol (hash_entry, ptr); in ldemul_print_symbol()
444 return print_one_symbol (hash_entry, ptr); in ldemul_print_symbol()
H A Dldlang.c2392 sort_def_symbol (struct bfd_link_hash_entry *hash_entry, in sort_def_symbol() argument
2395 if ((hash_entry->type == bfd_link_hash_defined in sort_def_symbol()
2396 || hash_entry->type == bfd_link_hash_defweak) in sort_def_symbol()
2397 && hash_entry->u.def.section->owner != link_info.output_bfd in sort_def_symbol()
2398 && hash_entry->u.def.section->owner != NULL) in sort_def_symbol()
2403 ud = bfd_section_userdata (hash_entry->u.def.section); in sort_def_symbol()
2407 bfd_set_section_userdata (hash_entry->u.def.section, ud); in sort_def_symbol()
2415 def->entry = hash_entry; in sort_def_symbol()
4809 print_one_symbol (struct bfd_link_hash_entry *hash_entry, void *ptr) in print_one_symbol() argument
4813 if ((hash_entry->type == bfd_link_hash_defined in print_one_symbol()
[all …]
H A Dpdb.c272 struct hash_entry in populate_info_stream() struct
278 struct hash_entry **buckets = NULL; in populate_info_stream()
312 buckets = xmalloc (sizeof (struct hash_entry *) * num_buckets); in populate_info_stream()
313 memset (buckets, 0, sizeof (struct hash_entry *) * num_buckets); in populate_info_stream()
331 buckets[bucket_num] = xmalloc (sizeof (struct hash_entry)); in populate_info_stream()
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldemul.h120 (struct bfd_link_hash_entry *hash_entry, void *ptr);
260 (struct bfd_link_hash_entry *hash_entry, void *ptr);
H A Dldemul.c440 ldemul_print_symbol (struct bfd_link_hash_entry *hash_entry, void *ptr) in ldemul_print_symbol() argument
443 return ld_emulation->print_symbol (hash_entry, ptr); in ldemul_print_symbol()
444 return print_one_symbol (hash_entry, ptr); in ldemul_print_symbol()
H A Dldlang.c2352 sort_def_symbol (struct bfd_link_hash_entry *hash_entry, in sort_def_symbol() argument
2355 if ((hash_entry->type == bfd_link_hash_defined in sort_def_symbol()
2356 || hash_entry->type == bfd_link_hash_defweak) in sort_def_symbol()
2357 && hash_entry->u.def.section->owner != link_info.output_bfd in sort_def_symbol()
2358 && hash_entry->u.def.section->owner != NULL) in sort_def_symbol()
2363 ud = bfd_section_userdata (hash_entry->u.def.section); in sort_def_symbol()
2367 bfd_set_section_userdata (hash_entry->u.def.section, ud); in sort_def_symbol()
2375 def->entry = hash_entry; in sort_def_symbol()
4804 print_one_symbol (struct bfd_link_hash_entry *hash_entry, void *ptr) in print_one_symbol() argument
4808 if ((hash_entry->type == bfd_link_hash_defined in print_one_symbol()
[all …]
H A Dldlang.h724 print_one_symbol (struct bfd_link_hash_entry *hash_entry, void *ptr);
/netbsd-src/usr.bin/ctags/
H A DC.c53 static void hash_entry(void);
143 hash_entry(); in c_entries()
361 hash_entry(void) in hash_entry() function
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/
H A Daix.em1766 gld${EMULATION_NAME}_print_symbol (struct bfd_link_hash_entry *hash_entry,
1771 if ((hash_entry->type == bfd_link_hash_defined
1772 || hash_entry->type == bfd_link_hash_defweak)
1773 && sec == hash_entry->u.def.section)
1781 (hash_entry->u.def.value
1782 + hash_entry->u.def.section->output_offset
1783 + hash_entry->u.def.section->output_section->vma));
1786 h = (struct xcoff_link_hash_entry *) hash_entry;
1789 minfo (" %pT\n", hash_entry->root.string);
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/
H A Daix.em1766 gld${EMULATION_NAME}_print_symbol (struct bfd_link_hash_entry *hash_entry,
1771 if ((hash_entry->type == bfd_link_hash_defined
1772 || hash_entry->type == bfd_link_hash_defweak)
1773 && sec == hash_entry->u.def.section)
1779 (hash_entry->u.def.value
1780 + hash_entry->u.def.section->output_offset
1781 + hash_entry->u.def.section->output_section->vma));
1784 h = (struct xcoff_link_hash_entry *) hash_entry;
1787 minfo (" %pT\n", hash_entry->root.string);
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-tic4x.c1492 struct hash_entry *entry = NULL; in tic4x_operand_parse()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-tic4x.c1489 struct hash_entry *entry = NULL; in tic4x_operand_parse()
/netbsd-src/external/gpl3/gdb/dist/sim/v850/
H A DChangeLog-20211375 (struct hash_entry): Make mask/opcode unsigned.

12