HomeSort by relevance Sort by last modified time
    Searched full:nt_signature (Results 1 - 7 of 7) sorted by null

  /toolchain/binutils/binutils-2.25/include/coff/
powerpc.h 41 #define NT_SIGNATURE 0x00004550 /* from arm.h, i386.h */
pe.h 170 #define NT_SIGNATURE 0x00004550
204 char nt_signature[4]; /* Required NT signature, 0x4550. */ member in struct:external_PEI_IMAGE_hdr
243 char nt_signature[4]; /* Required NT signature, 0x4550. */ member in struct:external_PEI_filehdr
ChangeLog-9103 618 * pe.h: Moved DOSMAGIC and NT_SIGNATURE defines here
619 * powerpc.h: removed DOSMAGIC, NT_SIGNATURE, and DEFAULT_* defines
621 * i386.h: removed DOSMAGIC, NT_SIGNATURE, and DEFAULT_* defines
622 * arm.h: removed DOSMAGIC, NT_SIGNATURE, and DEFAULT_* defines
    [all...]
internal.h 58 bfd_vma nt_signature; /* required NT signature, 0x4550 */ member in struct:internal_extra_pe_filehdr
  /toolchain/binutils/binutils-2.25/bfd/
coff-ia64.c 114 if (H_GET_32 (abfd, image_hdr.nt_signature)
peXXigen.c 872 filehdr_in->pe.nt_signature = NT_SIGNATURE;
921 H_PUT_32 (abfd, filehdr_in->pe.nt_signature, filehdr_out->nt_signature);
    [all...]
peicode.h     [all...]

Completed in 324 milliseconds