LLVM: llvm::COFF::ImportDirectoryTableEntry Struct Reference (original) (raw)
The Import Directory Table. More...
#include "[llvm/BinaryFormat/COFF.h](BinaryFormat%5F2COFF%5F8h%5Fsource.html)"
| 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 521 of file COFF.h.
◆ ForwarderChain
uint32_t llvm::COFF::ImportDirectoryTableEntry::ForwarderChain
Definition at line 524 of file COFF.h.
◆ ImportAddressTableRVA
uint32_t llvm::COFF::ImportDirectoryTableEntry::ImportAddressTableRVA
Definition at line 526 of file COFF.h.
◆ ImportLookupTableRVA
uint32_t llvm::COFF::ImportDirectoryTableEntry::ImportLookupTableRVA
Definition at line 522 of file COFF.h.
◆ NameRVA
uint32_t llvm::COFF::ImportDirectoryTableEntry::NameRVA
Definition at line 525 of file COFF.h.
◆ TimeDateStamp
uint32_t llvm::COFF::ImportDirectoryTableEntry::TimeDateStamp
Definition at line 523 of file COFF.h.
The documentation for this struct was generated from the following file:
- include/llvm/BinaryFormat/COFF.h