Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess_elf.c90 struct ElfNanoApp { struct
541 static void elfExtractSectionPointer(const Elf_Data *data, const char *name, struct ElfNanoApp *app) in elfExtractSectionPointer()
553 .offset = offsetof(struct ElfNanoApp, flash), in elfExtractSectionPointer()
557 .offset = offsetof(struct ElfNanoApp, data), in elfExtractSectionPointer()
561 .offset = offsetof(struct ElfNanoApp, relocs), in elfExtractSectionPointer()
565 .offset = offsetof(struct ElfNanoApp, symtab), in elfExtractSectionPointer()
586 static bool elfParse(Elf *elf, struct ElfNanoApp *app) in elfParse()
619 static bool loadNanoappElfFile(const char *fileName, struct ElfNanoApp *app) in loadNanoappElfFile()
679 static bool fixupHeaderElf(const struct ElfNanoApp *app) in fixupHeaderElf()
714 static bool genElfNanoRelocs(struct ElfNanoApp *app, bool verbose) in genElfNanoRelocs()
[all …]