Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess_elf.c568 struct ElfAppSection *appSection; in elfExtractSectionPointer() local
575 appSection = (struct ElfAppSection *) &appBytes[sectionMap[i].offset]; in elfExtractSectionPointer()
577 appSection->data = data->d_buf; in elfExtractSectionPointer()
578 appSection->size = data->d_size; in elfExtractSectionPointer()
580 DBG("Found section %s with size %zu", name, appSection->size); in elfExtractSectionPointer()