TianoCore EDK2 master
Loading...
Searching...
No Matches
PeCoffGetEntryPointLib.h
Go to the documentation of this file.
1
9#ifndef __PE_COFF_GET_ENTRY_POINT_LIB_H__
10#define __PE_COFF_GET_ENTRY_POINT_LIB_H__
11
29RETURN_STATUS
30EFIAPI
32 IN VOID *Pe32Data,
33 OUT VOID **EntryPoint
34 );
35
48UINT16
49EFIAPI
51 IN VOID *Pe32Data
52 );
53
73VOID *
74EFIAPI
76 IN VOID *Pe32Data
77 );
78
91UINT32
92EFIAPI
94 IN VOID *Pe32Data
95 );
96
109UINTN
110EFIAPI
112 IN UINTN Address
113 );
114
115#endif
UINT64 UINTN
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
UINT32 EFIAPI PeCoffGetSizeOfHeaders(IN VOID *Pe32Data)
RETURN_STATUS EFIAPI PeCoffLoaderGetEntryPoint(IN VOID *Pe32Data, OUT VOID **EntryPoint)
UINT16 EFIAPI PeCoffLoaderGetMachineType(IN VOID *Pe32Data)
VOID *EFIAPI PeCoffLoaderGetPdbPointer(IN VOID *Pe32Data)
UINTN EFIAPI PeCoffSearchImageBase(IN UINTN Address)