Home
last modified time | relevance | path

Searched refs:userInitBssStart (Results 1 – 1 of 1) sorted by relevance

/kernel/liteos_a/kernel/base/core/
Dlos_process.c1620 CHAR *userInitBssStart = (CHAR *)&__user_init_bss; in OsLoadUserInit() local
1622 UINT32 initBssSize = userInitEnd - userInitBssStart; in OsLoadUserInit()
1657 userBss = (VOID *)((UINTPTR)userText + userInitBssStart - userInitTextStart); in OsLoadUserInit()