Searched refs:EntryPoint (Results 76 - 100 of 101) sorted by relevance

12345

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.c817 fprintf (FvMapFile, "EntryPoint=0x%010llx", (unsigned long long) (*(UINT64 *)((UINTN) pImageContext->Handle + (UINTN) AddressOfEntryPoint)));
819 fprintf (FvMapFile, "EntryPoint=0x%010llx", (unsigned long long) (ImageBaseAddress + AddressOfEntryPoint));
1281 UINT32 EntryPoint; local
1363 &EntryPoint,
1391 SecCorePhysicalAddress += EntryPoint;
1417 &EntryPoint,
1431 PeiCorePhysicalAddress += EntryPoint;
1662 UINT32 EntryPoint; local
1713 &EntryPoint,
1727 PeiCorePhysicalAddress += EntryPoint;
1861 GetPe32Info( IN UINT8 *Pe32, OUT UINT32 *EntryPoint, OUT UINT32 *BaseOfCode, OUT UINT16 *MachineType ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxPeCoffLib/
H A DBasePeCoff.c581 DebugDirectoryEntryRva, EntryPoint, FixupDataSize, CodeView, PdbPointer, and FixupData of
833 // Adjust the EntryPoint to match the linked-to address
836 ImageContext->EntryPoint -= (UINT64) ImageContext->ImageAddress;
837 ImageContext->EntryPoint += (UINT64) ImageContext->DestinationAddress;
854 The EntryPoint, FixupDataSize, CodeView, PdbPointer and HiiResourceData fields of ImageContext are computed.
1109 ImageContext->EntryPoint = (PHYSICAL_ADDRESS)(UINTN)PeCoffLoaderImageAddress (
1117 ImageContext->EntryPoint = (PHYSICAL_ADDRESS)(UINTN)PeCoffLoaderImageAddress (
1123 ImageContext->EntryPoint = (PHYSICAL_ADDRESS) (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/SnpDxe/
H A DSnp.c220 if (Pxe->sw.EntryPoint < Pxe->sw.Len) {
423 Snp->IssueUndi32Command = (ISSUE_UNDI32_COMMAND) (UINTN) Pxe->sw.EntryPoint;
425 Snp->IssueUndi32Command = (ISSUE_UNDI32_COMMAND) (UINTN) ((UINT8) (UINTN) Pxe + Pxe->sw.EntryPoint);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptSave.c1273 @param EntryPoint Entry point of the code to be dispatched.
1274 @param Context Argument to be passed into the EntryPoint of the code to be dispatched.
1282 IN VOID *EntryPoint,
1300 ScriptDispatch2.EntryPoint = (EFI_PHYSICAL_ADDRESS)(UINTN)EntryPoint;
1454 @param EntryPoint Entry point of the code to be dispatched.
1462 IN VOID *EntryPoint
1480 ScriptDispatch.EntryPoint = (EFI_PHYSICAL_ADDRESS)(UINTN)EntryPoint;
1281 S3BootScriptSaveDispatch2( IN VOID *EntryPoint, IN VOID *Context ) argument
H A DBootScriptExecute.c1096 EntryFunc = (DISPATCH_ENTRYPOINT_FUNC) (UINTN) (ScriptDispatch.EntryPoint);
1098 DEBUG ((EFI_D_INFO, "BootScriptExecuteDispatch - 0x%08x\n", (UINTN)ScriptDispatch.EntryPoint));
1121 DEBUG ((EFI_D_INFO, "BootScriptExecuteDispatch2 - 0x%08x(0x%08x)\n", (UINTN)ScriptDispatch2.EntryPoint, (UINTN)ScriptDispatch2.Context));
1123 EntryFunc = (DISPATCH_ENTRYPOINT_FUNC) (UINTN) (ScriptDispatch2.EntryPoint);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/CommonDataClass/
H A DModuleClass.py345 self.EntryPoint = ''
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A DBuildReport.py62 gModulePattern = r"\n[-\w]+\s*\(([^,]+),\s*BaseAddress=%(Address)s,\s*EntryPoint=%(Address)s\)\s*\(GUID=([-0-9A-Fa-f]+)[^)]*\)"
914 EntryPoint = " ".join(Module.Module.ModuleEntryPointList)
918 RealEntryPoint = EntryPoint
919 if EntryPoint == "_ModuleEntryPoint":
923 EntryPoint = Match.group(1)
925 self._FfsEntryPoint[Module.Guid.upper()] = (EntryPoint, RealEntryPoint)
971 EntryPoint = Match.group(3)
975 List.append((AddressType, EntryPoint, "*E"))
H A Dbuild.py976 ModuleInfo.Image.EntryPoint = RelativeAddress
982 MapBuffer.write('\n\n%s (Fixed SMRAM Offset, BaseAddress=0x%010X, EntryPoint=0x%010X)\n' % (ModuleName, BaseAddress, BaseAddress + ModuleInfo.Image.EntryPoint))
984 MapBuffer.write('\n\n%s (Fixed Memory Offset, BaseAddress=-0x%010X, EntryPoint=-0x%010X)\n' % (ModuleName, 0 - BaseAddress, 0 - (BaseAddress + ModuleInfo.Image.EntryPoint)))
986 MapBuffer.write('\n\n%s (Fixed Memory Address, BaseAddress=0x%010X, EntryPoint=0x%010X)\n' % (ModuleName, BaseAddress, BaseAddress + ModuleInfo.Image.EntryPoint))
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePeCoffLib/
H A DBasePeCoff.c696 DebugDirectoryEntryRva, EntryPoint, FixupDataSize, CodeView, PdbPointer, and FixupData of
954 // Adjust the EntryPoint to match the linked-to address
957 ImageContext->EntryPoint -= (UINT64) ImageContext->ImageAddress;
958 ImageContext->EntryPoint += (UINT64) ImageContext->DestinationAddress;
975 The EntryPoint, FixupDataSize, CodeView, PdbPointer and HiiResourceData fields of ImageContext are computed.
1225 ImageContext->EntryPoint = (PHYSICAL_ADDRESS)(UINTN)PeCoffLoaderImageAddress (
1233 ImageContext->EntryPoint = (PHYSICAL_ADDRESS)(UINTN)PeCoffLoaderImageAddress (
1239 ImageContext->EntryPoint = (PHYSICAL_ADDRESS) (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/
H A DPeiMain.h836 @param EntryPoint Pointer to entry point of specified image file for output.
849 OUT EFI_PHYSICAL_ADDRESS *EntryPoint,
1027 @param EntryPoint Pointer to entry point of specified image file for output.
1040 OUT EFI_PHYSICAL_ADDRESS *EntryPoint,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/CapsulePei/
H A DUefiCapsule.c357 (UINT64) Context->EntryPoint,
451 Context.EntryPoint = (EFI_PHYSICAL_ADDRESS)(UINTN)CoalesceEntry;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/
H A DScriptExecute.c391 Status = ((EFI_IMAGE_ENTRY_POINT)(UINTN)(ImageContext.EntryPoint)) (NewImageHandle, SystemTable);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Xml/
H A DModuleSurfaceAreaXml.py235 self.EntryPoint = ''
245 self.EntryPoint = XmlElement(Item, '%s/EntryPoint' % Key)
251 Extern.SetEntryPoint(self.EntryPoint)
267 NodeList.append(['EntryPoint', Extern.GetEntryPoint()])
279 Str = "EntryPoint = %s UnloadImage = %s Constructor = %s Destructor = %s %s" \
280 % (self.EntryPoint, self.UnloadImage, self.Constructor, self.Destructor, self.CommonDefines)
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DBaseLib.h3364 Transfers control to the function specified by EntryPoint using the
3367 be NULL. The function EntryPoint must never return. This function
3373 If EntryPoint is NULL, then ASSERT().
3376 @param EntryPoint A pointer to function to call with the new stack.
3377 @param Context1 A pointer to the context to pass into the EntryPoint
3379 @param Context2 A pointer to the context to pass into the EntryPoint
3381 @param NewStack A pointer to the new stack to use for the EntryPoint
3393 IN SWITCH_STACK_ENTRY_POINT EntryPoint,
6907 transferred to the function specified by EntryPoint using the new stack
6910 EntryPoint mus
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DDispatcher.c529 // Save Image EntryPoint in DriverEntry
531 DriverEntry->ImageEntryPoint = ImageContext.EntryPoint;
599 "Loading SMM driver at 0x%11p EntryPoint=0x%11p ",
601 FUNCTION_ENTRY_POINT (ImageContext.EntryPoint)));
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/GenMetaFile/
H A DGenInfFile.py175 EntryPoint = Extern.GetEntryPoint()
181 ExternList.append([ArchList, EntryPoint, UnloadImage, Constructor, Destructor, FFE, HelpStringList])
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/PomAdapter/
H A DInfPomAlignment.py337 for EntryPoint in EntryPointList:
339 Image.SetEntryPoint(EntryPoint.GetCName())
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiPxe.h823 PXE_UINT64 EntryPoint; ///< API entry point. member in struct:s_pxe_sw_undi
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/
H A DInit.c77 (VOID **) &(pxe_31->EntryPoint)
H A DDecode.c1505 PxePtr->EntryPoint = (UINT64) (UINTN) UNDI_APIEntry_new;
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiPxe.h825 PXE_UINT64 EntryPoint; ///< API entry point. member in struct:s_pxe_sw_undi
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DMisc.py1490 self.EntryPoint = 0
1532 self.EntryPoint = self._ByteListToInt(ByteList[0x10:0x14])
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dserver_presenter.cpp457 RTPOINT EntryPoint = {0}; local
556 EntryPoint.x = CrVrScrCompositorEntryRectGet(pEntry)->xLeft + pPos->x;
557 EntryPoint.y = CrVrScrCompositorEntryRectGet(pEntry)->yTop + pPos->y;
569 CrMBltImgRect(pSrcImg, &EntryPoint, fInvert, &Intersection, pDst);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinternl.h1797 PVOID EntryPoint; member in struct:_SECTION_IMAGE_INFORMATION
1957 void* EntryPoint; member in struct:_LDR_MODULE
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinternl.h1767 PVOID EntryPoint; member in struct:_SECTION_IMAGE_INFORMATION
1913 void* EntryPoint; member in struct:_LDR_MODULE

Completed in 192 milliseconds

12345