MCPcopy 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
214STATIC
215UINT32
216CoffAlign (
217 UINT32 Offset
218 )
219{
220 return (Offset + mCoffAlignment - 1) & ~(mCoffAlignment - 1);
221}
222
223STATIC
224UINT32

Callers 1

ScanSections32Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected