Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/ld/
Ddeffilep.y1124 const char *dllext, in def_import() argument
1130 const char *ext = dllext ? dllext : "dll"; in def_import()
/toolchain/binutils/binutils-2.27/binutils/
Ddlltool.c1252 def_import (const char *app_name, const char *module, const char *dllext, in def_import() argument
1268 if (dllext != NULL) in def_import()
1269 module = buf = concat (module, ".", dllext, NULL); in def_import()