Home | History | Annotate | Download | only in bfd

Lines Matching defs:modlen

1421   int modlen = strlen (modname);
1427 filename = bfd_alloc (el, modlen + 5);
1430 for (j = 0; j < modlen; j++)
1435 memcpy (filename + modlen, ".exe", 5);