Home
last modified time | relevance | path

Searched refs:def_exports (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Ddlltool.h24 extern void def_exports (const char *, const char *, int, int, int, int, int, const char *);
Ddefparse.y76 { def_exports ($1, $2, $3, $4, $5, $6, $7, $8);}
DChangeLog-2004247 (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.
Ddlltool.c1054 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()
DChangeLog-2009217 (scan_drectve_symbols): Adjust calls to def_exports.
223 * dlltool.h (def_exports): Add its_name as argument.
DChangeLog-9197322 (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.
DChangeLog-0001904 * dlltool.c (def_exports): Added ability to generate forwarded exports.
/toolchain/binutils/binutils-2.25/ld/
Ddeffilep.y92 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
DChangeLog-2011700 (def_exports): Handle duplicates.
DChangeLog-2009227 * deffilep.y (def_exports): Add argument its_name.