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

  /device/google/contexthub/util/nanoapp_postprocess/
postprocess.c 44 #define IS_IN_RAM(_val) IS_IN_RANGE(_val, RAM_BASE, RAM_SIZE)
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(reloc->where))
    [all...]
postprocess_elf.c 46 #define IS_IN_RAM(_val) IS_IN_RANGE(_val, RAM_BASE, RAM_SIZE)
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(sect->got_end))
    [all...]

Completed in 74 milliseconds