Searched refs:IS_IN_RAM (Results 1 – 2 of 2) sorted by relevance
44 #define IS_IN_RAM(_val) IS_IN_RANGE(_val, RAM_BASE, RAM_SIZE) macro315 if (IS_IN_RAM(*addr)) { in fixupAddress()362 } else if (IS_IN_RAM(reloc->where)) { in fixupReloc()436 if (!IS_IN_RAM(sect->data_start) || !IS_IN_RAM(sect->data_end) || !IS_IN_RAM(sect->bss_start) || in handleApp()437 !IS_IN_RAM(sect->bss_end) || !IS_IN_RAM(sect->got_start) || !IS_IN_RAM(sect->got_end)) { in handleApp()535 if (!IS_IN_RAM(reloc->where)) { in handleApp()
46 #define IS_IN_RAM(_val) IS_IN_RANGE(_val, RAM_BASE, RAM_SIZE) macro422 if (!IS_IN_RAM(relocs[i].where)) { in handleApp()447 else if (IS_IN_RAM(syms[whichSym].addr)) { in handleApp()473 else if (IS_IN_RAM(*valThereP)) { in handleApp()514 if (!IS_IN_RAM(sect->data_start) || !IS_IN_RAM(sect->data_end) || !IS_IN_RAM(sect->bss_start) || in handleApp()515 !IS_IN_RAM(sect->bss_end) || !IS_IN_RAM(sect->got_start) || !IS_IN_RAM(sect->got_end)) { in handleApp()664 } else if (IS_IN_RAM(*addr)) { in fixupAddrElf()750 if (!IS_IN_RAM(relocs[i].r_offset)) { in genElfNanoRelocs()