Home
last modified time | relevance | path

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

/bsp/frdm-k64f/device/TOOLCHAIN_GCC_ARM/
A Dstartup.c45 uint8_t * bss_start, * bss_end; in init_data_bss() local
47 bss_start = (uint8_t *)__bss_start; in init_data_bss()
51 n = bss_end - bss_start; in init_data_bss()
54 *bss_start++ = 0; in init_data_bss()

Completed in 3 milliseconds