|
LLVM
3.7.0
|
The Import Directory Table. More...
#include <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.
Definition at line 412 of file Support/COFF.h.
| uint32_t llvm::COFF::ImportDirectoryTableEntry::ForwarderChain |
Definition at line 415 of file Support/COFF.h.
| uint32_t llvm::COFF::ImportDirectoryTableEntry::ImportAddressTableRVA |
Definition at line 417 of file Support/COFF.h.
| uint32_t llvm::COFF::ImportDirectoryTableEntry::ImportLookupTableRVA |
Definition at line 413 of file Support/COFF.h.
| uint32_t llvm::COFF::ImportDirectoryTableEntry::NameRVA |
Definition at line 416 of file Support/COFF.h.
| uint32_t llvm::COFF::ImportDirectoryTableEntry::TimeDateStamp |
Definition at line 414 of file Support/COFF.h.
1.8.6