Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess_elf.c85 struct ElfAppSection { struct
91 struct ElfAppSection flash; argument
92 struct ElfAppSection data;
93 struct ElfAppSection relocs;
94 struct ElfAppSection symtab;
97 struct ElfAppSection packedNanoRelocs;
568 struct ElfAppSection *appSection; in elfExtractSectionPointer()
575 appSection = (struct ElfAppSection *) &appBytes[sectionMap[i].offset]; in elfExtractSectionPointer()