Searched refs:compareSectionName (Results 1 – 2 of 2) sorted by relevance
690 if (!compareSectionName(section, ".idata")) in version()704 if (!compareSectionName(section, ".idata")) in version()747 bool compareSectionName(ref IMAGE_SECTION_HEADER section, string name) nothrow @nogc in compareSectionName() function764 if (compareSectionName(section, ".data")) in scanSegments()773 if (compareSectionName(section, ".text")) in scanSegments()
299 bool compareSectionName(ref IMAGE_SECTION_HEADER section, string name) nothrow @nogc in compareSectionName() function317 if (compareSectionName (sections[i], name)) in findImageSection()