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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_LOAD_IMAGE.h 33 ULONG NumberOfSections;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
BasePeCoff.c 390 for (Index = 0; Index < PeHdr->Pe32.FileHeader.NumberOfSections; Index++) {
455 for (Index = 0; Index < TeHdr->NumberOfSections;) {
483 if (Index < (UINTN) TeHdr->NumberOfSections - 1) {
484 SectionHeaderOffset += (TeHdr->NumberOfSections - 1 - Index) * sizeof (EFI_IMAGE_SECTION_HEADER);
485 Index = TeHdr->NumberOfSections - 1;
500 if ((++Index) == (UINTN) TeHdr->NumberOfSections) {
853 UINTN NumberOfSections;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/
BasePeCoff.c 311 for (Index = 0; Index < Hdr.Pe32->FileHeader.NumberOfSections; Index++) {
372 for (Index = 0; Index < Hdr.Te->NumberOfSections;) {
400 if (Index < (UINTN) Hdr.Te->NumberOfSections - 1) {
401 SectionHeaderOffset += (Hdr.Te->NumberOfSections - 1 - Index) * sizeof (EFI_IMAGE_SECTION_HEADER);
402 Index = Hdr.Te->NumberOfSections - 1;
417 if ((++Index) == (UINTN)Hdr.Te->NumberOfSections) {
770 UINTN NumberOfSections;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
PeCoffLoader.c 508 for (Index = 0; Index < Hdr.Pe32->FileHeader.NumberOfSections; Index++) {
581 for (Index = 0; Index < Hdr.Te->NumberOfSections; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Image/
Image.c 234 UINT16 NumberOfSections;
251 NumberOfSections = ImgHdr->Te.NumberOfSections;
259 NumberOfSections = ImgHdr->Pe32.FileHeader.NumberOfSections;
264 for (Index = 0; Index < NumberOfSections; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffLib/
BasePeCoff.c 109 UINTN NumberOfSections;
250 // 3. Check the FileHeader.NumberOfSections field.
256 if ((Hdr.Pe32->OptionalHeader.SizeOfImage - SectionHeaderOffset) / EFI_IMAGE_SIZEOF_SECTION_HEADER <= Hdr.Pe32->FileHeader.NumberOfSections) {
272 if ((Hdr.Pe32->OptionalHeader.SizeOfHeaders - SectionHeaderOffset) / EFI_IMAGE_SIZEOF_SECTION_HEADER < (UINT32)Hdr.Pe32->FileHeader.NumberOfSections) {
364 // 3. Check the FileHeader.NumberOfSections field.
370 if ((Hdr.Pe32Plus->OptionalHeader.SizeOfImage - SectionHeaderOffset) / EFI_IMAGE_SIZEOF_SECTION_HEADER <= Hdr.Pe32Plus->FileHeader.NumberOfSections) {
386 if ((Hdr.Pe32Plus->OptionalHeader.SizeOfHeaders - SectionHeaderOffset) / EFI_IMAGE_SIZEOF_SECTION_HEADER < (UINT32)Hdr.Pe32Plus->FileHeader.NumberOfSections) {
479 NumberOfSections = (UINTN) (Hdr.Te->NumberOfSections);
482 NumberOfSections = (UINTN) (Hdr.Pe32->FileHeader.NumberOfSections);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
COFF.h 26 support::ulittle16_t NumberOfSections;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/
Image.c 355 UINT16 NumberOfSections;
373 NumberOfSections = ImgHdr->Pe32.FileHeader.NumberOfSections;
378 for (Index = 0; Index < NumberOfSections; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Dispatcher.c 227 UINT16 NumberOfSections;
243 NumberOfSections = ImgHdr->Pe32.FileHeader.NumberOfSections;
248 for (Index = 0; Index < NumberOfSections; Index++) {
    [all...]
PiSmmIpl.c 787 UINT16 NumberOfSections;
809 NumberOfSections = ImgHdr->Pe32.FileHeader.NumberOfSections;
814 for (Index = 0; Index < NumberOfSections; Index++) {
    [all...]
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 510 writeLE32(Header.NumberOfSections);
515 writeLE16(static_cast<int16_t>(Header.NumberOfSections));
811 int32_t NumberOfSections = static_cast<int32_t>(SectionsSize);
813 UseBigObj = NumberOfSections > COFF::MaxNumberOfSections16;
824 Header.NumberOfSections = NumberOfSections;
924 offset += COFF::SectionSize * Header.NumberOfSections;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
COFF.h 43 uint16_t NumberOfSections;
  /external/llvm/include/llvm/Object/
COFF.h 64 support::ulittle16_t NumberOfSections;
71 bool isImportLibrary() const { return NumberOfSections == 0xffff; }
85 support::ulittle32_t NumberOfSections;
701 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->NumberOfSections;
703 return COFFBigObjHeader->NumberOfSections;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntimage.h 237 USHORT NumberOfSections;
  /toolchain/binutils/binutils-2.25/include/coff/
pe.h 378 char NumberOfSections[4];
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
PeImage.h 100 UINT16 NumberOfSections;
735 UINT8 NumberOfSections; // from the original file header
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiImage.h 95 UINT16 NumberOfSections;
674 UINT8 NumberOfSections; // from the original file header
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
PeImage.h 83 UINT16 NumberOfSections;
721 UINT8 NumberOfSections; ///< From the original file header.
  /external/llvm/include/llvm/Support/
COFF.h 57 int32_t NumberOfSections;
78 uint32_t NumberOfSections;
  /external/syslinux/efi32/include/efi/ia32/
pe.h 75 UINT16 NumberOfSections;
  /external/syslinux/efi64/include/efi/x86_64/
pe.h 75 UINT16 NumberOfSections;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/
pe.h 75 UINT16 NumberOfSections;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
pe.h 90 UINT16 NumberOfSections;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/x86_64/
pe.h 75 UINT16 NumberOfSections;
  /external/syslinux/gpxe/src/include/gpxe/efi/IndustryStandard/
PeImage.h 90 UINT16 NumberOfSections;
717 UINT8 NumberOfSections; ///< from the original file header

Completed in 1117 milliseconds

1 2