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

  /device/google/contexthub/util/nanoapp_postprocess/
postprocess.c 45 #define IS_IN_FLASH(_val) IS_IN_RANGE(_val, FLASH_BASE, FLASH_SIZE)
320 } else if (IS_IN_FLASH(*addr)) {
359 if (IS_IN_FLASH(relocOffset)) {
432 if (!IS_IN_FLASH(sect->rel_start) || !IS_IN_FLASH(sect->rel_end) || !IS_IN_FLASH(sect->data_data)) {
509 if (IS_IN_FLASH(reloc->where) && reloc->where - FLASH_BASE < sizeof(struct BinHdr) && relocType == RELOC_TYPE_SECT) {
postprocess_elf.c 47 #define IS_IN_FLASH(_val) IS_IN_RANGE(_val, FLASH_BASE, FLASH_SIZE)
390 if (IS_IN_FLASH(relocs[i].where) && relocs[i].where - FLASH_BASE < sizeof(struct BinHdr) && relocType == RELOC_TYPE_SECT) {
399 if (!IS_IN_FLASH(*valThereP)) {
443 if (IS_IN_FLASH(syms[whichSym].addr)) {
469 if (IS_IN_FLASH(*valThereP)) {
527 if (!IS_IN_FLASH(sect->data_data) || !IS_IN_FLASH(sect->rel_start) || !IS_IN_FLASH(sect->rel_end)) {
659 if (IS_IN_FLASH(*addr)) {
    [all...]

Completed in 733 milliseconds