Lines Matching refs:Elf_Word

291                            DataRegion<Elf_Word> ShndxTable,
373 DenseMap<const Elf_Shdr *, ArrayRef<Elf_Word>> ShndxTables;
382 DataRegion<Elf_Word> ShndxTable,
387 DataRegion<Elf_Word> ShndxTable) const;
399 ArrayRef<Elf_Word> getShndxTable(const Elf_Shdr *Symtab) const;
530 DataRegion<Elf_Word> ShndxTable = in printSymbolsHelper()
531 IsDynamic ? DataRegion<Elf_Word>( in printSymbolsHelper()
532 (const Elf_Word *)this->DynSymTabShndxRegion.Addr, in printSymbolsHelper()
534 : DataRegion<Elf_Word>(this->getShndxTable(SymtabSec)); in printSymbolsHelper()
631 DataRegion<Elf_Word> ShndxTable, StringRef StrTable,
637 DataRegion<Elf_Word> ShndxTable,
644 DataRegion<Elf_Word> ShndxTable) const;
692 DataRegion<Elf_Word> ShndxTable) const;
694 DataRegion<Elf_Word> ShndxTable,
886 DataRegion<Elf_Word> ShndxTable, in getFullSymbolName()
935 DataRegion<Elf_Word> ShndxTable) const { in getSymbolSectionIndex()
1898 if (Expected<ArrayRef<Elf_Word>> ShndxTableOrErr = in ELFDumper()
2049 DynSymTabShndxRegion.EntSize = sizeof(Elf_Word); in parseDynamicTable()
2609 ArrayRef<Elf_Word> Buckets = GnuHashTable->buckets(); in printGnuHashTable()
2612 Expected<ArrayRef<Elf_Word>> Chains = in printGnuHashTable()
3436 ArrayRef<Elf_Word> Data; in getGroups()
3437 if (Expected<ArrayRef<Elf_Word>> ContentsOrErr = in getGroups()
3438 Obj.template getSectionContentsAsArray<Elf_Word>(Sec)) { in getGroups()
3455 Data.empty() ? Elf_Word(0) : Data[0], in getGroups()
3784 DataRegion<Elf_Word> ShndxTable) const { in getSymbolSectionNdx()
3827 DataRegion<Elf_Word> ShndxTable, in printSymbol()
3889 DataRegion<Elf_Word> ShndxTable, in printHashedSymbol()
3954 DataRegion<Elf_Word> ShndxTable( in printHashTableSymbols()
3955 (const Elf_Word *)this->DynSymTabShndxRegion.Addr, this->Obj.end()); in printHashTableSymbols()
4008 Expected<ArrayRef<Elf_Word>> ValuesOrErr = in printGnuHashTableSymbols()
4010 ArrayRef<Elf_Word> Values; in printGnuHashTableSymbols()
4018 DataRegion<Elf_Word> ShndxTable( in printGnuHashTableSymbols()
4019 (const Elf_Word *)this->DynSymTabShndxRegion.Addr, this->Obj.end()); in printGnuHashTableSymbols()
4020 ArrayRef<Elf_Word> Buckets = GnuHash.buckets(); in printGnuHashTableSymbols()
4695 ArrayRef<Elf_Word> Buckets = HashTable.buckets(); in printHashHistogram()
4696 ArrayRef<Elf_Word> Chains = HashTable.chains(); in printHashHistogram()
4749 Expected<ArrayRef<Elf_Word>> ChainsOrErr = in printGnuHashHistogram()
4757 ArrayRef<Elf_Word> Chains = *ChainsOrErr; in printGnuHashHistogram()
4767 ArrayRef<Elf_Word> Buckets = GnuHashTable.buckets(); in printGnuHashHistogram()
4995 using Elf_Word = typename ELFT::Word; in getGNUPropertyList() typedef
4999 uint32_t Type = *reinterpret_cast<const Elf_Word *>(Arr.data()); in getGNUPropertyList()
5000 uint32_t DataSize = *reinterpret_cast<const Elf_Word *>(Arr.data() + 4); in getGNUPropertyList()
5030 typedef typename ELFT::Word Elf_Word; in getGNUAbiTag() typedef
5032 ArrayRef<Elf_Word> Words(reinterpret_cast<const Elf_Word *>(Desc.begin()), in getGNUAbiTag()
5033 reinterpret_cast<const Elf_Word *>(Desc.end())); in getGNUAbiTag()
5721 Elf_Word Type = Note.getType(); in printNotes()
6308 DataRegion<Elf_Word> ShndxTable( in printMipsGOT()
6309 (const Elf_Word *)this->DynSymTabShndxRegion.Addr, this->Obj.end()); in printMipsGOT()
6363 DataRegion<Elf_Word> ShndxTable( in printMipsPLT()
6364 (const Elf_Word *)this->DynSymTabShndxRegion.Addr, this->Obj.end()); in printMipsPLT()
6650 ArrayRef<Elf_Word> ShndxTable = this->getShndxTable(this->DotSymtabSec); in printSectionHeaders()
6678 DataRegion<Elf_Word> ShndxTable) const { in printSymbolSection()
6728 DataRegion<Elf_Word> ShndxTable, in printSymbol()
6881 ArrayRef<Elf_Word> ShNdxTable = this->getShndxTable(SymTabSec); in printVersionSymbolSection()
7207 Elf_Word Type = Note.getType(); in printNotes()
7387 DataRegion<Elf_Word> ShndxTable( in printMipsGOT()
7388 (const Elf_Word *)this->DynSymTabShndxRegion.Addr, this->Obj.end()); in printMipsGOT()
7426 DataRegion<Elf_Word> ShndxTable( in printMipsPLT()
7427 (const Elf_Word *)this->DynSymTabShndxRegion.Addr, this->Obj.end()); in printMipsPLT()