Home
last modified time | relevance | path

Searched refs:NewSection (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DFirmwareVolumeBuffer.c1236 EFI_RAW_SECTION* NewSection; in FvBufPackageFreeformRawFile() local
1273 NewSection = (EFI_RAW_SECTION*)((UINT8*)NewFile + FfsHdrLen); in FvBufPackageFreeformRawFile()
1275 FvBufCompact3ByteSize (NewSection->Size, 0xffffff); in FvBufPackageFreeformRawFile()
1276 ((EFI_RAW_SECTION2 *)NewSection)->ExtendedSize = NewSectionSize; in FvBufPackageFreeformRawFile()
1278 FvBufCompact3ByteSize (NewSection->Size, NewSectionSize); in FvBufPackageFreeformRawFile()
1280 NewSection->Type = EFI_SECTION_RAW; in FvBufPackageFreeformRawFile()
1285 CommonLibBinderCopyMem ((UINT8 *)NewSection + SecHdrLen, RawData, RawDataSize); in FvBufPackageFreeformRawFile()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
DFvImage.py369 for NewSection in NewSections.Sections:
370 if NewSection.Type == 0x13:
372 … CouldBeLoaded, DepexString, FileDepex = self.ParseDepex(NewSection._SubImages[4], 'Protocol')
431 for NewSection in NewSections.Sections:
432 if NewSection.Type == 0x1B:
433 … CouldBeLoaded, DepexString, FileDepex = self.ParseDepex(NewSection._SubImages[4], 'Ppi')