Home | History | Annotate | Download | only in bfd

Lines Matching defs:normal

883 	 This is done because any normal format will recognize any
884 normal archive, regardless of the format of the object files.
1618 const char *normal;
1643 normal = adjust_relative_path (filename, abfd->filename);
1645 normal = filename;
1649 total_namelen += strlen (normal) + 1;
1657 normal = normalize (current, current->filename);
1658 if (normal == NULL)
1661 thislen = strlen (normal);
1680 if (filename_ncmp (normal, hdr->ar_name, thislen) != 0
1685 didn't need to. Fix it to use normal format. */
1686 memcpy (hdr->ar_name, normal, thislen);
1711 const char *normal;
1729 normal = last_filename;
1732 normal = adjust_relative_path (filename, abfd->filename);
1734 normal = filename;
1738 normal = normalize (current, filename);
1739 if (normal == NULL)
1743 thislen = strlen (normal);
1750 if (normal == last_filename)
1754 strcpy (strptr, normal);
1776 if (normal != last_filename)
1809 const char *normal = normalize (current, current->filename);
1813 if (normal == NULL)
1816 for (len = 0; normal[len]; len++)
1817 if (normal[len] == ' ')