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

Callers 1

ScanSections64Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected