Searched refs:sectionMap (Results 1 – 1 of 1) sorted by relevance
550 } sectionMap[] = { in elfExtractSectionPointer() local571 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()