Home
last modified time | relevance | path

Searched refs:__data_start (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
H A Dboot_upg_check_secure.h38 extern hi_u32 __data_start;
H A Dboot_upg_check_secure.c62 uintptr_t rsa_key_addr = ((uintptr_t)(&g_boot_rsa_key[0]) - (uintptr_t)(&__data_start)) + in boot_upg_save_rsa_key_pos()
72 uintptr_t ecc_key_addr = ((uintptr_t)(&g_boot_ecc_key[0]) - (uintptr_t)(&__data_start)) + in boot_upg_save_ecc_key_pos()
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/link/
H A Dlink.ld.S404 __data_start = .; define
418 __data_size = __data_end - __data_start;

Completed in 3 milliseconds