Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
DEbcSupport.c520 UINTN IndexOfEbcEntrypoint; in EbcLLCALLEX() local
524 IndexOfEbcEntrypoint = 0; in EbcLLCALLEX()
536 IndexOfEbcEntrypoint = Index; in EbcLLCALLEX()
561 CopyMem (&TargetEbcAddr, (UINT8 *)FuncAddr + IndexOfEbcEntrypoint, sizeof(UINTN)); in EbcLLCALLEX()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
DEbcSupport.c122 UINTN IndexOfEbcEntrypoint; in EbcLLCALLEX() local
126 IndexOfEbcEntrypoint = 0; in EbcLLCALLEX()
138 IndexOfEbcEntrypoint = Index; in EbcLLCALLEX()
163 CopyMem (&TargetEbcAddr, (UINT8 *)FuncAddr + IndexOfEbcEntrypoint, sizeof(UINTN)); in EbcLLCALLEX()