Searched refs:string_tuple_t (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | hash.h | 42 typedef struct string_tuple string_tuple_t; typedef 49 string_tuple_t *tuple = (string_tuple_t *) e; in hash_string_tuple() 58 const string_tuple_t *ea = (const string_tuple_t *) a; in eq_string_tuple() 59 const string_tuple_t *eb = (const string_tuple_t *) b; in eq_string_tuple() 64 static inline string_tuple_t * 67 string_tuple_t *tuple = XNEW (string_tuple_t); in string_tuple_alloc() 76 string_tuple_t needle = { key, NULL }; in str_hash_find() 77 string_tuple_t *tuple = htab_find (table, &needle); in str_hash_find() 87 string_tuple_t needle = { tmp, NULL }; in str_hash_find_n() 88 string_tuple_t *tuple = htab_find (table, &needle); in str_hash_find_n() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | hash.h | 30 typedef struct string_tuple string_tuple_t; typedef 52 static inline string_tuple_t * 55 string_tuple_t *tuple = table->alloc_f (1, sizeof (*tuple)); in string_tuple_alloc() 64 string_tuple_t needle = { key, NULL }; in str_hash_find() 65 string_tuple_t *tuple = htab_find (table, &needle); in str_hash_find() 75 string_tuple_t needle = { tmp, NULL }; in str_hash_find_n() 76 string_tuple_t *tuple = htab_find (table, &needle); in str_hash_find_n() 84 string_tuple_t needle = { key, NULL }; in str_hash_delete() 91 string_tuple_t *elt = string_tuple_alloc (table, key, value); in str_hash_insert()
|
H A D | hash.c | 28 string_tuple_t *tuple = (string_tuple_t *) e; in hash_string_tuple() 37 const string_tuple_t *ea = (const string_tuple_t *) a; in eq_string_tuple() 38 const string_tuple_t *eb = (const string_tuple_t *) b; in eq_string_tuple()
|
H A D | macro.c | 66 string_tuple_t *tuple = ent; in macro_del_f()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-tic54x.c | 1152 string_tuple_t *tuple = (string_tuple_t *) ent; in free_subsym_ent() 1172 string_tuple_t *tuple = (string_tuple_t *) ent; in free_local_label_ent()
|
H A D | tc-kvx.c | 1466 string_tuple_t *tuple = *((string_tuple_t **) slot); in print_hash()
|
H A D | tc-arc.c | 780 string_tuple_t *tuple = (string_tuple_t *) elt; in arc_opcode_free()
|
H A D | obj-elf.c | 2886 string_tuple_t *tuple = ent; in free_section_idx()
|
H A D | tc-ia64.c | 11820 string_tuple_t *tuple = *((string_tuple_t **) slot); in do_alias() 11853 string_tuple_t *tuple = *((string_tuple_t **) slot); in do_secalias()
|
H A D | tc-nds32.c | 6270 string_tuple_t *tuple = *((string_tuple_t **) slot); in nds32_elf_append_relax_relocs_traverse()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | obj-elf.c | 2821 string_tuple_t *tuple = *((string_tuple_t **) slot); in free_section_idx()
|
H A D | tc-tic54x.c | 1123 string_tuple_t *tuple = *((string_tuple_t **) slot); in tic54x_remove_local_label()
|
H A D | tc-ia64.c | 11840 string_tuple_t *tuple = *((string_tuple_t **) slot); in do_alias() 11873 string_tuple_t *tuple = *((string_tuple_t **) slot); in do_secalias()
|
H A D | tc-nds32.c | 6271 string_tuple_t *tuple = *((string_tuple_t **) slot); in nds32_elf_append_relax_relocs_traverse()
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 113934 * hash.h (struct string_tuple, string_tuple_t): Move earlier.
|