MCPcopy 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
96static void __initdata(void)
97{
98 struct tm time_vdso = SOFT_RTC_VDSOTIME_DEFAULT;
99 vdso_data->realtime_initdata = timegm(&time_vdso);
100}
101
102
103static int validate_vdso_elf(void)

Callers 1

validate_vdso_elfFunction · 0.85

Calls 1

timegmFunction · 0.85

Tested by

no test coverage detected