Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloverHackyColor/CloverBootloader
/ CopyMem
Function
CopyMem
BaseTools/Source/C/Common/CommonLib.c:105–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
VOID
106
CopyMem (
107
IN VOID *Destination,
108
IN VOID *Source,
109
IN UINTN Length
110
)
111
{
112
PeiCopyMem (Destination, Source, Length);
113
}
114
115
INTN
116
CompareGuid (
Callers
6
PeCoffLoaderRelocateArmImage
Function · 0.70
PeCoffLoaderLoadImage
Function · 0.70
AddFile
Function · 0.50
FfsRebase
Function · 0.50
GenFw.c
File · 0.50
RebaseImage
Function · 0.50
Calls
1
PeiCopyMem
Function · 0.85
Tested by
no test coverage detected