Lines Matching refs:Elf_Word
87 ErrorOr<ArrayRef<Elf_Word>> getSHNDXTable(const Elf_Shdr &Section) const;
190 ArrayRef<Elf_Word> ShndxTable) const;
193 ArrayRef<Elf_Word> ShndxTable) const;
197 ArrayRef<Elf_Word> ShndxTable) const;
218 ArrayRef<Elf_Word> ShndxTable) const { in getExtendedSymbolTableIndex()
225 ArrayRef<Elf_Word> ShndxTable) const { in getExtendedSymbolTableIndex()
236 ArrayRef<Elf_Word> ShndxTable) const { in getSection()
449 ErrorOr<ArrayRef<typename ELFFile<ELFT>::Elf_Word>>
452 const Elf_Word *ShndxTableBegin = in getSHNDXTable()
453 reinterpret_cast<const Elf_Word *>(base() + Section.sh_offset); in getSHNDXTable()
458 const Elf_Word *ShndxTableEnd = ShndxTableBegin + NumSymbols; in getSHNDXTable()