Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/
DCpuExceptionCommon.c118 IN UINTN CurrentEip, in FindModuleImageBase() argument
130 Pe32Data = CurrentEip & ~(mImageAlignSize - 1); in FindModuleImageBase()
141 if (((UINTN)Hdr.Pe32 > Pe32Data) && ((UINTN)Hdr.Pe32 < CurrentEip)) { in FindModuleImageBase()
DCpuExceptionCommon.h122 IN UINTN CurrentEip,