/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/ |
D | GuidedSectionExtraction.c | 76 (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOffset, in LzmaGuidedSectionGetInfo() 77 … SECTION2_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOffset, in LzmaGuidedSectionGetInfo() 91 (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOffset, in LzmaGuidedSectionGetInfo() 92 SECTION_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOffset, in LzmaGuidedSectionGetInfo() 157 (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOffset, in LzmaGuidedSectionExtraction() 158 … SECTION2_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOffset, in LzmaGuidedSectionExtraction() 175 (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOffset, in LzmaGuidedSectionExtraction() 176 SECTION_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOffset, in LzmaGuidedSectionExtraction()
|
D | F86GuidedSectionExtraction.c | 78 (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOffset, in LzmaArchGuidedSectionGetInfo() 79 … SECTION2_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOffset, in LzmaArchGuidedSectionGetInfo() 93 (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOffset, in LzmaArchGuidedSectionGetInfo() 94 SECTION_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOffset, in LzmaArchGuidedSectionGetInfo() 156 Source = (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOffset; in LzmaArchGuidedSectionExtraction() 157 …urceSize = SECTION2_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOffset; in LzmaArchGuidedSectionExtraction() 160 Source = (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOffset; in LzmaArchGuidedSectionExtraction() 161 …SourceSize = SECTION_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOffset; in LzmaArchGuidedSectionExtraction()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/ |
D | GuidedSectionExtraction.c | 76 (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOffset, in LzmaGuidedSectionGetInfo() 77 … SECTION2_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOffset, in LzmaGuidedSectionGetInfo() 91 (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOffset, in LzmaGuidedSectionGetInfo() 92 SECTION_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOffset, in LzmaGuidedSectionGetInfo() 157 (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOffset, in LzmaGuidedSectionExtraction() 158 … SECTION2_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOffset, in LzmaGuidedSectionExtraction() 175 (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOffset, in LzmaGuidedSectionExtraction() 176 SECTION_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOffset, in LzmaGuidedSectionExtraction()
|
D | F86GuidedSectionExtraction.c | 78 (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOffset, in LzmaArchGuidedSectionGetInfo() 79 … SECTION2_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOffset, in LzmaArchGuidedSectionGetInfo() 93 (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOffset, in LzmaArchGuidedSectionGetInfo() 94 SECTION_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOffset, in LzmaArchGuidedSectionGetInfo() 156 Source = (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOffset; in LzmaArchGuidedSectionExtraction() 157 …urceSize = SECTION2_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOffset; in LzmaArchGuidedSectionExtraction() 160 Source = (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOffset; in LzmaArchGuidedSectionExtraction() 161 …SourceSize = SECTION_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOffset; in LzmaArchGuidedSectionExtraction()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/RtLedStatusCode/ |
D | RtLedStatusCode.c | 216 IN UINT16 DataOffset in SendDataToPort() argument 240 PinData = IoRead8 (DataOffset); in SendDataToPort() 255 IoWrite8 (DataOffset, PinData); in SendDataToPort() 304 UINT16 DataOffset; in SendDataToLed() local 312 DataOffset = (UINT16) (GpioBase + LED_DATA_OFFSET); in SendDataToLed() 323 SendDataToPort ((UINT8) (TempData >> DataBitPosition), DataOffset); in SendDataToLed() 330 SendDataToPort (0, DataOffset); in SendDataToLed()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/ |
D | DxeCrc32GuidedSectionExtractLib.c | 78 …ferSize = SECTION2_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOffset; in Crc32GuidedSectionGetInfo() 93 …ufferSize = SECTION_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOffset; in Crc32GuidedSectionGetInfo() 145 …putBuffer = (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOffset; in Crc32GuidedSectionHandler() 146 …erSize = SECTION2_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOffset; in Crc32GuidedSectionHandler() 167 …tputBuffer = (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOffset; in Crc32GuidedSectionHandler() 168 …fferSize = SECTION_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOffset; in Crc32GuidedSectionHandler()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/ |
D | PeiCrc32GuidedSectionExtractLib.c | 159 …ferSize = SECTION2_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOffset; in Crc32GuidedSectionGetInfo() 174 …ufferSize = SECTION_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOffset; in Crc32GuidedSectionGetInfo() 225 …putBuffer = (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOffset; in Crc32GuidedSectionHandler() 226 …erSize = SECTION2_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOffset; in Crc32GuidedSectionHandler() 247 …tputBuffer = (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOffset; in Crc32GuidedSectionHandler() 248 …fferSize = SECTION_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOffset; in Crc32GuidedSectionHandler()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/ |
D | UefiAcpiDataTable.h | 24 UINT16 DataOffset; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/AcpiTable/ |
D | AcpiTable.h | 46 UINT16 DataOffset; member
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/ |
D | BaseUefiTianoCustomDecompressLib.c | 916 (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOffset, in TianoDecompressGetInfo() 917 … SECTION2_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOffset, in TianoDecompressGetInfo() 936 (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOffset, in TianoDecompressGetInfo() 937 SECTION_SIZE (InputSection) - ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOffset, in TianoDecompressGetInfo() 1005 (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOffset, in TianoDecompress() 1026 (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOffset, in TianoDecompress()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Pi/ |
D | PiFirmwareFile.h | 367 UINT16 DataOffset; member 386 UINT16 DataOffset; member
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenSec/ |
D | GenSec.c | 507 HeaderSize = GuidSectHeader2.DataOffset; in GetSectionContents() 512 HeaderSize = GuidSectHeader.DataOffset; in GetSectionContents() 935 Crc32GuidSect2->GuidSectionHeader.DataOffset = sizeof (CRC32_SECTION_HEADER2); in GenSectionGuidDefinedSection() 937 … (NULL, 0, 9, "Guided section", "Data offset is %u", Crc32GuidSect2->GuidSectionHeader.DataOffset); in GenSectionGuidDefinedSection() 946 Crc32GuidSect->GuidSectionHeader.DataOffset = sizeof (CRC32_SECTION_HEADER); in GenSectionGuidDefinedSection() 948 …g (NULL, 0, 9, "Guided section", "Data offset is %u", Crc32GuidSect->GuidSectionHeader.DataOffset); in GenSectionGuidDefinedSection() 960 VendorGuidSect2->DataOffset = (UINT16) (sizeof (EFI_GUID_DEFINED_SECTION2) + DataHeaderSize); in GenSectionGuidDefinedSection() 961 DebugMsg (NULL, 0, 9, "Guided section", "Data offset is %u", VendorGuidSect2->DataOffset); in GenSectionGuidDefinedSection() 970 VendorGuidSect->DataOffset = (UINT16) (sizeof (EFI_GUID_DEFINED_SECTION) + DataHeaderSize); in GenSectionGuidDefinedSection() 971 DebugMsg (NULL, 0, 9, "Guided section", "Data offset is %u", VendorGuidSect->DataOffset); in GenSectionGuidDefinedSection()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/ |
D | PiFirmwareFile.h | 227 UINT16 DataOffset; member 234 UINT16 DataOffset; member
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/ |
D | VolInfo.c | 1663 UINT16 DataOffset; in ParseSection() local 1907 DataOffset = ((EFI_GUID_DEFINED_SECTION *) Ptr)->DataOffset; in ParseSection() 1911 DataOffset = ((EFI_GUID_DEFINED_SECTION2 *) Ptr)->DataOffset; in ParseSection() 1917 printf (" DataOffset: 0x%04X\n", (unsigned) DataOffset); in ParseSection() 1986 (CHAR8*) SectionBuffer + DataOffset, in ParseSection() 1987 BufferLength - DataOffset in ParseSection() 2029 SectionBuffer + DataOffset, in ParseSection() 2030 BufferLength - DataOffset in ParseSection()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/ |
D | EfiImageFormat.h | 139 UINT16 DataOffset; member
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/Ia32/ |
D | ProcessorContext.h | 136 UINT32 DataOffset; member 219 UINT32 DataOffset; member
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
D | FvImage.py | 608 def __init__(m, SectionDefinitionGuid=None, DataOffset=None, Attributes=None, Data=None): argument 612 if DataOffset != None: 613 m.DataOffset = DataOffset 654 Offset = m.DataOffset - 4 669 Offset = m.DataOffset - 4 690 Offset = m.DataOffset - 4 712 DataOffset = property(_GetDataOffset, _SetDataOffset) variable in GuidDefinedImage
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmBase/ |
D | SmmBase.h | 352 UINT32 DataOffset; member 374 UINT32 DataOffset; member 402 UINT64 DataOffset; member
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/NorFlashDxe/ |
D | NorFlashDxe.c | 146 UINT32 DataOffset; in WriteAfterErase_Fill() local 177 DataOffset = Offset % FlashUnitLength; in WriteAfterErase_Fill() 180 NewDataUnit[(UINT32)(DataOffset + Loop)] = Buffer[Loop]; in WriteAfterErase_Fill()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/SectionExtraction/ |
D | CoreSectionExtraction.c | 912 … SECTION2_SIZE (GuidedHeader) - ((EFI_GUID_DEFINED_SECTION2 *) GuidedHeader)->DataOffset, in CreateChildNode() 913 … (UINT8 *) GuidedHeader + ((EFI_GUID_DEFINED_SECTION2 *) GuidedHeader)->DataOffset, in CreateChildNode() 920 … SECTION_SIZE (GuidedHeader) - ((EFI_GUID_DEFINED_SECTION *) GuidedHeader)->DataOffset, in CreateChildNode() 921 … (UINT8 *) GuidedHeader + ((EFI_GUID_DEFINED_SECTION *) GuidedHeader)->DataOffset, in CreateChildNode()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/ |
D | SectionExtraction.c | 975 … SECTION2_SIZE (GuidedHeader) - ((EFI_GUID_DEFINED_SECTION2 *) GuidedHeader)->DataOffset, in CreateChildNode() 976 … (UINT8 *) GuidedHeader + ((EFI_GUID_DEFINED_SECTION2 *) GuidedHeader)->DataOffset, in CreateChildNode() 983 … SECTION_SIZE (GuidedHeader) - ((EFI_GUID_DEFINED_SECTION *) GuidedHeader)->DataOffset, in CreateChildNode() 984 … (UINT8 *) GuidedHeader + ((EFI_GUID_DEFINED_SECTION *) GuidedHeader)->DataOffset, in CreateChildNode()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DebugSupport/ |
D | DebugSupport.h | 80 UINT32 DataOffset; member 188 UINT64 DataOffset; member
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | FvLib.c | 455 GuidDataOffset = CurrentSection.GuidDefinedSection2->DataOffset; in SearchSectionByType() 458 GuidDataOffset = CurrentSection.GuidDefinedSection->DataOffset; in SearchSectionByType()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenCRC32Section/ |
D | GenCRC32Section.c | 103 Crc32Header.GuidSectionHeader.DataOffset = CRC32_SECTION_HEADER_SIZE; in SignSectionWithCrc32()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | DebugSupport.h | 75 UINT32 DataOffset; member 167 UINT64 DataOffset; member
|