HomeSort by relevance Sort by last modified time
    Searched full:def_exports (Results 1 - 10 of 10) sorted by null

  /toolchain/binutils/binutils-2.25/binutils/
dlltool.h 24 extern void def_exports (const char *, const char *, int, int, int, int, int, const char *);
defparse.y 76 { def_exports ($1, $2, $3, $4, $5, $6, $7, $8);}
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.
dlltool.c 1054 def_exports (const char *name, const char *internal_name, int ordinal, function
    [all...]
ChangeLog-2009 217 (scan_drectve_symbols): Adjust calls to def_exports.
223 * dlltool.h (def_exports): Add its_name as argument.
    [all...]
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.
    [all...]
ChangeLog-0001 904 * dlltool.c (def_exports): Added ability to generate forwarded exports.
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
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,
1100 printf ("def_exports, ext=%s int=%s\n", external_name, internal_name);
    [all...]
ChangeLog-2011 700 (def_exports): Handle duplicates.
    [all...]
ChangeLog-2009 227 * deffilep.y (def_exports): Add argument its_name.
    [all...]

Completed in 5051 milliseconds