mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-13 23:26:25 +00:00
COFF: Add constants for optional data directory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186377 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -488,6 +488,24 @@ namespace COFF {
|
|||||||
uint32_t Size;
|
uint32_t Size;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
enum DataDirectoryIndex {
|
||||||
|
EXPORT_TABLE = 0,
|
||||||
|
IMPORT_TABLE,
|
||||||
|
RESOURCE_TABLE,
|
||||||
|
EXCEPTION_TABLE,
|
||||||
|
CERTIFICATE_TABLE,
|
||||||
|
BASE_RELOCATION_TABLE,
|
||||||
|
DEBUG,
|
||||||
|
ARCHITECTURE,
|
||||||
|
GLOBAL_PTR,
|
||||||
|
TLS_TABLE,
|
||||||
|
LOAD_CONFIG_TABLE,
|
||||||
|
BOUND_IMPORT,
|
||||||
|
IAT,
|
||||||
|
DELAY_IMPORT_DESCRIPTOR,
|
||||||
|
CLR_RUNTIME_HEADER
|
||||||
|
};
|
||||||
|
|
||||||
enum WindowsSubsystem {
|
enum WindowsSubsystem {
|
||||||
IMAGE_SUBSYSTEM_UNKNOWN = 0, ///< An unknown subsystem.
|
IMAGE_SUBSYSTEM_UNKNOWN = 0, ///< An unknown subsystem.
|
||||||
IMAGE_SUBSYSTEM_NATIVE = 1, ///< Device drivers and native Windows processes
|
IMAGE_SUBSYSTEM_NATIVE = 1, ///< Device drivers and native Windows processes
|
||||||
|
Reference in New Issue
Block a user