Searched refs:def_exports (Results 1 – 10 of 10) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | dlltool.h | 24 extern void def_exports (const char *, const char *, int, int, int, int, int, const char *);
|
D | defparse.y | 76 { def_exports ($1, $2, $3, $4, $5, $6, $7, $8);}
|
D | ChangeLog-2004 | 247 (def_exports): Set import_name. 683 (expline): Pass opt_PRIVATE to def_exports. 685 * dlltool.h (def_exports): Add 7th param for private flag to 689 (def_exports): Set 'private' field of struct exports. 690 (scan_drectve_symbols): Adjust calls to def_exports.
|
D | dlltool.c | 1054 def_exports (const char *name, const char *internal_name, int ordinal, in def_exports() function 1461 def_exports (c, 0, -1, 0, 0, ! (flags & BSF_FUNCTION), 0, NULL); in scan_drectve_symbols() 1470 def_exports (exported_name, xstrdup (c), -1, 0, 0, 0, 0, NULL); in scan_drectve_symbols() 1508 def_exports (xstrdup (symbol_name) , 0, -1, 0, 0, in scan_filtered_symbols() 1518 def_exports (exported_name, xstrdup (symbol_name), -1, 0, 0, 0, 0, NULL); in scan_filtered_symbols()
|
D | ChangeLog-2009 | 217 (scan_drectve_symbols): Adjust calls to def_exports. 223 * dlltool.h (def_exports): Add its_name as argument.
|
D | ChangeLog-9197 | 322 (def_exports): Add data parameter. Change all callers. 329 * dlltool.h (def_exports): Update declaration. 330 * defparse.y (expline): Accept opt_DATA. Pass it to def_exports. 754 Add missing parameter to def_exports.
|
D | ChangeLog-0001 | 904 * dlltool.c (def_exports): Added ability to generate forwarded exports.
|
/toolchain/binutils/binutils-2.25/ld/ |
D | deffilep.y | 92 static void def_exports (const char *, const char *, int, int, const char *); 171 { def_exports ($1, $2, $3, $5, $7); } 1088 def_exports (const char *external_name, in def_exports() function
|
D | ChangeLog-2011 | 700 (def_exports): Handle duplicates.
|
D | ChangeLog-2009 | 227 * deffilep.y (def_exports): Add argument its_name.
|