Searched refs:auto_export_flags (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/include/coff/ |
H A D | xcoff.h | 430 unsigned int auto_export_flags; member
|
H A D | ChangeLog-0415 | 224 (xcoff_loader_info): Add auto_export_flags.
|
/netbsd-src/external/gpl3/binutils/dist/include/coff/ |
H A D | xcoff.h | 430 unsigned int auto_export_flags; member
|
H A D | ChangeLog-0415 | 224 (xcoff_loader_info): Add auto_export_flags.
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
H A D | aix.em | 98 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 D | aix.em | 98 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 D | xcofflink.c | 2721 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 D | ChangeLog-2009 | 3844 auto_export_flags parameter. 3855 parameter with an auto_export_flags parameter. Update ldinfo
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | xcofflink.c | 2711 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 D | ChangeLog-2009 | 3844 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 D | ChangeLog-0415 | 224 (xcoff_loader_info): Add auto_export_flags.
|
/netbsd-src/external/gpl3/gdb/dist/include/coff/ |
H A D | ChangeLog-0415 | 224 (xcoff_loader_info): Add auto_export_flags.
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | ChangeLog-2009 | 1241 * emultempl/aix.em (auto_export_flags): New variable.
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | ChangeLog-2009 | 1241 * emultempl/aix.em (auto_export_flags): New variable.
|
/netbsd-src/external/gpl3/gdb/dist/bfd/ |
H A D | ChangeLog-2009 | 3844 auto_export_flags parameter. 3855 parameter with an auto_export_flags parameter. Update ldinfo
|