/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/ |
H A D | Object.h | 188 Dest.MinorOperatingSystemVersion = Src.MinorOperatingSystemVersion; in copyPeHeader()
|
/netbsd-src/external/gpl3/binutils.old/dist/include/coff/ |
H A D | pe.h | 259 char MinorOperatingSystemVersion[2]; member 298 char MinorOperatingSystemVersion[2]; member
|
H A D | internal.h | 213 short MinorOperatingSystemVersion; /* System req'd for exe, default 1. */ member
|
/netbsd-src/external/gpl3/binutils/dist/include/coff/ |
H A D | pe.h | 262 char MinorOperatingSystemVersion[2]; member 301 char MinorOperatingSystemVersion[2]; member
|
H A D | internal.h | 213 short MinorOperatingSystemVersion; /* System req'd for exe, default 1. */ member
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
H A D | coff2yaml.cpp | 62 YAMLObj.OptionalHeader->Header.MinorOperatingSystemVersion = in dumpOptionalHeader() 63 OptionalHeader->MinorOperatingSystemVersion; in dumpOptionalHeader()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | od-pe.c | 454 (int) bfd_h_get_16 (abfd, xhdr.MinorOperatingSystemVersion)); in dump_pe_file_header() 550 (int) bfd_h_get_16 (abfd, xhdr.MinorOperatingSystemVersion)); in dump_pe_file_header()
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/x86_64/ |
H A D | pe.h | 147 UINT16 MinorOperatingSystemVersion; member
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ia64/ |
H A D | pe.h | 166 UINT16 MinorOperatingSystemVersion; member
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ia32/ |
H A D | pe.h | 147 UINT16 MinorOperatingSystemVersion; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | COFFEmitter.cpp | 384 Header->MinorOperatingSystemVersion = in initializeOptionalHeader() 385 CP.Obj.OptionalHeader->Header.MinorOperatingSystemVersion; in initializeOptionalHeader()
|
H A D | COFFYAML.cpp | 457 PH.Header.MinorOperatingSystemVersion); in mapping()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | COFF.h | 555 uint16_t MinorOperatingSystemVersion; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | COFF.h | 118 support::ulittle16_t MinorOperatingSystemVersion; member 153 support::ulittle16_t MinorOperatingSystemVersion; member
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | peXXigen.c | 495 a->MinorOperatingSystemVersion = in _bfd_XXi_swap_aouthdr_in() 496 H_GET_16 (abfd, src->MinorOperatingSystemVersion); in _bfd_XXi_swap_aouthdr_in() 775 H_PUT_16 (abfd, extra->MinorOperatingSystemVersion, in _bfd_XXi_swap_aouthdr_out() 776 aouthdr_out->MinorOperatingSystemVersion); in _bfd_XXi_swap_aouthdr_out() 2811 fprintf (file, "MinorOSystemVersion\t%d\n", i->MinorOperatingSystemVersion); in _bfd_XX_print_private_bfd_data_common()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | peXXigen.c | 489 a->MinorOperatingSystemVersion = in _bfd_XXi_swap_aouthdr_in() 490 H_GET_16 (abfd, src->MinorOperatingSystemVersion); in _bfd_XXi_swap_aouthdr_in() 750 H_PUT_16 (abfd, extra->MinorOperatingSystemVersion, in _bfd_XXi_swap_aouthdr_out() 751 aouthdr_out->MinorOperatingSystemVersion); in _bfd_XXi_swap_aouthdr_out() 2832 fprintf (file, "MinorOSystemVersion\t%d\n", i->MinorOperatingSystemVersion); in _bfd_XX_print_private_bfd_data_common()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | winnt.d | 2986 WORD MinorOperatingSystemVersion; 3020 WORD MinorOperatingSystemVersion;
|
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
H A D | beos.em | 143 D(MinorOperatingSystemVersion,"__minor_os_version__", 0),
|
H A D | pep.em | 456 D(MinorOperatingSystemVersion,"__minor_os_version__", 0, false),
|
H A D | pe.em | 455 D(MinorOperatingSystemVersion,"__minor_os_version__", 0, false),
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
H A D | beos.em | 143 D(MinorOperatingSystemVersion,"__minor_os_version__", 0),
|
H A D | pep.em | 403 D(MinorOperatingSystemVersion,"__minor_os_version__", 0, false),
|
H A D | pe.em | 436 D(MinorOperatingSystemVersion,"__minor_os_version__", 0, false),
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 686 Hdr->MinorOperatingSystemVersion); in printPEHeader()
|