Lines Matching refs:RAM_BASE
35 #define RAM_BASE 0x80000000 macro
43 #define IS_IN_RAM(_val) IS_IN_RANGE(_val, RAM_BASE, RAM_SIZE)
233 valThereP = (uint32_t*)(buf + relocs[i].where + sect->data_data - RAM_BASE - FLASH_BASE); in handleApp()
235 nanoRelocs[outNumRelocs].ofstInRam = relocs[i].where - RAM_BASE; in handleApp()
249 (*valThereP) -= RAM_BASE; in handleApp()
276 *valThereP -= RAM_BASE; in handleApp()
413 sect->data_start -= RAM_BASE; in handleApp()
414 sect->data_end -= RAM_BASE; in handleApp()
415 sect->bss_start -= RAM_BASE; in handleApp()
416 sect->bss_end -= RAM_BASE; in handleApp()
417 sect->got_start -= RAM_BASE; in handleApp()
418 sect->got_end -= RAM_BASE; in handleApp()