OpenCore
1.0.4
OpenCore Bootloader
1.0.4
Toggle main menu visibility
Main Page
Related Pages
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
s
v
w
x
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
CanaryDummy.c
Go to the documentation of this file.
1
12
#include <Library/UefiApplicationEntryPoint.h>
13
31
EFI_STATUS
32
EFIAPI
33
_ModuleEntryPointReal
(
34
IN EFI_HANDLE ImageHandle,
35
IN EFI_SYSTEM_TABLE *SystemTable
36
);
37
38
EFI_STATUS
39
EFIAPI
40
_ModuleEntryPoint
(
41
IN EFI_HANDLE ImageHandle,
42
IN EFI_SYSTEM_TABLE *SystemTable
43
)
44
{
45
return
_ModuleEntryPointReal
(ImageHandle, SystemTable);
46
}
40
_ModuleEntryPoint
( {
…
}
_ModuleEntryPointReal
EFI_STATUS EFIAPI _ModuleEntryPointReal(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
Definition
ApplicationEntryPoint.c:35
_ModuleEntryPoint
EFI_STATUS EFIAPI _ModuleEntryPoint(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
Definition
CanaryDummy.c:40
Library
OcApplicationEntryPoint
CanaryDummy.c
Generated by
1.12.0