|
LLVM
8.0.1
|
The Import Directory Table. More...
#include "llvm/BinaryFormat/COFF.h"

Public Attributes | |
| uint32_t | ImportLookupTableRVA |
| uint32_t | TimeDateStamp |
| uint32_t | ForwarderChain |
| uint32_t | NameRVA |
| uint32_t | ImportAddressTableRVA |
The Import Directory Table.
There is a single array of these and one entry per imported DLL.
| uint32_t llvm::COFF::ImportDirectoryTableEntry::ForwarderChain |
| uint32_t llvm::COFF::ImportDirectoryTableEntry::ImportAddressTableRVA |
| uint32_t llvm::COFF::ImportDirectoryTableEntry::ImportLookupTableRVA |
| uint32_t llvm::COFF::ImportDirectoryTableEntry::TimeDateStamp |
1.8.13