Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess_elf.c550 } sectionMap[] = { in elfExtractSectionPointer() local
571 for (size_t i = 0; i < ARRAY_SIZE(sectionMap); i++) { in elfExtractSectionPointer()
572 if (strcmp(name, sectionMap[i].name) != 0) { in elfExtractSectionPointer()
575 appSection = (struct ElfAppSection *) &appBytes[sectionMap[i].offset]; in elfExtractSectionPointer()