MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / DebugRvaAlign

Function DebugRvaAlign

BaseTools/Source/C/GenFw/Elf64Convert.c:224–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224STATIC
225UINT32
226DebugRvaAlign (
227 UINT32 Offset
228 )
229{
230 return (Offset + 3) & ~3;
231}
232
233//
234// filter functions

Callers 1

ScanSections64Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected