Home
last modified time | relevance | path

Searched defs:hash_entry (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhash-map.h42 struct hash_entry in class() struct
44 Key m_key; in class()
45 Value m_value; in class()
47 typedef hash_entry value_type; in class()
48 typedef Key compare_type; in class()
50 static hashval_t hash (const hash_entry &e) in class()
55 static bool equal (const hash_entry &a, const Key &b) in class()
60 static void remove (hash_entry &e) { Traits::remove (e); } in class()
62 static void mark_deleted (hash_entry &e) { Traits::mark_deleted (e); } in class()
64 static bool is_deleted (const hash_entry &e) in class()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dhash-map.h42 struct hash_entry in class() struct
44 Key m_key; in class()
45 Value m_value; in class()
47 typedef hash_entry value_type; in class()
48 typedef Key compare_type; in class()
50 static hashval_t hash (const hash_entry &e) in class()
55 static bool equal (const hash_entry &a, const Key &b) in class()
60 static void remove (hash_entry &e) { Traits::remove (e); } in class()
62 static void mark_deleted (hash_entry &e) { Traits::mark_deleted (e); } in class()
64 static bool is_deleted (const hash_entry &e) in class()
[all …]
/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
/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
/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
/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
/netbsd-src/sys/kern/
H A Dkern_fileassoc.c299 struct fileassoc_hash_entry *hash_entry; in fileassoc_file_lookup() local
376 struct fileassoc_hash_entry *hash_entry; in fileassoc_table_resize() local
509 struct fileassoc_hash_entry *hash_entry; in fileassoc_file_add() local
/netbsd-src/usr.bin/ctags/
H A DC.c361 hash_entry(void) in hash_entry() function
/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
619 struct archive_entry *entry, *hash_entry, *sign_entry; in pkg_sign_gpg() local
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldemul.c440 ldemul_print_symbol (struct bfd_link_hash_entry *hash_entry, void *ptr) in ldemul_print_symbol()
H A Dpdb.c272 struct hash_entry in populate_info_stream() struct
274 uint32_t offset; in populate_info_stream()
275 uint32_t value; in populate_info_stream()
H A Dldlang.c2392 sort_def_symbol (struct bfd_link_hash_entry *hash_entry, in sort_def_symbol()
4809 print_one_symbol (struct bfd_link_hash_entry *hash_entry, void *ptr) in print_one_symbol()
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldemul.c440 ldemul_print_symbol (struct bfd_link_hash_entry *hash_entry, void *ptr) in ldemul_print_symbol()
H A Dldlang.c2352 sort_def_symbol (struct bfd_link_hash_entry *hash_entry, in sort_def_symbol()
4804 print_one_symbol (struct bfd_link_hash_entry *hash_entry, void *ptr) in print_one_symbol()