Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ __initdata
Function
__initdata
components/lwp/arch/common/vdso.c:96–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
95
96
static void __initdata(void)
97
{
98
struct tm time_vdso = SOFT_RTC_VDSOTIME_DEFAULT;
99
vdso_data->realtime_initdata = timegm(&time_vdso);
100
}
101
102
103
static int validate_vdso_elf(void)
Callers
1
validate_vdso_elf
Function · 0.85
Calls
1
timegm
Function · 0.85
Tested by
no test coverage detected