Home
last modified time | relevance | path

Searched refs:relocType (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c157 uint32_t relocType = relocs[i].info & 0xff; in handleApp() local
191 …cs[i].where) && relocs[i].where - FLASH_BASE < sizeof(struct BinHdr) && relocType == RELOC_TYPE_SE… in handleApp()
206 i, relocs[i].where, relocType, whichSym, syms[whichSym].addr); in handleApp()
229 i, relocs[i].where, relocType, whichSym, syms[whichSym].addr); in handleApp()
237 switch (relocType) { in handleApp()
289 …tderr, "Weird reloc %" PRIX32 " type %" PRIX32 " to symbol %" PRIX32 "\n", i, relocType, whichSym); in handleApp()