Searched refs:relocType (Results 1 – 2 of 2) sorted by relevance
/device/google/contexthub/util/nanoapp_postprocess/ |
D | postprocess_elf.c | 356 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()
|
D | postprocess.c | 482 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()
|