Searched refs:initArrayStart (Results 1 - 4 of 4) sorted by relevance
/kernel/liteos_a/kernel/extended/cppsupport/ |
H A D | los_cppsupport.c | 38 LITE_OS_SEC_TEXT_MINOR INT32 LOS_CppSystemInit(UINTPTR initArrayStart, UINTPTR initArrayEnd, INT32 flag) in LOS_CppSystemInit() argument 40 UINTPTR *start = (UINTPTR *)initArrayStart; in LOS_CppSystemInit()
|
/kernel/liteos_m/components/cppsupport/ |
H A D | los_cppsupport.c | 36 INT32 LOS_CppSystemInit(UINTPTR initArrayStart, UINTPTR initArrayEnd) in LOS_CppSystemInit() argument 41 for (start = (UINTPTR *)initArrayStart; start < (UINTPTR *)initArrayEnd; start++) { in LOS_CppSystemInit()
|
H A D | los_cppsupport.h | 56 * <li>initArrayStart is the start address of .init_array section, 58 * <li>initArrayStart must be smaller than initArrayEnd, 59 * initArrayStart and initArrayEnd should be 4(32 bits platform) or 8(64 bits platform) bytes alignment.</li> 68 extern INT32 LOS_CppSystemInit(UINTPTR initArrayStart, UINTPTR initArrayEnd);
|
/kernel/liteos_a/kernel/include/ |
H A D | los_cppsupport.h | 62 * <li>initArrayStart is the start address of .init_array section, 64 * <li>initArrayStart must be smaller than initArrayEnd, 65 * initArrayStart and initArrayEnd should be 4(32 bits platform) or 8(64 bits platform) bytes alignment.</li> 68 * @param initArrayStart [IN] Start address of init_array section. 78 extern INT32 LOS_CppSystemInit(UINTPTR initArrayStart, UINTPTR initArrayEnd, INT32 flag);
|
Completed in 2 milliseconds