Searched refs:appSection (Results 1 – 1 of 1) sorted by relevance
568 struct ElfAppSection *appSection; in elfExtractSectionPointer() local575 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()