Lines Matching refs:where
53 uint32_t where; member
340 ERR(" Where: 0x%08" PRIX32, reloc->where); in relocDiag()
356 uint32_t relocOffset = reloc->where; in fixupReloc()
362 } else if (IS_IN_RAM(reloc->where)) { in fixupReloc()
363 relocOffset = reloc->where - RAM_BASE; in fixupReloc()
494 if (IS_IN_RANGE_E(reloc->where, sect->bss_start, sect->bss_end)) in handleApp()
496 else if (IS_IN_RANGE_E(reloc->where, sect->data_start, sect->data_end)) in handleApp()
498 else if (IS_IN_RANGE_E(reloc->where, sect->got_start, sect->got_end)) in handleApp()
500 else if (IS_IN_RANGE_E(reloc->where, FLASH_BASE, FLASH_BASE + sizeof(struct BinHdr))) in handleApp()
506 i, reloc->where, reloc->info & 0xff, whichSym, sym->addr, seg); in handleApp()
509 …if (IS_IN_FLASH(reloc->where) && reloc->where - FLASH_BASE < sizeof(struct BinHdr) && relocType ==… in handleApp()
535 if (!IS_IN_RAM(reloc->where)) { in handleApp()