Searched refs:e_oemid (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/binutils/include/coff/
H A Dpe.h163 char e_oemid[2]; /* OEM identifier (for e_oeminfo), 0x0. */ member in struct:external_PEI_DOS_hdr
164 char e_oeminfo[2]; /* OEM information; e_oemid specific, 0x0. */
202 char e_oemid[2]; /* OEM identifier (for e_oeminfo), 0x0. */ member in struct:external_PEI_filehdr
203 char e_oeminfo[2]; /* OEM information; e_oemid specific, 0x0. */
H A Dinternal.h53 unsigned short e_oemid; /* OEM identifier (for e_oeminfo), 0x0 */ member in struct:internal_extra_pe_filehdr
54 unsigned short e_oeminfo; /* OEM information; e_oemid specific, 0x0 */
/freebsd-9.3-release/sys/boot/efi/include/i386/
H A Dpe.h31 UINT16 e_oemid; // OEM identifier (for e_oeminfo) member in struct:_IMAGE_DOS_HEADER
32 UINT16 e_oeminfo; // OEM information; e_oemid specific
/freebsd-9.3-release/sys/boot/efi/include/ia64/
H A Dpe.h46 UINT16 e_oemid; // OEM identifier (for e_oeminfo) member in struct:_IMAGE_DOS_HEADER
47 UINT16 e_oeminfo; // OEM information; e_oemid specific
/freebsd-9.3-release/contrib/binutils/bfd/
H A DpeXXigen.c765 filehdr_in->pe.e_oemid = 0x0;
824 H_PUT_16 (abfd, filehdr_in->pe.e_oemid, filehdr_out->e_oemid);

Completed in 77 milliseconds