HomeSort by: relevance | last modified time | path
    Searched refs:MinorOperatingSystemVersion (Results 1 - 25 of 25) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
Object.h 188 Dest.MinorOperatingSystemVersion = Src.MinorOperatingSystemVersion;
  /src/external/gpl3/binutils/dist/include/coff/
pe.h 262 char MinorOperatingSystemVersion[2];
301 char MinorOperatingSystemVersion[2];
internal.h 204 short MinorOperatingSystemVersion; /* System req'd for exe, default 1. */
  /src/external/gpl3/binutils.old/dist/include/coff/
pe.h 262 char MinorOperatingSystemVersion[2];
301 char MinorOperatingSystemVersion[2];
internal.h 213 short MinorOperatingSystemVersion; /* System req'd for exe, default 1. */
  /src/external/gpl3/gdb.old/dist/include/coff/
pe.h 262 char MinorOperatingSystemVersion[2];
301 char MinorOperatingSystemVersion[2];
internal.h 213 short MinorOperatingSystemVersion; /* System req'd for exe, default 1. */
  /src/external/gpl3/gdb/dist/include/coff/
pe.h 262 char MinorOperatingSystemVersion[2];
301 char MinorOperatingSystemVersion[2];
internal.h 204 short MinorOperatingSystemVersion; /* System req'd for exe, default 1. */
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
coff2yaml.cpp 62 YAMLObj.OptionalHeader->Header.MinorOperatingSystemVersion =
63 OptionalHeader->MinorOperatingSystemVersion;
  /src/sys/external/bsd/gnu-efi/dist/inc/ia32/
pe.h 147 UINT16 MinorOperatingSystemVersion;
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
pe.h 166 UINT16 MinorOperatingSystemVersion;
  /src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
pe.h 147 UINT16 MinorOperatingSystemVersion;
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
COFF.h 555 uint16_t MinorOperatingSystemVersion;
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
COFFEmitter.cpp 384 Header->MinorOperatingSystemVersion =
385 CP.Obj.OptionalHeader->Header.MinorOperatingSystemVersion;
COFFYAML.cpp 456 IO.mapRequired("MinorOperatingSystemVersion",
457 PH.Header.MinorOperatingSystemVersion);
  /src/external/gpl3/binutils/dist/binutils/
od-pe.c 478 (int) bfd_h_get_16 (abfd, xhdr.MinorOperatingSystemVersion));
591 (int) bfd_h_get_16 (abfd, xhdr.MinorOperatingSystemVersion));
  /src/external/gpl3/binutils.old/dist/binutils/
od-pe.c 478 (int) bfd_h_get_16 (abfd, xhdr.MinorOperatingSystemVersion));
591 (int) bfd_h_get_16 (abfd, xhdr.MinorOperatingSystemVersion));
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFF.h 118 support::ulittle16_t MinorOperatingSystemVersion;
153 support::ulittle16_t MinorOperatingSystemVersion;
  /src/external/gpl3/binutils/dist/bfd/
peXXigen.c 496 a->MinorOperatingSystemVersion =
497 H_GET_16 (abfd, src->MinorOperatingSystemVersion);
761 H_PUT_16 (abfd, extra->MinorOperatingSystemVersion,
762 aouthdr_out->MinorOperatingSystemVersion);
2868 fprintf (file, "MinorOSystemVersion\t%d\n", i->MinorOperatingSystemVersion);
  /src/external/gpl3/binutils.old/dist/bfd/
peXXigen.c 490 a->MinorOperatingSystemVersion =
491 H_GET_16 (abfd, src->MinorOperatingSystemVersion);
755 H_PUT_16 (abfd, extra->MinorOperatingSystemVersion,
756 aouthdr_out->MinorOperatingSystemVersion);
2856 fprintf (file, "MinorOSystemVersion\t%d\n", i->MinorOperatingSystemVersion);
  /src/external/gpl3/gdb.old/dist/bfd/
peXXigen.c 490 a->MinorOperatingSystemVersion =
491 H_GET_16 (abfd, src->MinorOperatingSystemVersion);
751 H_PUT_16 (abfd, extra->MinorOperatingSystemVersion,
752 aouthdr_out->MinorOperatingSystemVersion);
2851 fprintf (file, "MinorOSystemVersion\t%d\n", i->MinorOperatingSystemVersion);
  /src/external/gpl3/gdb/dist/bfd/
peXXigen.c 496 a->MinorOperatingSystemVersion =
497 H_GET_16 (abfd, src->MinorOperatingSystemVersion);
761 H_PUT_16 (abfd, extra->MinorOperatingSystemVersion,
762 aouthdr_out->MinorOperatingSystemVersion);
2862 fprintf (file, "MinorOSystemVersion\t%d\n", i->MinorOperatingSystemVersion);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winnt.d 2986 WORD MinorOperatingSystemVersion;
3020 WORD MinorOperatingSystemVersion;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFDumper.cpp 685 W.printNumber("MinorOperatingSystemVersion",
686 Hdr->MinorOperatingSystemVersion);

Completed in 67 milliseconds