Home | History | Annotate | Download | only in bfd

Lines Matching defs:first

64   /* First entity in the SEC_MERGE sections of this type.  */
65 struct sec_merge_hash_entry *first;
94 /* First string in this section. */
250 table->first = NULL;
275 if (tab->first == NULL)
276 tab->first = entry;
610 for (e = sinfo->htab->first, a = array; e; e = e->next)
659 secinfo = sinfo->htab->first->secinfo;
660 for (e = sinfo->htab->first; e; e = e->next)
688 for (a = &sinfo->htab->first, e = *a; e; e = e->next)
740 if (sinfo->htab->first == NULL)
753 for (e = sinfo->htab->first; e; e = e->next)
877 if (! secinfo->htab->first)
879 entry = secinfo->htab->first;