Searched refs:hash_string_tuple (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | hash.h | 34 extern hashval_t hash_string_tuple (const void *); 101 return htab_create_alloc (16, hash_string_tuple, eq_string_tuple, in str_htab_create()
|
H A D | hash.c | 26 hash_string_tuple (const void *e) in hash_string_tuple() function
|
H A D | macro.c | 75 macro_hash = htab_create_alloc (16, hash_string_tuple, eq_string_tuple, in macro_init()
|
H A D | ChangeLog-2020 | 2410 (hash_string_tuple): Likewise.
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | hash.h | 47 hash_string_tuple (const void *e) in hash_string_tuple() function 113 return htab_create_alloc (16, hash_string_tuple, eq_string_tuple, in str_htab_create()
|
H A D | ChangeLog-2020 | 2410 (hash_string_tuple): Likewise.
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-tic54x.c | 1165 return htab_create_alloc (16, hash_string_tuple, eq_string_tuple, in subsym_htab_create() 1181 return htab_create_alloc (16, hash_string_tuple, eq_string_tuple, in local_label_htab_create()
|
H A D | obj-elf.c | 2900 groups.indexes = htab_create_alloc (16, hash_string_tuple, eq_string_tuple, in elf_adjust_symtab()
|
H A D | tc-arc.c | 2619 arc_opcode_hash = htab_create_alloc (16, hash_string_tuple, eq_string_tuple, in md_begin()
|
H A D | tc-ppc.c | 1656 ppc_hash = htab_create_alloc (5000, hash_string_tuple, eq_string_tuple, in ppc_setup_opcodes()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-ppc.c | 1648 ppc_hash = htab_create_alloc (5000, hash_string_tuple, eq_string_tuple, in ppc_setup_opcodes()
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 113929 in having multiple copies of hash_string_tuple and eq_string_tuple. 113938 (hash_string_tuple, eq_string_tuple): Move to..
|