Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/extended/dynload/src/
Dlos_exec_elf.c46 return OsExecStart((TSK_ENTRY_FUNC)(loadInfo->elfEntry), (UINTPTR)loadInfo->stackTop, in OsExecve()
/kernel/liteos_a/kernel/base/include/
Dlos_process_pri.h536 extern UINT32 OsExecStart(const TSK_ENTRY_FUNC entry, UINTPTR sp, UINTPTR mapBase, UINT32 mapSize);
/kernel/liteos_a/kernel/base/core/
Dlos_process.c1754 LITE_OS_SEC_TEXT UINT32 OsExecStart(const TSK_ENTRY_FUNC entry, UINTPTR sp, UINTPTR mapBase, UINT32… in OsExecStart() function