Searched refs:XCOFF_EXPFULL (Results 1 – 4 of 4) sorted by relevance
389 #define XCOFF_EXPFULL 2 macro
223 * xcoff.h (XCOFF_EXPALL, XCOFF_EXPFULL): New flags.
85 /* A mask of XCOFF_EXPALL and XCOFF_EXPFULL flags, as set by their488 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);
2627 if ((auto_export_flags & XCOFF_EXPFULL) != 0) in xcoff_auto_export_p()