Home | History | Annotate | Download | only in bfd

Lines Matching defs:mh

1603 	  struct coff_debug_merge_hash_entry *mh;
1622 mh = coff_debug_merge_hash_lookup (&flaginfo->debug_merge, name,
1624 if (mh == NULL)
1720 for (mtl = mh->types; mtl != NULL; mtl = mtl->next)
1745 mt->next = mh->types;
1746 mh->types = mt;