Searched refs:Elf_Hash (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp64 typedef typename ELFO::Elf_Hash Elf_Hash; \
143 typedef typename ELFO::Elf_Hash Elf_Hash; typedef in class:__anon13649::ELFDumper
188 const Elf_Hash *HashTable = nullptr;
242 const Elf_Hash *getHashTable() const { return HashTable; }
1387 reinterpret_cast<const Elf_Hash *>(toMappedAddr(Dyn.getPtr()));
3065 const Elf_Hash *HashTable = this->dumper()->getHashTable();
/external/llvm/include/llvm/Object/
H A DELF.h55 typedef Elf_Hash_Impl<ELFT> Elf_Hash; typedef in class:llvm::object::ELFFile

Completed in 89 milliseconds