]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
COFF: Add a missing enum value for high entropy ASLR.
authorRui Ueyama <ruiu@google.com>
Sun, 26 Jan 2014 05:05:23 +0000 (05:05 +0000)
committerRui Ueyama <ruiu@google.com>
Sun, 26 Jan 2014 05:05:23 +0000 (05:05 +0000)
commitbaa58b6692992cec1c8c88b43f4811165e43d5d4
tree29fe86a830dba157c2b6132990d5323b2d467a8a
parent8673b5492aeeccbe93e776f6957f50da34e69e0b
COFF: Add a missing enum value for high entropy ASLR.

That bit is not documented in the PE/COFF spec published by Microsoft, so we
don't know the official name of it. I named this bit
IMAGE_DLL_CHARACTERISTICS_HIGH_ENTROPY_VIRTUAL_ADDRESS because the bit is
reported as "high entropy virtual address" by dumpbin.exe,

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200121 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/COFF.h
test/tools/llvm-readobj/peplus.test
tools/llvm-readobj/COFFDumper.cpp