Home
last modified time | relevance | path

Searched refs:macro_hash_entry_t (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dmacro.h90 typedef struct macro_hash_entry macro_hash_entry_t; typedef
97 const macro_hash_entry_t *entry = (const macro_hash_entry_t *) e; in hash_macro_entry()
106 const macro_hash_entry_t *ea = (const macro_hash_entry_t *) a; in eq_macro_entry()
107 const macro_hash_entry_t *eb = (const macro_hash_entry_t *) b; in eq_macro_entry()
112 static inline macro_hash_entry_t *
115 macro_hash_entry_t *entry = XNEW (macro_hash_entry_t); in macro_entry_alloc()
124 macro_hash_entry_t needle = { name, NULL }; in macro_entry_find()
125 macro_hash_entry_t *entry = htab_find (table, &needle); in macro_entry_find()
H A Dmacro.c749 macro_hash_entry_t *elt = macro_entry_alloc (macro->name, macro); in define_macro()
1330 macro_hash_entry_t needle; in delete_macro()
1343 free_macro (((macro_hash_entry_t *) *slot)->macro); in delete_macro()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git114052 (struct macro_hash_entry, macro_hash_entry_t, hash_macro_entry),