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

Function DebugRvaAlign

BaseTools/Source/C/GenFw/Elf32Convert.c:223–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

ScanSections32Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected