HomeSort by: relevance | last modified time | path
    Searched defs:image_basename (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
dlltool.c 1018 const char *image_basename = lbasename (name); local
1019 if (image_basename != name)
1023 if (strchr (image_basename, '.') == 0)
1024 dll_name = xasprintf ("%s%s", image_basename, is_dll ? ".dll" : ".exe");
1026 dll_name = xstrdup (image_basename);
  /src/external/gpl3/binutils.old/dist/binutils/
dlltool.c 1018 const char *image_basename = lbasename (name); local
1019 if (image_basename != name)
1023 if (strchr (image_basename, '.') == 0)
1024 dll_name = xasprintf ("%s%s", image_basename, is_dll ? ".dll" : ".exe");
1026 dll_name = xstrdup (image_basename);

Completed in 48 milliseconds