mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
4cba78c0ca
Before this change, when reading ELF file, elfabi determines number of entries in .dynsym by reading the .gnu.hash section. This change makes elfabi read section headers directly first. This change allows elfabi works on ELF files which do not have .gnu.hash sections. Differential Revision: https://reviews.llvm.org/D93362 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ELFObjHandler.cpp | ||
ELFStub.cpp | ||
TBEHandler.cpp |