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

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

Completed in 193 milliseconds