/toolchain/binutils/binutils-2.25/binutils/ |
dlltool.h | 26 extern void def_import
|
defparse.y | 85 { def_import ($1,$3,$5,$7, 0, $8); } 87 { def_import ($1,$3,$5, 0,$7, $8); } 89 { def_import ($1,$3, 0,$5, 0, $6); } 91 { def_import ($1,$3, 0, 0,$5, $6); } 93 { def_import ( 0,$1,$3,$5, 0, $6); } 95 { def_import ( 0,$1,$3, 0,$5, $6); } 97 { def_import ( 0,$1, 0,$3, 0, $4); } 99 { def_import ( 0,$1, 0, 0,$3, $4); }
|
dlltool.c | 325 def_import. IMPORT_LIST is initialized to NULL in function main. */ 1252 def_import (const char *app_name, const char *module, const char *dllext, function [all...] |
/toolchain/binutils/binutils-2.25/ld/ |
deffilep.y | 94 static void def_import (const char *, const char *, const char *, const char *, 197 { def_import ($1, $3, $5, $7, -1, $8); } 199 { def_import ($1, $3, $5, 0, $7, $8); } 201 { def_import ($1, $3, 0, $5, -1, $6); } 203 { def_import ($1, $3, 0, 0, $5, $6); } 205 { def_import( 0, $1, $3, $5, -1, $6); } 207 { def_import ( 0, $1, 0, $3, -1, $4); } 1122 def_import (const char *internal_name, [all...] |