Searched refs:relocDiag (Results 1 – 1 of 1) sorted by relevance
/device/google/contexthub/util/nanoapp_postprocess/ |
D | postprocess.c | 333 static void relocDiag(const struct NanoAppInfo *app, const struct RelocEntry *reloc, const char *ms… in relocDiag() function 366 relocDiag(app, reloc, "is neither in RAM nor in FLASH"); in fixupReloc() 373 relocDiag(app, reloc, "points outside valid data area"); in fixupReloc() 385 relocDiag(app, reloc, "has section relocation with non-zero symbol address"); in fixupReloc() 391 relocDiag(app, reloc, "has unknown type"); in fixupReloc() 487 relocDiag(&app, reloc, "references a nonexistent symbol"); in handleApp() 519 relocDiag(&app, reloc, "is in APPHDR but relocated to RAM"); in handleApp() 536 relocDiag(&app, reloc, "is not in RAM"); in handleApp()
|