Home
last modified time | relevance | path

Searched refs:MinorOperatingSystemVersion (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DObject.h188 Dest.MinorOperatingSystemVersion = Src.MinorOperatingSystemVersion; in copyPeHeader()
/netbsd-src/external/gpl3/binutils.old/dist/include/coff/
H A Dpe.h259 char MinorOperatingSystemVersion[2]; member
298 char MinorOperatingSystemVersion[2]; member
H A Dinternal.h213 short MinorOperatingSystemVersion; /* System req'd for exe, default 1. */ member
/netbsd-src/external/gpl3/binutils/dist/include/coff/
H A Dpe.h262 char MinorOperatingSystemVersion[2]; member
301 char MinorOperatingSystemVersion[2]; member
H A Dinternal.h213 short MinorOperatingSystemVersion; /* System req'd for exe, default 1. */ member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp62 YAMLObj.OptionalHeader->Header.MinorOperatingSystemVersion = in dumpOptionalHeader()
63 OptionalHeader->MinorOperatingSystemVersion; in dumpOptionalHeader()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dod-pe.c454 (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 Dpe.h147 UINT16 MinorOperatingSystemVersion; member
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ia64/
H A Dpe.h166 UINT16 MinorOperatingSystemVersion; member
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ia32/
H A Dpe.h147 UINT16 MinorOperatingSystemVersion; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp384 Header->MinorOperatingSystemVersion = in initializeOptionalHeader()
385 CP.Obj.OptionalHeader->Header.MinorOperatingSystemVersion; in initializeOptionalHeader()
H A DCOFFYAML.cpp457 PH.Header.MinorOperatingSystemVersion); in mapping()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DCOFF.h555 uint16_t MinorOperatingSystemVersion; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DCOFF.h118 support::ulittle16_t MinorOperatingSystemVersion; member
153 support::ulittle16_t MinorOperatingSystemVersion; member
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A DpeXXigen.c495 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 DpeXXigen.c489 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 Dwinnt.d2986 WORD MinorOperatingSystemVersion;
3020 WORD MinorOperatingSystemVersion;
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/
H A Dbeos.em143 D(MinorOperatingSystemVersion,"__minor_os_version__", 0),
H A Dpep.em456 D(MinorOperatingSystemVersion,"__minor_os_version__", 0, false),
H A Dpe.em455 D(MinorOperatingSystemVersion,"__minor_os_version__", 0, false),
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/
H A Dbeos.em143 D(MinorOperatingSystemVersion,"__minor_os_version__", 0),
H A Dpep.em403 D(MinorOperatingSystemVersion,"__minor_os_version__", 0, false),
H A Dpe.em436 D(MinorOperatingSystemVersion,"__minor_os_version__", 0, false),
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp686 Hdr->MinorOperatingSystemVersion); in printPEHeader()