Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/
H A Dpecoff.d690 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() function
764 if (compareSectionName(section, ".data")) in scanSegments()
773 if (compareSectionName(section, ".text")) in scanSegments()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Dwin64.d299 bool compareSectionName(ref IMAGE_SECTION_HEADER section, string name) nothrow @nogc in compareSectionName() function
317 if (compareSectionName (sections[i], name)) in findImageSection()