Lines Matching refs:where
55 uint32_t where; member
366 i, relocs[i].where, relocs[i].info & 0xff, whichSym); in handleApp()
374 i, relocs[i].where, relocs[i].info & 0xff, whichSym, syms[whichSym].addr); in handleApp()
376 if (IS_IN_RANGE_E(relocs[i].where, sect->bss_start, sect->bss_end)) in handleApp()
378 else if (IS_IN_RANGE_E(relocs[i].where, sect->data_start, sect->data_end)) in handleApp()
380 else if (IS_IN_RANGE_E(relocs[i].where, sect->got_start, sect->got_end)) in handleApp()
382 else if (IS_IN_RANGE_E(relocs[i].where, FLASH_BASE, FLASH_BASE + sizeof(struct BinHdr))) in handleApp()
390 …if (IS_IN_FLASH(relocs[i].where) && relocs[i].where - FLASH_BASE < sizeof(struct BinHdr) && relocT… in handleApp()
398 valThereP = (uint32_t*)(buf + relocs[i].where - FLASH_BASE); in handleApp()
405 i, relocs[i].where, relocType, whichSym, syms[whichSym].addr); in handleApp()
422 if (!IS_IN_RAM(relocs[i].where)) { in handleApp()
428 i, relocs[i].where, relocType, whichSym, syms[whichSym].addr); in handleApp()
432 valThereP = (uint32_t*)(buf + relocs[i].where + sect->data_data - RAM_BASE - FLASH_BASE); in handleApp()
434 nanoRelocs[outNumRelocs].ofstInRam = relocs[i].where - RAM_BASE; in handleApp()