Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
223
STATIC
224
UINT32
225
DebugRvaAlign (
226
UINT32 Offset
227
)
228
{
229
return (Offset + 3) & ~3;
230
}
231
232
//
233
// filter functions
Callers
1
ScanSections32
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected