Home
last modified time | relevance | path

Searched refs:XCOFF_EXPALL (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/include/coff/
Dxcoff.h388 #define XCOFF_EXPALL 1 macro
DChangeLog-0415223 * xcoff.h (XCOFF_EXPALL, XCOFF_EXPFULL): New flags.
/toolchain/binutils/binutils-2.27/ld/emultempl/
Daix.em85 /* A mask of XCOFF_EXPALL and XCOFF_EXPFULL flags, as set by their
483 auto_export_flags |= XCOFF_EXPALL;
484 explicit_auto_export_flags |= XCOFF_EXPALL;
549 auto_export_flags &= ~XCOFF_EXPALL;
550 explicit_auto_export_flags |= XCOFF_EXPALL;
/toolchain/binutils/binutils-2.27/bfd/
Dxcofflink.c2631 if ((auto_export_flags & XCOFF_EXPALL) != 0 in xcoff_auto_export_p()