LLVM 17.0.0git
Public Attributes | List of all members
llvm::COFF::ImportDirectoryTableEntry Struct Reference

The Import Directory Table. More...

#include "llvm/BinaryFormat/COFF.h"

Collaboration diagram for llvm::COFF::ImportDirectoryTableEntry:
Collaboration graph
[legend]

Public Attributes

uint32_t ImportLookupTableRVA
 
uint32_t TimeDateStamp
 
uint32_t ForwarderChain
 
uint32_t NameRVA
 
uint32_t ImportAddressTableRVA
 

Detailed Description

The Import Directory Table.

There is a single array of these and one entry per imported DLL.

Definition at line 473 of file COFF.h.

Member Data Documentation

◆ ForwarderChain

uint32_t llvm::COFF::ImportDirectoryTableEntry::ForwarderChain

Definition at line 476 of file COFF.h.

◆ ImportAddressTableRVA

uint32_t llvm::COFF::ImportDirectoryTableEntry::ImportAddressTableRVA

Definition at line 478 of file COFF.h.

◆ ImportLookupTableRVA

uint32_t llvm::COFF::ImportDirectoryTableEntry::ImportLookupTableRVA

Definition at line 474 of file COFF.h.

◆ NameRVA

uint32_t llvm::COFF::ImportDirectoryTableEntry::NameRVA

Definition at line 477 of file COFF.h.

◆ TimeDateStamp

uint32_t llvm::COFF::ImportDirectoryTableEntry::TimeDateStamp

Definition at line 475 of file COFF.h.


The documentation for this struct was generated from the following file: