Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess_elf.c358 uint32_t *valThereP; in handleApp() local
398 valThereP = (uint32_t*)(buf + relocs[i].where - FLASH_BASE); in handleApp()
399 if (!IS_IN_FLASH(*valThereP)) { in handleApp()
414 *valThereP -= FLASH_BASE + BINARY_RELOC_OFFSET; in handleApp()
432 valThereP = (uint32_t*)(buf + relocs[i].where + sect->data_data - RAM_BASE - FLASH_BASE); in handleApp()
439 t = *valThereP; in handleApp()
441 (*valThereP) += syms[whichSym].addr; in handleApp()
444 (*valThereP) -= FLASH_BASE + BINARY_RELOC_OFFSET; in handleApp()
448 (*valThereP) -= RAM_BASE; in handleApp()
457 …fprintf(stderr, " -> Abs reference fixed up 0x%08" PRIX32 " -> 0x%08" PRIX32 "\n", t, *valThereP); in handleApp()
[all …]