Home | History | Annotate | Download | only in bfd

Lines Matching refs:triplet

1500   /* The configuration triplet.  */
1501 const char *triplet;
1514 /* Find a target vector, given a name or configuration triplet. */
1527 configuration triplet. FIXME: We should run the triplet through
1529 for (match = &bfd_target_match[0]; match->triplet != NULL; match++)
1531 if (fnmatch (match->triplet, name, 0) == 0)
1553 name or a configuration triplet.