Searched refs:IS_IN_RAM (Results 1 - 2 of 2) sorted by relevance

/device/google/contexthub/util/nanoapp_postprocess/
H A Dpostprocess.c44 #define IS_IN_RAM(_val) IS_IN_RANGE(_val, RAM_BASE, RAM_SIZE) macro
315 if (IS_IN_RAM(*addr)) {
362 } else if (IS_IN_RAM(reloc->where)) {
436 if (!IS_IN_RAM(sect->data_start) || !IS_IN_RAM(sect->data_end) || !IS_IN_RAM(sect->bss_start) ||
437 !IS_IN_RAM(sect->bss_end) || !IS_IN_RAM(sect->got_start) || !IS_IN_RAM(sect->got_end)) {
535 if (!IS_IN_RAM(relo
[all...]
H A Dpostprocess_elf.c46 #define IS_IN_RAM(_val) IS_IN_RANGE(_val, RAM_BASE, RAM_SIZE) macro
422 if (!IS_IN_RAM(relocs[i].where)) {
447 else if (IS_IN_RAM(syms[whichSym].addr)) {
473 else if (IS_IN_RAM(*valThereP)) {
514 if (!IS_IN_RAM(sect->data_start) || !IS_IN_RAM(sect->data_end) || !IS_IN_RAM(sect->bss_start) ||
515 !IS_IN_RAM(sect->bss_end) || !IS_IN_RAM(sect->got_start) || !IS_IN_RAM(sec
[all...]

Completed in 9 milliseconds