HomeSort by relevance Sort by last modified time
    Searched refs:relocType (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/util/nanoapp_postprocess/
postprocess_elf.c 356 uint32_t relocType = relocs[i].info & 0xff;
390 if (IS_IN_FLASH(relocs[i].where) && relocs[i].where - FLASH_BASE < sizeof(struct BinHdr) && relocType == RELOC_TYPE_SECT) {
405 i, relocs[i].where, relocType, whichSym, syms[whichSym].addr);
428 i, relocs[i].where, relocType, whichSym, syms[whichSym].addr);
436 switch (relocType) {
488 fprintf(stderr, "Weird reloc %" PRIX32 " type %" PRIX32 " to symbol %" PRIX32 "\n", i, relocType, whichSym);
    [all...]
postprocess.c 482 uint32_t relocType = reloc->info & 0xff;
509 if (IS_IN_FLASH(reloc->where) && reloc->where - FLASH_BASE < sizeof(struct BinHdr) && relocType == RELOC_TYPE_SECT) {

Completed in 205 milliseconds