HomeSort by relevance Sort by last modified time
    Searched refs:e_lfanew (Results 1 - 25 of 60) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffGetEntryPointLib/
PeCoffGetEntryPoint.c 60 Header.Pe32 = (EFI_IMAGE_NT_HEADERS32 *)((UINTN) Pe32Data + (UINTN) ((DosHeader->e_lfanew) & 0x0ffff));
100 Hdr.Pe32 = (EFI_IMAGE_NT_HEADERS32 *)((UINTN)Pe32Data + DosHdr->e_lfanew);
158 Hdr.Pe32 = (EFI_IMAGE_NT_HEADERS32 *)((UINTN) Pe32Data + (UINTN) ((DosHeader->e_lfanew) & 0x0ffff));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/FwImage/
fwimage.c 166 Section = (EFI_IMAGE_SECTION_HEADER *) &FileBuffer[DosHdr->e_lfanew + SectionOffset];
172 FileBuffer + DosHdr->e_lfanew + SectionOffset,
210 SectionHeader = (EFI_IMAGE_SECTION_HEADER *)(FileBuffer + DosHdr->e_lfanew + sizeof(UINT32) + sizeof (EFI_IMAGE_FILE_HEADER) + PeHdr->PeHeader32.FileHeader.SizeOfOptionalHeader);
244 SectionHeader = (EFI_IMAGE_SECTION_HEADER *)(FileBuffer + DosHdr->e_lfanew + sizeof(UINT32) + sizeof (EFI_IMAGE_FILE_HEADER) + PeHdr->PeHeader64.FileHeader.SizeOfOptionalHeader);
472 PeHdr = (PE_HEADER *)(FileBuffer + DosHdr->e_lfanew);
511 DosHdr->e_lfanew = BackupDosHdr.e_lfanew;
513 for (Index = sizeof (EFI_IMAGE_DOS_HEADER); Index < (ULONG) DosHdr->e_lfanew; Index++) {
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffGetEntryPointLib/
PeCoffGetEntryPoint.c 60 Hdr.Pe32 = (EFI_IMAGE_NT_HEADERS32 *)((UINTN) Pe32Data + (UINTN) ((DosHdr->e_lfanew) & 0x0ffff));
112 Hdr.Pe32 = (EFI_IMAGE_NT_HEADERS32 *)((UINTN) Pe32Data + (UINTN) ((DosHdr->e_lfanew) & 0x0ffff));
176 Hdr.Pe32 = (EFI_IMAGE_NT_HEADERS32 *)((UINTN) Pe32Data + (UINTN) ((DosHdr->e_lfanew) & 0x0ffff));
300 Hdr.Pe32 = (EFI_IMAGE_NT_HEADERS32 *)((UINTN) Pe32Data + (UINTN) ((DosHdr->e_lfanew) & 0x0ffff));
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
BootLinux.c 96 PeCoffHeaderOffset = DosHeader->e_lfanew;
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/PeiEmuPeCoffGetEntryPointLib/
PeiEmuPeCoffGetEntryPointLib.c 95 Hdr.Pe32 = (EFI_IMAGE_NT_HEADERS32 *)((UINTN) Pe32Data + (UINTN) ((DosHdr->e_lfanew) & 0x0ffff));
157 Hdr.Pe32 = (EFI_IMAGE_NT_HEADERS32 *)((UINTN) Pe32Data + (UINTN) ((DosHdr->e_lfanew) & 0x0ffff));
279 Hdr.Pe32 = (EFI_IMAGE_NT_HEADERS32 *)((UINTN) Pe32Data + (UINTN) ((DosHdr->e_lfanew) & 0x0ffff));
  /device/linaro/bootloader/edk2/Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/
PeCoffGetEntryPoint.c 120 Hdr.Pe32 = (EFI_IMAGE_NT_HEADERS32 *)((UINTN) Pe32Data + (UINTN) ((DosHdr->e_lfanew) & 0x0ffff));
184 Hdr.Pe32 = (EFI_IMAGE_NT_HEADERS32 *)((UINTN) Pe32Data + (UINTN) ((DosHdr->e_lfanew) & 0x0ffff));
306 Hdr.Pe32 = (EFI_IMAGE_NT_HEADERS32 *)((UINTN) Pe32Data + (UINTN) ((DosHdr->e_lfanew) & 0x0ffff));
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/
CpuExceptionCommon.c 138 Hdr.Pe32 = (EFI_IMAGE_NT_HEADERS32 *)(Pe32Data + (UINTN) ((DosHdr->e_lfanew) & 0x0ffff));
  /toolchain/binutils/binutils-2.25/bfd/
coff-ia64.c 104 offset = H_GET_32 (abfd, dos_hdr.e_lfanew);
  /toolchain/binutils/binutils-2.25/include/coff/
pe.h 198 char e_lfanew[4]; /* File address of new exe header, usually 0x80. */ member in struct:external_PEI_DOS_hdr
237 char e_lfanew[4]; /* File address of new exe header, usually 0x80. */ member in struct:external_PEI_filehdr
241 the e_lfanew field to find the actual location of the NT signature. */
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
PeLoader.c 82 EfiLdrPeCoffImageRead (FHand, DosHdr.e_lfanew, sizeof(PeHdr), &PeHdr);
155 EfiLdrPeCoffImageRead (FHand, DosHdr.e_lfanew, sizeof(PeHdr), &PeHdr);
307 DosHdr.e_lfanew +
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
MeasureBootPeCoff.c 84 PeCoffHeaderOffset = DosHdr->e_lfanew;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
MeasureBootPeCoff.c 84 PeCoffHeaderOffset = DosHdr->e_lfanew;
  /external/syslinux/gpxe/src/util/
efirom.c 88 nt = ( pe + dos->e_lfanew );
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
GenFw.c 526 PeHdr = (EFI_IMAGE_OPTIONAL_HEADER_UNION *)(((UINT8 *)Data) + DosHdr->e_lfanew);
    [all...]
  /external/compiler-rt/lib/interception/
interception_win.cc 796 RVAPtr<IMAGE_NT_HEADERS> headers(module, dos_stub->e_lfanew);
849 RVAPtr<IMAGE_NT_HEADERS> headers(module, dos_stub->e_lfanew);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
BasePeCoff.c 128 ImageContext->PeCoffHeaderOffset = DosHdr.e_lfanew;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmLoadOption.c     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
PeImage.h 92 UINT32 e_lfanew; // File address of new exe header member in struct:__anon6330
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiImage.h 87 UINT32 e_lfanew; // File address of new exe header member in struct:__anon6699
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenTEImage/
GenTEImage.c 598 fseek (Fptr, (long) DosHeader.e_lfanew, SEEK_SET);
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
PeImage.h 75 UINT32 e_lfanew; ///< File address of new exe header. member in struct:__anon10059
  /external/syslinux/efi32/include/efi/ia32/
pe.h 33 UINT32 e_lfanew; // File address of new exe header member in struct:_IMAGE_DOS_HEADER
  /external/syslinux/efi64/include/efi/x86_64/
pe.h 33 UINT32 e_lfanew; // File address of new exe header member in struct:_IMAGE_DOS_HEADER
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/
pe.h 33 UINT32 e_lfanew; // File address of new exe header member in struct:_IMAGE_DOS_HEADER
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
pe.h 48 UINT32 e_lfanew; // File address of new exe header member in struct:_IMAGE_DOS_HEADER

Completed in 2657 milliseconds

1 2 3