Home | History | Annotate | Download | only in llvm-readobj

Lines Matching refs:ET

306 template <typename ET>
309 const object::ELFFile<ET> *ELF;
311 typedef typename object::ELFFile<ET>::Elf_Sym Elf_Sym;
312 typedef typename object::ELFFile<ET>::Elf_Shdr Elf_Shdr;
314 typedef typename object::ELFFile<ET>::Elf_Rel_Iter Elf_Rel_iterator;
315 typedef typename object::ELFFile<ET>::Elf_Sym_Iter Elf_Sym_iterator;
316 typedef typename object::ELFFile<ET>::Elf_Shdr_Iter Elf_Shdr_iterator;
337 PrinterContext(StreamWriter &Writer, const object::ELFFile<ET> *File)
343 template <typename ET>
344 const size_t PrinterContext<ET>::IndexTableEntrySize = 8;
346 template <typename ET>
347 ErrorOr<StringRef> PrinterContext<ET>::FunctionAtAddress(unsigned Section,
357 template <typename ET>
358 const typename object::ELFFile<ET>::Elf_Shdr *
359 PrinterContext<ET>::FindExceptionTable(unsigned IndexSectionIndex,
375 typename object::ELFFile<ET>::Elf_Rela RelA;
391 template <typename ET>
392 void PrinterContext<ET>::PrintExceptionTable(const Elf_Shdr *IT,
452 template <typename ET>
453 void PrinterContext<ET>::PrintOpcodes(const uint8_t *Entry,
459 template <typename ET>
460 void PrinterContext<ET>::PrintIndexTable(unsigned SectionIndex,
526 template <typename ET>
527 void PrinterContext<ET>::PrintUnwindInformation() const {