Home | History | Annotate | Download | only in bfd

Lines Matching defs:normal

944 	 This is done because any normal format will recognize any
945 normal archive, regardless of the format of the object files.
1602 const char *normal;
1627 normal = adjust_relative_path (filename, bfd_get_filename (abfd));
1629 normal = filename;
1633 total_namelen += strlen (normal) + 1;
1641 normal = normalize (abfd, bfd_get_filename (current));
1642 if (normal == NULL)
1645 thislen = strlen (normal);
1664 if (filename_ncmp (normal, hdr->ar_name, thislen) != 0
1669 didn't need to. Fix it to use normal format. */
1670 memcpy (hdr->ar_name, normal, thislen);
1695 const char *normal;
1713 normal = last_filename;
1716 normal = adjust_relative_path (filename, bfd_get_filename (abfd));
1718 normal = filename;
1722 normal = normalize (abfd, filename);
1723 if (normal == NULL)
1727 thislen = strlen (normal);
1734 if (normal == last_filename)
1741 memcpy (strptr, normal, thislen);
1784 const char *normal = normalize (abfd, bfd_get_filename (current));
1788 if (normal == NULL)
1791 for (len = 0; normal[len]; len++)
1792 if (normal[len] == ' ')