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

  /device/google/contexthub/util/nanoapp_postprocess/
postprocess_elf.c 353 uint32_t relocType = relocs[i].info & 0xff;
387 if (IS_IN_FLASH(relocs[i].where) && relocs[i].where - FLASH_BASE < sizeof(struct BinHdr) && relocType == RELOC_TYPE_SECT) {
402 i, relocs[i].where, relocType, whichSym, syms[whichSym].addr);
425 i, relocs[i].where, relocType, whichSym, syms[whichSym].addr);
433 switch (relocType) {
485 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) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cor.h     [all...]

Completed in 423 milliseconds