llvm-project/lld/lib/ReaderWriter/ELF/Mips
Simon Atanasyan d8cadd6f17 [ELF] Customize a relocation table output format (rel / rela).
Add new virtual virtual function `isRelaOutputFormat` to the
`ELFLinkingContext` class. Call this function everywhere we need to
select a relocation table format.

Patch reviewed by Shankar Easwaran and Rui Ueyama.

llvm-svn: 199973
2014-01-24 05:21:21 +00:00
..
CMakeLists.txt [Mips] Move MipsGOTPass implementation to the separate file. 2014-01-08 20:42:11 +00:00
MipsLinkingContext.cpp [Mips] Implement .plt and .got.plt section creation. 2014-01-17 21:18:37 +00:00
MipsLinkingContext.h [ELF] Customize a relocation table output format (rel / rela). 2014-01-24 05:21:21 +00:00
MipsRelocationHandler.cpp [Mips] Simplify calculations of relocations - replace scatterBits calls 2014-01-18 16:59:00 +00:00
MipsRelocationHandler.h [Mips] Add assert to check that we handle all paired relocations. 2014-01-08 20:42:52 +00:00
MipsRelocationPass.cpp [Mips] Allocate local GOT entry for a global symbol defined in an 2014-01-17 21:18:45 +00:00
MipsRelocationPass.h [Mips] Move MipsGOTPass implementation to the separate file. 2014-01-08 20:42:11 +00:00
MipsSectionChunks.h [Mips] Factor out the code determines type of GOT entry (local/global) 2014-01-08 20:42:45 +00:00
MipsTarget.h
MipsTargetHandler.cpp [Mips] Emit ELF header for MIPS target. ELF flags set is mostly hardcoded. 2014-01-18 16:59:11 +00:00
MipsTargetHandler.h [Mips] Emit ELF header for MIPS target. ELF flags set is mostly hardcoded. 2014-01-18 16:59:11 +00:00