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