Home
last modified time | relevance | path

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

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