Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/
H A Dpecoff.d681 auto import_entry = nthdr.OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_IMPORT]; in version() local
682 auto addr = import_entry.VirtualAddress; in version()
683 auto datasize = import_entry.Size; in version()