Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/coff/
Dxcoff.h389 #define XCOFF_EXPFULL 2 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
488 auto_export_flags |= XCOFF_EXPFULL;
489 explicit_auto_export_flags |= XCOFF_EXPFULL;
554 auto_export_flags &= ~XCOFF_EXPFULL;
555 explicit_auto_export_flags |= XCOFF_EXPFULL;
827 flags = (unix_ld ? XCOFF_EXPFULL : 0);
/toolchain/binutils/binutils-2.27/bfd/
Dxcofflink.c2627 if ((auto_export_flags & XCOFF_EXPFULL) != 0) in xcoff_auto_export_p()