forked from OSchip/llvm-project
parent
20546ffd4a
commit
549820b66a
|
@ -140,7 +140,7 @@ public:
|
|||
typedef Elf_Verneed_Impl<ELFT> Elf_Verneed;
|
||||
typedef Elf_Vernaux_Impl<ELFT> Elf_Vernaux;
|
||||
typedef Elf_Versym_Impl<ELFT> Elf_Versym;
|
||||
typedef Elf_Hash<ELFT> Elf_Hash;
|
||||
typedef Elf_Hash_Impl<ELFT> Elf_Hash;
|
||||
typedef ELFEntityIterator<const Elf_Dyn> Elf_Dyn_Iter;
|
||||
typedef iterator_range<Elf_Dyn_Iter> Elf_Dyn_Range;
|
||||
typedef ELFEntityIterator<const Elf_Rela> Elf_Rela_Iter;
|
||||
|
|
|
@ -466,7 +466,7 @@ struct Elf_Phdr_Impl<ELFType<TargetEndianness, true>> {
|
|||
|
||||
// ELFT needed for endianess.
|
||||
template <class ELFT>
|
||||
struct Elf_Hash {
|
||||
struct Elf_Hash_Impl {
|
||||
LLVM_ELF_IMPORT_TYPES_ELFT(ELFT)
|
||||
Elf_Word nbucket;
|
||||
Elf_Word nchain;
|
||||
|
|
Loading…
Reference in New Issue