Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c62 struct SymtabEntry { struct
82 struct SymtabEntry *symtab; argument
307 static uint8_t fixupAddress(uint32_t *addr, struct SymtabEntry *sym, bool debug) in fixupAddress()
344 struct SymtabEntry *sym = &app->symtab[symIdx]; in relocDiag()
352 struct SymtabEntry *sym, struct NanoRelocEntry *nanoReloc) in fixupReloc()
444 app.symtab = (struct SymtabEntry*)(buf + sect->rel_end - FLASH_BASE); in handleApp()
447 app.symtabSize = (struct SymtabEntry*)(buf + bufUsed) - app.symtab; in handleApp()
462 if (app.symtabSize * sizeof(struct SymtabEntry) + sect->rel_end != bufUsed + FLASH_BASE) { in handleApp()
484 struct SymtabEntry *sym = &app.symtab[whichSym]; in handleApp()
Dpostprocess_elf.c64 struct SymtabEntry { struct
296 struct SymtabEntry *syms; in handleApp()
328 syms = (struct SymtabEntry*)(buf + sect->rel_end - FLASH_BASE); in handleApp()
330 numSyms = (bufUsed + FLASH_BASE - sect->rel_end) / sizeof(struct SymtabEntry); in handleApp()
337 if (numSyms * sizeof(struct SymtabEntry) + sect->rel_end != bufUsed + FLASH_BASE) { in handleApp()
502 bufUsed -= sizeof(struct SymtabEntry[numSyms]); in handleApp()