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