Searched defs:coff_import_directory_table_entry (Results 1 – 1 of 1) sorted by relevance
555 struct coff_import_directory_table_entry { struct556 support::ulittle32_t ImportLookupTableRVA;557 support::ulittle32_t TimeDateStamp;558 support::ulittle32_t ForwarderChain;559 support::ulittle32_t NameRVA;560 support::ulittle32_t ImportAddressTableRVA;562 bool isNull() const { in isNull()