HomeSort by relevance Sort by last modified time
    Searched refs:def_exports (Results 1 - 4 of 4) 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);}
dlltool.c 1054 def_exports (const char *name, const char *internal_name, int ordinal, function
    [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...]

Completed in 495 milliseconds