/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/ |
D | GenFw.c | 579 if (SectionHeader->VirtualAddress != SectionHeader->PointerToRawData) { in PeCoffConvertImageToXip() 653 *FileBuffer + SectionHeader->PointerToRawData, in PeCoffConvertImageToXip() 661 SectionHeader->PointerToRawData = SectionHeader->VirtualAddress; in PeCoffConvertImageToXip() 1002 FileBuffer + SectionHeader->PointerToRawData, in RebaseImage() 2070 if ((SectionHeader->PointerToRawData + SectionHeader->SizeOfRawData) == in main() 2109 if ((SectionHeader->PointerToRawData + SectionHeader->SizeOfRawData) == FileLength) { in main() 2276 … if (CheckAcpiTable (FileBuffer + SectionHeader->PointerToRawData, FileLength) != STATUS_SUCCESS) { in main() 2284 memmove (FileBuffer, FileBuffer + SectionHeader->PointerToRawData, FileLength); in main() 2363 memset (FileBuffer + SectionHeader->PointerToRawData, 0, SectionHeader->SizeOfRawData); in main() 2399 … if (SectionHeader->PointerToRawData + SectionHeader->SizeOfRawData == Optional32->SizeOfImage) { in main() [all …]
|
D | ElfConvert.c | 140 Hdr->PointerToRawData = Offset; in CreateSectionHeader()
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/ |
D | MeasureBootPeCoff.c | 344 while ((Pos > 0) && (Section->PointerToRawData < SectionHeader[Pos - 1].PointerToRawData)) { in MeasurePeImageAndExtend() 364 HashBase = (UINT8 *) (UINTN) ImageAddress + Section->PointerToRawData; in MeasurePeImageAndExtend()
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/ |
D | MeasureBootPeCoff.c | 344 while ((Pos > 0) && (Section->PointerToRawData < SectionHeader[Pos - 1].PointerToRawData)) { in MeasurePeImageAndExtend() 364 HashBase = (UINT8 *) (UINTN) ImageAddress + Section->PointerToRawData; in MeasurePeImageAndExtend()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | BasePeCoff.c | 409 DebugDirectoryEntryRva - SectionHeader.VirtualAddress + SectionHeader.PointerToRawData; in PeCoffLoaderGetImageInfo() 475 SectionHeader.PointerToRawData + in PeCoffLoaderGetImageInfo() 1041 Section->PointerToRawData, in PeCoffLoaderLoadImage() 1048 … Section->PointerToRawData + sizeof (EFI_TE_IMAGE_HEADER) - (UINTN) TeHdr->StrippedSize, in PeCoffLoaderLoadImage() 1303 SectionHeader [Index1].PointerToRawData + in PeCoffLoaderGetPdbPointer() 1373 SectionHeader[Index1].PointerToRawData); in PeCoffLoaderGetPdbPointer() 1403 SectionHeader[Index1].PointerToRawData + in PeCoffLoaderGetPdbPointer()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/FwImage/ |
D | fwimage.c | 179 PdataOffset = Section->PointerToRawData; in ZeroExceptionTable() 227 … if (SectionHeader->PointerToRawData + SectionHeader->SizeOfRawData == Optional32->SizeOfImage) { in StripZeroPendingReloc() 261 … if (SectionHeader->PointerToRawData + SectionHeader->SizeOfRawData == Optional64->SizeOfImage) { in StripZeroPendingReloc()
|
/device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffLib/ |
D | BasePeCoff.c | 46 SectionHeader->PointerToRawData -= TeStrippedOffset; in PeCoffLoaderAdjustOffsetForTeImage() 517 SectionHeader.PointerToRawData < ImageContext->SizeOfHeaders) { in PeCoffLoaderGetPeHeader() 525 if ((UINT32) (~0) - SectionHeader.PointerToRawData < SectionHeader.SizeOfRawData) { in PeCoffLoaderGetPeHeader() 538 SectionHeader.PointerToRawData + SectionHeader.SizeOfRawData - 1, in PeCoffLoaderGetPeHeader() 736 …ileOffset = DebugDirectoryEntryRva - SectionHeader.VirtualAddress + SectionHeader.PointerToRawData; in PeCoffLoaderGetImageInfo() 812 SectionHeader.PointerToRawData - in PeCoffLoaderGetImageInfo() 1382 Section->PointerToRawData - TeStrippedOffset, in PeCoffLoaderLoadImage()
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/ |
D | DxeTpmMeasureBootLib.c | 581 while ((Pos > 0) && (Section->PointerToRawData < SectionHeader[Pos - 1].PointerToRawData)) { in TcgMeasurePeImage() 601 HashBase = (UINT8 *) (UINTN) ImageAddress + Section->PointerToRawData; in TcgMeasurePeImage()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/ |
D | BasePeCoff.c | 330 …ileOffset = DebugDirectoryEntryRva - SectionHeader.VirtualAddress + SectionHeader.PointerToRawData; in GluePeCoffLoaderGetImageInfo() 392 SectionHeader.PointerToRawData + in GluePeCoffLoaderGetImageInfo() 932 Section->PointerToRawData, in GluePeCoffLoaderLoadImage() 939 … Section->PointerToRawData + sizeof (EFI_TE_IMAGE_HEADER) - (UINTN)Hdr.Te->StrippedSize, in GluePeCoffLoaderLoadImage()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/ |
D | PeCoffLoader.c | 527 …ileOffset = DebugDirectoryEntryRva - SectionHeader.VirtualAddress + SectionHeader.PointerToRawData; in PeCoffLoaderGetImageInfo() 601 SectionHeader.PointerToRawData + in PeCoffLoaderGetImageInfo() 1178 Section->PointerToRawData, in PeCoffLoaderLoadImage() 1185 … Section->PointerToRawData + sizeof (EFI_TE_IMAGE_HEADER) - (UINTN)Hdr.Te->StrippedSize, in PeCoffLoaderLoadImage()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/ |
D | EfiImage.h | 327 UINT32 PointerToRawData; member
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
D | PeImage.h | 287 UINT32 PointerToRawData; member
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/ |
D | PeImage.h | 320 UINT32 PointerToRawData; member
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/ |
D | DxeImageVerificationLib.c | 537 while ((Pos > 0) && (Section->PointerToRawData < SectionHeader[Pos - 1].PointerToRawData)) { in HashPeImage() 557 HashBase = mImageBase + Section->PointerToRawData; in HashPeImage()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
D | FvImage.py | 1237 self.VirtualAddressStart, self.SizeOfRawData, self.PointerToRawData = \ 1242 …ta=%x, PointerToRawData=%x" % (self.VirtualAddressStart, self.SizeOfRawData, self.PointerToRawData) 1251 return Rva - self.VirtualAddressStart + self.PointerToRawData
|
/device/linaro/bootloader/edk2/DuetPkg/EfiLdr/ |
D | PeLoader.c | 336 … Status = EfiLdrPeCoffImageRead (FHand, Section->PointerToRawData, Section->SizeOfRawData, Base); in EfiLdrPeCoffLoadPeImage()
|
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/ |
D | SecureBootConfigImpl.c | 1941 while ((Pos > 0) && (Section->PointerToRawData < SectionHeader[Pos - 1].PointerToRawData)) { in HashPeImage() 1961 HashBase = mImageBase + Section->PointerToRawData; in HashPeImage()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/ |
D | GenFvInternalLib.c | 3608 (UINT8 *) CurrentPe32Section.Pe32Section + CurSecHdrSize + SectionHeader->PointerToRawData, in FfsRebase() 3836 …er + sizeof (EFI_TE_IMAGE_HEADER) - TEImageHeader->StrippedSize + SectionHeader->PointerToRawData, in FfsRebase() 3842 …er + sizeof (EFI_TE_IMAGE_HEADER) - TEImageHeader->StrippedSize + SectionHeader->PointerToRawData, in FfsRebase()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/ |
D | PropertiesTable.c | 1199 DEBUG ((EFI_D_VERBOSE, " PointerToRawData - 0x%08x\n", Section[Index].PointerToRawData)); in InsertImageRecord()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
D | MemoryAttributesTable.c | 1166 … DEBUG ((DEBUG_VERBOSE, "SMM PointerToRawData - 0x%08x\n", Section[Index].PointerToRawData)); in SmmInsertImageRecord()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/ |
D | VolInfo.c | 1554 FileBuffer + SectionHeader->PointerToRawData, in RebaseImage()
|