HomeSort by relevance Sort by last modified time
    Searched defs:SizeOfHeaders (Results 1 - 25 of 55) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffGetEntryPointLib/
PeCoffGetEntryPoint.c 291 UINTN SizeOfHeaders;
309 SizeOfHeaders = sizeof (EFI_TE_IMAGE_HEADER) + (UINTN)Hdr.Te->BaseOfCode - (UINTN)Hdr.Te->StrippedSize;
311 SizeOfHeaders = Hdr.Pe32->OptionalHeader.SizeOfHeaders;
313 SizeOfHeaders = 0;
316 return (UINT32) SizeOfHeaders;
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/PeiEmuPeCoffGetEntryPointLib/
PeiEmuPeCoffGetEntryPointLib.c 270 UINTN SizeOfHeaders;
288 SizeOfHeaders = sizeof (EFI_TE_IMAGE_HEADER) + (UINTN)Hdr.Te->BaseOfCode - (UINTN)Hdr.Te->StrippedSize;
290 SizeOfHeaders = Hdr.Pe32->OptionalHeader.SizeOfHeaders;
292 SizeOfHeaders = 0;
295 return (UINT32) SizeOfHeaders;
  /device/linaro/bootloader/edk2/Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/
PeCoffGetEntryPoint.c 297 UINTN SizeOfHeaders;
315 SizeOfHeaders = sizeof (EFI_TE_IMAGE_HEADER) + (UINTN)Hdr.Te->BaseOfCode - (UINTN)Hdr.Te->StrippedSize;
317 SizeOfHeaders = Hdr.Pe32->OptionalHeader.SizeOfHeaders;
319 SizeOfHeaders = 0;
322 return (UINT32) SizeOfHeaders;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
PeCoffLib.h 63 UINTN SizeOfHeaders;
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
PeCoffLib.h 147 UINTN SizeOfHeaders;
206 DestinationAddress, RelocationsStripped, SectionAlignment, SizeOfHeaders, and
241 ImageSize, DestinationAddress, RelocationsStripped, SectionAlignment, SizeOfHeaders,
276 DestinationAddress, RelocationsStripped, SectionAlignment, SizeOfHeaders, and DebugDirectoryEntryRva
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Guid/PeiPeCoffLoader/
PeiPeCoffLoader.h 66 UINTN SizeOfHeaders;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGluePeCoffLib.h 83 UINTN SizeOfHeaders;
98 PdbPointer, RelocationsStripped, SectionAlignment, SizeOfHeaders, and DebugDirectoryEntryRva
  /external/llvm/tools/yaml2obj/
yaml2coff.cpp 304 uint32_t SizeOfHeaders = alignTo(CP.SectionTableStart + CP.SectionTableSize,
306 uint32_t SizeOfImage = alignTo(SizeOfHeaders, Header->SectionAlignment);
341 Header->SizeOfHeaders = SizeOfHeaders;
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
GdbStub.c 866 UINTN SizeOfHeaders;
874 SizeOfHeaders = 0;
897 SizeOfHeaders = sizeof (EFI_TE_IMAGE_HEADER) + (UINTN)Hdr.Te->BaseOfCode - (UINTN)Hdr.Te->StrippedSize;
936 SizeOfHeaders = Hdr.Pe32->OptionalHeader.SizeOfHeaders;
944 SizeOfHeaders = Hdr.Pe32Plus->OptionalHeader.SizeOfHeaders;
972 *DebugBase = (VOID *)(UINTN)((UINTN)DebugBase - SizeOfHeaders);
981 (void)SizeOfHeaders;
    [all...]
  /external/llvm/include/llvm/Object/
COFF.h 112 support::ulittle32_t SizeOfHeaders;
147 support::ulittle32_t SizeOfHeaders;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
COFF.h 113 support::ulittle32_t SizeOfHeaders;
148 support::ulittle32_t SizeOfHeaders;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
COFF.h 127 support::ulittle32_t SizeOfHeaders;
162 support::ulittle32_t SizeOfHeaders;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
COFF.h 127 support::ulittle32_t SizeOfHeaders;
162 support::ulittle32_t SizeOfHeaders;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
COFF.h 113 support::ulittle32_t SizeOfHeaders;
148 support::ulittle32_t SizeOfHeaders;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
COFF.h 127 support::ulittle32_t SizeOfHeaders;
162 support::ulittle32_t SizeOfHeaders;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
COFF.h 127 support::ulittle32_t SizeOfHeaders;
162 support::ulittle32_t SizeOfHeaders;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntimage.h 300 ULONG SizeOfHeaders;
349 ULONG SizeOfHeaders;
  /toolchain/binutils/binutils-2.27/include/coff/
pe.h 284 char SizeOfHeaders[4];
323 char SizeOfHeaders[4];
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
PeImage.h 201 UINT32 SizeOfHeaders;
248 UINT32 SizeOfHeaders;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiImage.h 193 UINT32 SizeOfHeaders;
239 UINT32 SizeOfHeaders;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
PeImage.h 173 UINT32 SizeOfHeaders;
223 UINT32 SizeOfHeaders;
  /external/llvm/include/llvm/Support/
COFF.h 506 uint32_t SizeOfHeaders;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
COFF.h 511 uint32_t SizeOfHeaders;
  /external/syslinux/efi32/include/efi/ia32/
pe.h 152 UINT32 SizeOfHeaders;
  /external/syslinux/efi64/include/efi/x86_64/
pe.h 152 UINT32 SizeOfHeaders;

Completed in 1217 milliseconds

1 2 3