Searched refs:SectionOffset (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/FwImage/
H A Dfwimage.c119 UINT32 SectionOffset; local
128 SectionOffset = 0;
144 SectionOffset = sizeof(PeHdr->PeHeader32);
157 SectionOffset = sizeof(PeHdr->PeHeader64);
166 Section = (EFI_IMAGE_SECTION_HEADER *) &FileBuffer[DosHdr->e_lfanew + SectionOffset];
172 FileBuffer + DosHdr->e_lfanew + SectionOffset,
185 SectionOffset += sizeof(EFI_IMAGE_SECTION_HEADER);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiIbft.c265 UINT16 *SectionOffset; local
282 SectionOffset = &Control->NIC0Offset;
338 *SectionOffset = (UINT16) ((UINTN) Nic - (UINTN) Table);
339 SectionOffset++;
410 *SectionOffset = (UINT16) ((UINTN) Target - (UINTN) Table);
411 SectionOffset++;
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
H A DIScsiIbft.c206 UINT16 *SectionOffset; local
223 SectionOffset = &Control->NIC0Offset;
342 *SectionOffset = (UINT16) ((UINTN) Nic - (UINTN) Table);
343 SectionOffset++;
428 *SectionOffset = (UINT16) ((UINTN) Target - (UINTN) Table);
429 SectionOffset++;
/device/linaro/bootloader/edk2/MdePkg/Include/Guid/
H A DCper.h223 UINT32 SectionOffset; member in struct:__anon7028

Completed in 12 milliseconds