Searched defs:NumberOfSections (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Image/
H A DImage.c233 UINT16 NumberOfSections; local
250 NumberOfSections = ImgHdr->Te.NumberOfSections;
258 NumberOfSections = ImgHdr->Pe32.FileHeader.NumberOfSections;
263 for (Index = 0; Index < NumberOfSections; Index++) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePeCoffLib/
H A DBasePeCoff.c74 UINTN NumberOfSections; local
309 NumberOfSections = (UINTN) (Hdr.Te->NumberOfSections);
312 NumberOfSections = (UINTN) (Hdr.Pe32->FileHeader.NumberOfSections);
315 for (Index = 0; Index < NumberOfSections; Index++) {
518 for (Index = 0; Index < Hdr.Pe32->FileHeader.NumberOfSections; Index++) {
579 for (Index = 0; Index < Hdr.Te->NumberOfSections;) {
607 if (Index < (UINTN) Hdr.Te->NumberOfSections - 1) {
608 SectionHeaderOffset += (Hdr.Te->NumberOfSections
1011 UINTN NumberOfSections; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DBasePeCoff.c396 for (Index = 0; Index < PeHdr->Pe32.FileHeader.NumberOfSections; Index++) {
461 for (Index = 0; Index < TeHdr->NumberOfSections;) {
489 if (Index < (UINTN) TeHdr->NumberOfSections - 1) {
490 SectionHeaderOffset += (TeHdr->NumberOfSections - 1 - Index) * sizeof (EFI_IMAGE_SECTION_HEADER);
491 Index = TeHdr->NumberOfSections - 1;
506 if ((++Index) == (UINTN) TeHdr->NumberOfSections) {
851 UINTN NumberOfSections; local
944 NumberOfSections = (UINTN) (PeHdr->Pe32.FileHeader.NumberOfSections);
959 NumberOfSections
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Image/
H A DImage.c355 UINT16 NumberOfSections; local
373 NumberOfSections = ImgHdr->Pe32.FileHeader.NumberOfSections;
378 for (Index = 0; Index < NumberOfSections; Index++) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DDispatcher.c224 UINT16 NumberOfSections; local
240 NumberOfSections = ImgHdr->Pe32.FileHeader.NumberOfSections;
245 for (Index = 0; Index < NumberOfSections; Index++) {
H A DPiSmmIpl.c770 UINT16 NumberOfSections; local
792 NumberOfSections = ImgHdr->Pe32.FileHeader.NumberOfSections;
797 for (Index = 0; Index < NumberOfSections; Index++) {
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxPeCoffLib/
H A DBasePeCoff.c399 for (Index = 0; Index < Hdr.Pe32->FileHeader.NumberOfSections; Index++) {
462 for (Index = 0; Index < Hdr.Te->NumberOfSections;) {
490 if (Index < (UINTN) Hdr.Te->NumberOfSections - 1) {
491 SectionHeaderOffset += (Hdr.Te->NumberOfSections - 1 - Index) * sizeof (EFI_IMAGE_SECTION_HEADER);
492 Index = Hdr.Te->NumberOfSections - 1;
507 if ((++Index) == (UINTN)Hdr.Te->NumberOfSections) {
890 UINTN NumberOfSections; local
997 NumberOfSections = (UINTN) (Hdr.Pe32->FileHeader.NumberOfSections);
1012 NumberOfSections
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DPeImage.h82 UINT16 NumberOfSections; member in struct:__anon11721
720 UINT8 NumberOfSections; ///< From the original file header. member in struct:__anon11751
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/IndustryStandard/
H A DPeImage.h99 UINT16 NumberOfSections; member in struct:__anon10145
734 UINT8 NumberOfSections; // from the original file header member in struct:__anon10179
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dimagehlp.h233 ULONG NumberOfSections; member in struct:_LOADED_IMAGE
261 DWORD NumberOfSections; member in struct:_IMAGE_DEBUG_INFORMATION
H A Ddbghelp.h113 ULONG NumberOfSections; member in struct:_LOADED_IMAGE
H A Dwinnt.h2576 WORD NumberOfSections; member in struct:_IMAGE_FILE_HEADER
3605 DWORD NumberOfSections; member in struct:_IMAGE_SEPARATE_DEBUG_HEADER
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/IndustryStandard/
H A DPeImage.h84 UINT16 NumberOfSections; member in struct:__anon15522
722 UINT8 NumberOfSections; ///< From the original file header. member in struct:__anon15552
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dimagehlp.h173 ULONG NumberOfSections; member in struct:_LOADED_IMAGE
201 DWORD NumberOfSections; member in struct:_IMAGE_DEBUG_INFORMATION
H A Ddbghelp.h53 ULONG NumberOfSections; member in struct:_LOADED_IMAGE
H A Dwinnt.h2791 WORD NumberOfSections; member in struct:_IMAGE_FILE_HEADER
3770 DWORD NumberOfSections; member in struct:_IMAGE_SEPARATE_DEBUG_HEADER
/vbox/src/VBox/Runtime/include/internal/
H A DldrPE.h307 uint16_t NumberOfSections; /**< 0x02 */ member in struct:_IMAGE_FILE_HEADER
829 uint32_t NumberOfSections; /**< 0x18 */ member in struct:_IMAGE_SEPARATE_DEBUG_HEADER

Completed in 955 milliseconds