Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeEmuPeCoffExtraActionLib/
DDxeEmuPeCoffExtraActionLib.c32 EMU_THUNK_PROTOCOL *mThunk = NULL; variable
56 mThunk = (EMU_THUNK_PROTOCOL *)(*(UINTN *)(GET_GUID_HOB_DATA (GuidHob))); in DxeEmuPeCoffLibExtraActionConstructor()
57 ASSERT (mThunk != NULL); in DxeEmuPeCoffLibExtraActionConstructor()
77 if (mThunk != NULL) { in PeCoffLoaderRelocateImageExtraAction()
78 mThunk->PeCoffRelocateImageExtraAction (ImageContext); in PeCoffLoaderRelocateImageExtraAction()
100 if (mThunk != NULL) { in PeCoffLoaderUnloadImageExtraAction()
101 mThunk->PeCoffUnloadImageExtraAction (ImageContext); in PeCoffLoaderUnloadImageExtraAction()
/device/linaro/bootloader/edk2/EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/
DPeiEmuPeCoffExtraActionLib.c31 EMU_THUNK_PROTOCOL *mThunk = NULL; variable