Home
last modified time | relevance | path

Searched refs:auto_export_flags (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/include/coff/
H A Dxcoff.h430 unsigned int auto_export_flags; member
H A DChangeLog-0415224 (xcoff_loader_info): Add auto_export_flags.
/netbsd-src/external/gpl3/binutils/dist/include/coff/
H A Dxcoff.h430 unsigned int auto_export_flags; member
H A DChangeLog-0415224 (xcoff_loader_info): Add auto_export_flags.
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/
H A Daix.em98 static unsigned int auto_export_flags;
100 /* A mask of auto_export_flags bits that were explicitly set on the
498 auto_export_flags |= XCOFF_EXPALL;
503 auto_export_flags |= XCOFF_EXPFULL;
565 auto_export_flags &= ~XCOFF_EXPALL;
570 auto_export_flags &= ~XCOFF_EXPFULL;
845 flags |= auto_export_flags;
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/
H A Daix.em98 static unsigned int auto_export_flags;
100 /* A mask of auto_export_flags bits that were explicitly set on the
498 auto_export_flags |= XCOFF_EXPALL;
503 auto_export_flags |= XCOFF_EXPFULL;
565 auto_export_flags &= ~XCOFF_EXPALL;
570 auto_export_flags &= ~XCOFF_EXPFULL;
845 flags |= auto_export_flags;
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dxcofflink.c2721 unsigned int auto_export_flags) in xcoff_auto_export_p() argument
2767 if ((auto_export_flags & XCOFF_EXPFULL) != 0) in xcoff_auto_export_p()
2771 if ((auto_export_flags & XCOFF_EXPALL) != 0 in xcoff_auto_export_p()
3462 if (xcoff_auto_export_p (ldinfo->info, h, ldinfo->auto_export_flags)) in xcoff_mark_auto_exports()
3603 if (xcoff_auto_export_p (ldinfo->info, h, ldinfo->auto_export_flags)) in xcoff_post_gc_symbol()
3811 unsigned int auto_export_flags, in bfd_xcoff_size_dynamic_sections() argument
3834 ldinfo->auto_export_flags = auto_export_flags; in bfd_xcoff_size_dynamic_sections()
3939 if (auto_export_flags != 0) in bfd_xcoff_size_dynamic_sections()
H A DChangeLog-20093844 auto_export_flags parameter.
3855 parameter with an auto_export_flags parameter. Update ldinfo
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dxcofflink.c2711 unsigned int auto_export_flags) in xcoff_auto_export_p() argument
2757 if ((auto_export_flags & XCOFF_EXPFULL) != 0) in xcoff_auto_export_p()
2761 if ((auto_export_flags & XCOFF_EXPALL) != 0 in xcoff_auto_export_p()
3451 if (xcoff_auto_export_p (ldinfo->info, h, ldinfo->auto_export_flags)) in xcoff_mark_auto_exports()
3592 if (xcoff_auto_export_p (ldinfo->info, h, ldinfo->auto_export_flags)) in xcoff_post_gc_symbol()
3800 unsigned int auto_export_flags, in bfd_xcoff_size_dynamic_sections() argument
3823 ldinfo->auto_export_flags = auto_export_flags; in bfd_xcoff_size_dynamic_sections()
3928 if (auto_export_flags != 0) in bfd_xcoff_size_dynamic_sections()
H A DChangeLog-20093844 auto_export_flags parameter.
3855 parameter with an auto_export_flags parameter. Update ldinfo
/netbsd-src/external/gpl3/gdb.old/dist/include/coff/
H A DChangeLog-0415224 (xcoff_loader_info): Add auto_export_flags.
/netbsd-src/external/gpl3/gdb/dist/include/coff/
H A DChangeLog-0415224 (xcoff_loader_info): Add auto_export_flags.
/netbsd-src/external/gpl3/binutils/dist/ld/
H A DChangeLog-20091241 * emultempl/aix.em (auto_export_flags): New variable.
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A DChangeLog-20091241 * emultempl/aix.em (auto_export_flags): New variable.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20093844 auto_export_flags parameter.
3855 parameter with an auto_export_flags parameter. Update ldinfo