Home
last modified time | relevance | path

Searched defs:nthdr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/
H A Dpecoff.d680 auto nthdr = getNTHeader(handle); in version() local
818 if (auto nthdr = getNTHeader(handle)) in getSectionHeader() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Dwin64.d314 auto nthdr = cast(IMAGE_NT_HEADERS*)(cast(void*)doshdr + doshdr.e_lfanew); in findImageSection() local