Home | History | Annotate | Download | only in nanoapp_postprocess

Lines Matching refs:sectionMap

547     const struct SectionMap {
550 } sectionMap[] = {
571 for (size_t i = 0; i < ARRAY_SIZE(sectionMap); i++) {
572 if (strcmp(name, sectionMap[i].name) != 0) {
575 appSection = (struct ElfAppSection *) &appBytes[sectionMap[i].offset];