Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess_elf.c356 uint32_t relocType = relocs[i].info & 0xff; in handleApp() local
390 …cs[i].where) && relocs[i].where - FLASH_BASE < sizeof(struct BinHdr) && relocType == RELOC_TYPE_SE… in handleApp()
405 i, relocs[i].where, relocType, whichSym, syms[whichSym].addr); in handleApp()
428 i, relocs[i].where, relocType, whichSym, syms[whichSym].addr); in handleApp()
436 switch (relocType) { in handleApp()
488 …tderr, "Weird reloc %" PRIX32 " type %" PRIX32 " to symbol %" PRIX32 "\n", i, relocType, whichSym); in handleApp()
Dpostprocess.c482 uint32_t relocType = reloc->info & 0xff; in handleApp() local
509 …H(reloc->where) && reloc->where - FLASH_BASE < sizeof(struct BinHdr) && relocType == RELOC_TYPE_SE… in handleApp()