Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/misc/platform/stm32f4xx/
Dshowsizes.sh16 bss_start=$(getvar $1 __bss_start)
18 bss_sz=$(($bss_end-$bss_start))
/device/google/contexthub/firmware/src/cpu/cortexm4f/
DappSupport.c155 memset(mem + sect->bss_start, 0, sect->bss_end - sect->bss_start); in cpuAppLoad()
/device/google/contexthub/lib/include/nanohub/
Dnanohub.h66 uint32_t bss_start; member
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c177 if (IS_IN_RANGE_E(relocs[i].where, sect->bss_start, sect->bss_end)) in handleApp()
408 if (!IS_IN_RAM(sect->data_start) || !IS_IN_RAM(sect->data_end) || !IS_IN_RAM(sect->bss_start) || in handleApp()
415 sect->bss_start -= RAM_BASE; in handleApp()
462 uint32_t bssSz = sect->bss_end - sect->bss_start; in handleApp()