Home
last modified time | relevance | path

Searched refs:dllext (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/binutils/ld/
Ddeffilep.y799 const char *dllext, in def_import() argument
804 const char *ext = dllext ? dllext : "dll"; in def_import()
/freebsd-10-stable/contrib/binutils/binutils/
Ddlltool.c1102 def_import (const char *app_name, const char *module, const char *dllext, in def_import() argument
1118 if (dllext != NULL) in def_import()
1120 buf = (char *) alloca (strlen (module) + strlen (dllext) + 2); in def_import()
1121 sprintf (buf, "%s.%s", module, dllext); in def_import()