Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c68 uint32_t ofstInRam; member
235 nanoRelocs[outNumRelocs].ofstInRam = relocs[i].where - RAM_BASE; in handleApp()
294 …no reloc calculated as 0x%08" PRIX32 ",0x%02" PRIX8 "\n", nanoRelocs[i].ofstInRam, nanoRelocs[i].t… in handleApp()
305 … ((nanoRelocs[j].type < nanoRelocs[k].type) || (nanoRelocs[j].ofstInRam < nanoRelocs[k].ofstInRam)) in handleApp()
313 …c[%3" PRIu32 "] = {0x%08" PRIX32 ",0x%02" PRIX8 "}\n", i, nanoRelocs[i].ofstInRam, nanoRelocs[i].t… in handleApp()
337 displacement = nanoRelocs[i].ofstInRam - origin; in handleApp()
338 origin = nanoRelocs[i].ofstInRam + 4; in handleApp()
347 …Relocs[j + i].type == lastOutType && nanoRelocs[j + i].ofstInRam - nanoRelocs[j + i - 1].ofstInRam in handleApp()
353 origin = nanoRelocs[j + i - 1].ofstInRam + 4; //reset origin to last one in handleApp()