llvm-project/lld/test/pecoff
Rui Ueyama 908606d0a9 [PECOFF] Create __ImageBase symbol.
__ImageBase is a symbol having 4 byte integer equal to the image base address
of the resultant executable. The linker is expected to create the symbol as if
it were read from a file.

In order to emit the symbol contents only when the symbol is actually
referenced, we created a pseudo library file to wrap the linker generated
symbol. The library file member is emitted to the output only when the member
is actually referenced, which is suitable for our purpose.

llvm-svn: 188052
2013-08-09 04:44:15 +00:00
..
Inputs [PECOFF] Create __ImageBase symbol. 2013-08-09 04:44:15 +00:00
base-reloc.test [PECOFF] Don't set IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE if "-fixed" is provided 2013-07-26 17:30:39 +00:00
baseaddr.test [PECOFF] Use Windows style options instead of Unix style as primary options. 2013-07-24 23:18:02 +00:00
bss-section.test [PECOFF] Emit BSS section. 2013-07-30 22:56:46 +00:00
bss-undef.test [PECOFF] A symbol with symbol with section number 0 and non-zero value represents a BSS atom. 2013-08-02 05:25:31 +00:00
comdat.test [PECOFF] Support COMDAT section that contains mergeable atoms. 2013-08-08 23:31:50 +00:00
drectve.test [PECOFF] Handle .drectve section. 2013-08-02 21:26:14 +00:00
grouped-sections.test [PECOFF] Use Windows style options instead of Unix style as primary options. 2013-07-24 23:18:02 +00:00
hello.test [PECOFF] Use Windows style options instead of Unix style as primary options. 2013-07-24 23:18:02 +00:00
imagebase.test [PECOFF] Create __ImageBase symbol. 2013-08-09 04:44:15 +00:00
importlib.test [PECOFF] Process Import Name/Type field in the import library. 2013-07-29 22:55:39 +00:00
include.test [PECOFF][Driver] Allow multiple /include options. 2013-07-25 02:57:39 +00:00
lib.test [PECOFF] Use Windows style options instead of Unix style as primary options. 2013-07-24 23:18:02 +00:00
multi.test [PECOFF] Use Windows style options instead of Unix style as primary options. 2013-07-24 23:18:02 +00:00
reloc.test [PECOFF] Relocations now take into account the address which is stored at the relocation site 2013-08-02 18:40:50 +00:00
trivial.test [PECOFF] Use Windows style options instead of Unix style as primary options. 2013-07-24 23:18:02 +00:00