Lines Matching defs:comdat_entry
167 typedef struct comdat_entry
173 } comdat_entry;
177 struct comdat_entry_hasher : nofree_ptr_hash <comdat_entry>
179 static inline hashval_t hash (const comdat_entry *);
180 static inline bool equal (const comdat_entry *, const comdat_entry *);
181 static inline void remove (comdat_entry *);
185 comdat_entry_hasher::hash (const comdat_entry *entry)
191 comdat_entry_hasher::equal (const comdat_entry *entry1,
192 const comdat_entry *entry2)
209 comdat_entry entry, **slot;
248 *slot = XCNEW (comdat_entry);
261 solaris_define_comdat_signature (comdat_entry **slot,
264 comdat_entry *entry = *slot;