.. |
CMakeLists.txt
|
ELF2: Create LinkerScript.cpp and move code from DriverUtils to there.
|
2015-09-30 17:23:26 +00:00 |
Config.h
|
ELF2: Do not set default values that will always be overwritten.
|
2015-09-30 17:26:13 +00:00 |
Driver.cpp
|
ELF2: Add basic linker script support.
|
2015-09-30 17:06:09 +00:00 |
Driver.h
|
ELF2: Add basic linker script support.
|
2015-09-30 17:06:09 +00:00 |
DriverUtils.cpp
|
ELF2: Create LinkerScript.cpp and move code from DriverUtils to there.
|
2015-09-30 17:23:26 +00:00 |
Error.cpp
|
[ELF2] Output of all unknown arguments instead of only one.
|
2015-09-24 18:55:33 +00:00 |
Error.h
|
[ELF2] Output of all unknown arguments instead of only one.
|
2015-09-24 18:55:33 +00:00 |
InputFiles.cpp
|
ELF2: Add basic linker script support.
|
2015-09-30 17:06:09 +00:00 |
InputFiles.h
|
ELF2: Add basic linker script support.
|
2015-09-30 17:06:09 +00:00 |
InputSection.cpp
|
Start adding support for static programs using dynamic libraries.
|
2015-09-29 23:22:16 +00:00 |
InputSection.h
|
Simplify memory management by having ELFData contain a ELFObj.
|
2015-09-24 15:11:50 +00:00 |
LinkerScript.cpp
|
ELF2: Create LinkerScript.cpp and move code from DriverUtils to there.
|
2015-09-30 17:23:26 +00:00 |
Options.td
|
ELF2: Ignore some command line argument that clang passes to the linker.
|
2015-10-01 00:24:54 +00:00 |
OutputSections.cpp
|
ELF2: Add DT_REL{,A}ENT and DT_SYMENT.
|
2015-09-30 21:57:53 +00:00 |
OutputSections.h
|
ELF2: Add DT_REL{,A}ENT and DT_SYMENT.
|
2015-09-30 21:57:53 +00:00 |
README.md
|
[ELF2] Add a new ELF linker based on the new PE/COFF linker.
|
2015-07-24 21:03:07 +00:00 |
SymbolTable.cpp
|
[ELF2] Implemented --entry flag.
|
2015-09-29 16:40:13 +00:00 |
SymbolTable.h
|
Add support for creating the symbols __init_array_start and __init_array_end.
|
2015-09-25 18:56:53 +00:00 |
Symbols.cpp
|
Don't complain about symbols showing up in multible shared libraries.
|
2015-09-23 14:23:59 +00:00 |
Symbols.h
|
Remove `explicit` from constructors that take more than one parameter.
|
2015-09-30 02:06:17 +00:00 |
Target.cpp
|
Expand a comment a bit.
|
2015-09-30 12:30:58 +00:00 |
Target.h
|
Start adding support for static programs using dynamic libraries.
|
2015-09-29 23:22:16 +00:00 |
Writer.cpp
|
Start adding support for static programs using dynamic libraries.
|
2015-09-29 23:22:16 +00:00 |
Writer.h
|
Make these headers as being c++.
|
2015-08-14 14:12:54 +00:00 |