Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloverHackyColor/CloverBootloader
/ CoffAlign
Function
CoffAlign
BaseTools/Source/C/GenFw/Elf64Convert.c:215–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
}
214
215
STATIC
216
UINT32
217
CoffAlign (
218
UINT32 Offset
219
)
220
{
221
return (Offset + mCoffAlignment - 1) & ~(mCoffAlignment - 1);
222
}
223
224
STATIC
225
UINT32
Callers
1
ScanSections64
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected