Searched refs:data_start (Results 1 – 6 of 6) sorted by relevance
/device/google/contexthub/firmware/os/platform/stm32/misc/ |
D | showsizes.sh | 20 data_start=$(getvar $1 __data_start) 22 data_sz=$(($data_end-$data_start))
|
/device/google/contexthub/firmware/os/cpu/cortexm4/ |
D | appSupport.c | 152 platInfo->data = 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() 173 heapFree((uint8_t*)platInfo->data - app->sect.data_start); in cpuAppUnload()
|
/device/google/contexthub/util/nanoapp_postprocess/ |
D | postprocess.c | 267 size_t gotSz = sect->got_end - sect->data_start; in finalizeAndWrite() 436 if (!IS_IN_RAM(sect->data_start) || !IS_IN_RAM(sect->data_end) || !IS_IN_RAM(sect->bss_start) || in handleApp() 496 else if (IS_IN_RANGE_E(reloc->where, sect->data_start, sect->data_end)) in handleApp() 554 sect->data_start -= RAM_BASE; in handleApp()
|
D | postprocess_elf.c | 269 uint32_t gotSz = sect->got_end - sect->data_start; in finalizeAndWrite() 378 else if (IS_IN_RANGE_E(relocs[i].where, sect->data_start, sect->data_end)) in handleApp() 514 if (!IS_IN_RAM(sect->data_start) || !IS_IN_RAM(sect->data_end) || !IS_IN_RAM(sect->bss_start) || in handleApp() 519 sect->data_start -= RAM_BASE; in handleApp() 684 if (fixupAddrElf(&hdr->sect.data_start) != NANO_RELOC_TYPE_RAM || in fixupHeaderElf()
|
/device/google/contexthub/lib/include/nanohub/ |
D | nanohub.h | 103 uint32_t data_start; member
|
/device/google/contexthub/firmware/os/core/ |
D | nanohubCommand.c | 1546 … success = copyTLV32(data, &offset, max_len, tags[i], app->sect.got_end - app->sect.data_start); in processAppTags()
|