Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DMemoryProfileRecord.c418 VOID *EntryPointInImage; in BuildDriverInfo() local
466 Status = InternalPeCoffGetEntryPoint ((VOID *) (UINTN) ImageBase, &EntryPointInImage); in BuildDriverInfo()
468 DriverInfo->ImageBase = ImageBase + EntryPoint - (PHYSICAL_ADDRESS) (UINTN) EntryPointInImage; in BuildDriverInfo()
866 VOID *EntryPointInImage; in UnregisterMemoryProfileImage() local
889 Status = InternalPeCoffGetEntryPoint ((VOID *) (UINTN) ImageAddress, &EntryPointInImage); in UnregisterMemoryProfileImage()
891 …eAddress = ImageAddress + (UINTN) DriverEntry->ImageContext.EntryPoint - (UINTN) EntryPointInImage; in UnregisterMemoryProfileImage()
1644 VOID *EntryPointInImage; in ProfileProtocolRegisterImage() local
1650 Status = InternalPeCoffGetEntryPoint ((VOID *) (UINTN) ImageBase, &EntryPointInImage); in ProfileProtocolRegisterImage()
1652 DriverEntry.ImageContext.EntryPoint = (PHYSICAL_ADDRESS) (UINTN) EntryPointInImage; in ProfileProtocolRegisterImage()
1683 VOID *EntryPointInImage; in ProfileProtocolUnregisterImage() local
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DSmramProfileRecord.c419 VOID *EntryPointInImage; in BuildDriverInfo() local
467 Status = InternalPeCoffGetEntryPoint ((VOID *) (UINTN) ImageBase, &EntryPointInImage); in BuildDriverInfo()
469 DriverInfo->ImageBase = ImageBase + EntryPoint - (PHYSICAL_ADDRESS) (UINTN) EntryPointInImage; in BuildDriverInfo()
948 VOID *EntryPointInImage; in UnregisterSmramProfileImage() local
985 Status = InternalPeCoffGetEntryPoint ((VOID *) (UINTN) ImageAddress, &EntryPointInImage); in UnregisterSmramProfileImage()
987 ImageAddress = ImageAddress + (UINTN) DriverEntry->ImageEntryPoint - (UINTN) EntryPointInImage; in UnregisterSmramProfileImage()
1987 VOID *EntryPointInImage; in SmramProfileProtocolRegisterImage() local
1997 …tatus = InternalPeCoffGetEntryPoint ((VOID *) (UINTN) DriverEntry.ImageBuffer, &EntryPointInImage); in SmramProfileProtocolRegisterImage()
1999 DriverEntry.ImageEntryPoint = (PHYSICAL_ADDRESS) (UINTN) EntryPointInImage; in SmramProfileProtocolRegisterImage()
2029 VOID *EntryPointInImage; in SmramProfileProtocolUnregisterImage() local
[all …]