Home | History | Annotate | Download | only in Protocol

Lines Matching refs:Thunk

34   Creates a thunk for an EBC entry point, returning the address of the thunk.

39 loaded, the loader must call this service to get a pointer to native code (thunk) that can be executed,
43 @param ImageHandle Handle of image for which the thunk is being created.
44 @param EbcEntryPoint Address of the actual EBC entry point or protocol service the thunk should call.
45 @param Thunk Returned pointer to a thunk created.
49 @retval EFI_OUT_OF_RESOURCES Memory could not be allocated for the thunk.
57 OUT VOID **Thunk
138 /// and invoke the CreateThunk() service to create a thunk for the EBC image's entry point. The