Home
last modified time | relevance | path

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

/device/google/contexthub/lib/include/nanohub/
Dnanohub.h69 uint32_t got_start; member
/device/google/contexthub/firmware/src/cpu/cortexm4f/
DappSupport.c173 heapFree((uint8_t*)platInfo->got - app->sect.got_start); in cpuAppUnload()
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c181 else if (IS_IN_RANGE_E(relocs[i].where, sect->got_start, sect->got_end)) in handleApp()
409 !IS_IN_RAM(sect->bss_end) || !IS_IN_RAM(sect->got_start) || !IS_IN_RAM(sect->got_end)) { in handleApp()
417 sect->got_start -= RAM_BASE; in handleApp()