Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
DGenFvInternalLib.c711 IN PE_COFF_LOADER_IMAGE_CONTEXT *pImageContext in WriteMapFile() argument
810 if (!pImageContext->IsTeImage) { in WriteMapFile()
811 …ImgHdr = (EFI_IMAGE_OPTIONAL_HEADER_UNION *) ((UINT8 *) pImageContext->Handle + pImageContext->PeC… in WriteMapFile()
822 TEImageHeader = (EFI_TE_IMAGE_HEADER *) pImageContext->Handle; in WriteMapFile()
840 …if (FfsFile->Type != EFI_FV_FILETYPE_SECURITY_CORE && pImageContext->Machine == EFI_IMAGE_MACHINE_… in WriteMapFile()
845 …le, "EntryPoint=0x%010llx", (unsigned long long) (*(UINT64 *)((UINTN) pImageContext->Handle + (UIN… in WriteMapFile()