Searched refs:symtab (Results 1 - 2 of 2) sorted by relevance

/device/google/contexthub/util/nanoapp_postprocess/
H A Dpostprocess.c82 struct SymtabEntry *symtab; member in struct:NanoAppInfo
344 struct SymtabEntry *sym = &app->symtab[symIdx];
444 app.symtab = (struct SymtabEntry*)(buf + sect->rel_end - FLASH_BASE);
447 app.symtabSize = (struct SymtabEntry*)(buf + bufUsed) - app.symtab;
484 struct SymtabEntry *sym = &app.symtab[whichSym];
H A Dpostprocess_elf.c94 struct ElfAppSection symtab; member in struct:ElfNanoApp
499 //overwrite original relocs and symtab with nanorelocs and adjust sizes
546 // the symbol table is emitted in .symtab
564 .name = ".symtab",
565 .offset = offsetof(struct ElfNanoApp, symtab),
735 const Elf32_Sym *syms = (const Elf32_Sym *) app->symtab.data;

Completed in 30 milliseconds