llvm-project/lld/ELF/Arch
Rui Ueyama 921d43fbb2 Add trap instructions for ARM and MIPS.
This patch fills holes in executable sections with 0xd4 (ARM) or
0xef (MIPS). These trap instructions were suggested by Theo de Raadt.

llvm-svn: 306322
2017-06-26 19:45:53 +00:00
..
AArch64.cpp Do not use make<> to allocate TargetInfo. NFC. 2017-06-16 20:15:03 +00:00
AMDGPU.cpp Do not use make<> to allocate TargetInfo. NFC. 2017-06-16 20:15:03 +00:00
ARM.cpp Add trap instructions for ARM and MIPS. 2017-06-26 19:45:53 +00:00
AVR.cpp Do not use make<> to allocate TargetInfo. NFC. 2017-06-16 20:15:03 +00:00
Mips.cpp Add trap instructions for ARM and MIPS. 2017-06-26 19:45:53 +00:00
MipsArchTree.cpp LLD: Move ELF/Mips.cpp to ELF/Arch/MipsArchTree.cpp 2017-06-19 21:03:57 +00:00
PPC.cpp [ELF] Define _GLOBAL_OFFSET_TABLE_ symbol relative to .got 2017-06-26 10:22:17 +00:00
PPC64.cpp Do not use make<> to allocate TargetInfo. NFC. 2017-06-16 20:15:03 +00:00
X86.cpp Add trap instructions for ARM and MIPS. 2017-06-26 19:45:53 +00:00
X86_64.cpp Add trap instructions for ARM and MIPS. 2017-06-26 19:45:53 +00:00