Home
last modified time | relevance | path

Searched refs:string_tuple_t (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dhash.h42 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 Dhash.h30 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 Dhash.c28 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 Dmacro.c66 string_tuple_t *tuple = ent; in macro_del_f()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-tic54x.c1152 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 Dtc-kvx.c1466 string_tuple_t *tuple = *((string_tuple_t **) slot); in print_hash()
H A Dtc-arc.c780 string_tuple_t *tuple = (string_tuple_t *) elt; in arc_opcode_free()
H A Dobj-elf.c2886 string_tuple_t *tuple = ent; in free_section_idx()
H A Dtc-ia64.c11820 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 Dtc-nds32.c6270 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 Dobj-elf.c2821 string_tuple_t *tuple = *((string_tuple_t **) slot); in free_section_idx()
H A Dtc-tic54x.c1123 string_tuple_t *tuple = *((string_tuple_t **) slot); in tic54x_remove_local_label()
H A Dtc-ia64.c11840 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 Dtc-nds32.c6271 string_tuple_t *tuple = *((string_tuple_t **) slot); in nds32_elf_append_relax_relocs_traverse()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git113934 * hash.h (struct string_tuple, string_tuple_t): Move earlier.