Lines Matching refs:Elf_Word
30 typedef typename ELFT::Word Elf_Word; typedef in __anon923aafa50111::ELFDumper
57 DenseMap<const Elf_Shdr *, ArrayRef<Elf_Word>> ShndxTables;
317 if (Expected<ArrayRef<Elf_Word>> TableOrErr = Obj.getSHNDXTable(Sec)) { in dump()
1157 auto EntriesOrErr = Obj.template getSectionContentsAsArray<Elf_Word>(*Shdr); in dumpSymtabShndxSection()
1162 for (const Elf_Word &E : *EntriesOrErr) in dumpSymtabShndxSection()
1468 auto MembersOrErr = Obj.template getSectionContentsAsArray<Elf_Word>(*Shdr); in dumpGroupSection()
1473 for (Elf_Word Member : *MembersOrErr) { in dumpGroupSection()
1501 if (ContentOrErr->size() % (sizeof(Elf_Word) * 2) != 0) { in dumpARMIndexTableSection()
1506 ArrayRef<Elf_Word> Words( in dumpARMIndexTableSection()
1507 reinterpret_cast<const Elf_Word *>(ContentOrErr->data()), in dumpARMIndexTableSection()
1508 ContentOrErr->size() / sizeof(Elf_Word)); in dumpARMIndexTableSection()