Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/misc/platform/stm32f4xx/
Dshowsizes.sh20 data_start=$(getvar $1 __data_start)
22 data_sz=$(($data_end-$data_start))
/device/google/contexthub/firmware/src/cpu/cortexm4f/
DappSupport.c152 platInfo->got = mem + sect->data_start; in cpuAppLoad()
158 …memcpy(mem + sect->data_start, (uint8_t*)APP_FLASH_RELOC(app, sect->data_data), sect->got_end - se… in cpuAppLoad()
/device/google/contexthub/lib/include/nanohub/
Dnanohub.h62 uint32_t data_start; member
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c179 else if (IS_IN_RANGE_E(relocs[i].where, sect->data_start, sect->data_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()
413 sect->data_start -= RAM_BASE; in handleApp()
461 uint32_t gotSz = sect->got_end - sect->data_start; in handleApp()