HomeSort by relevance Sort by last modified time
    Searched refs:RAM_BASE (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/util/nanoapp_postprocess/
postprocess_elf.c 38 #define RAM_BASE 0x80000000
46 #define IS_IN_RAM(_val) IS_IN_RANGE(_val, RAM_BASE, RAM_SIZE)
432 valThereP = (uint32_t*)(buf + relocs[i].where + sect->data_data - RAM_BASE - FLASH_BASE);
434 nanoRelocs[outNumRelocs].ofstInRam = relocs[i].where - RAM_BASE;
448 (*valThereP) -= RAM_BASE;
475 *valThereP -= RAM_BASE;
519 sect->data_start -= RAM_BASE;
520 sect->data_end -= RAM_BASE;
521 sect->bss_start -= RAM_BASE;
522 sect->bss_end -= RAM_BASE;
    [all...]
postprocess.c 36 #define RAM_BASE 0x80000000u
44 #define IS_IN_RAM(_val) IS_IN_RANGE(_val, RAM_BASE, RAM_SIZE)
316 *addr -= RAM_BASE;
363 relocOffset = reloc->where - RAM_BASE;
554 sect->data_start -= RAM_BASE;
555 sect->data_end -= RAM_BASE;
556 sect->bss_start -= RAM_BASE;
557 sect->bss_end -= RAM_BASE;
558 sect->got_start -= RAM_BASE;
559 sect->got_end -= RAM_BASE;
    [all...]

Completed in 817 milliseconds