HomeSort by relevance Sort by last modified time
    Searched refs:Elf_Shdr_Iter (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Object/
ELF.h 140 typedef ELFEntityIterator<const Elf_Shdr> Elf_Shdr_Iter;
141 typedef iterator_range<Elf_Shdr_Iter> Elf_Shdr_Range;
334 Elf_Shdr_Iter begin_sections() const;
335 Elf_Shdr_Iter end_sections() const;
763 typename ELFFile<ELFT>::Elf_Shdr_Iter ELFFile<ELFT>::begin_sections() const {
764 return Elf_Shdr_Iter(Header->e_shentsize,
769 typename ELFFile<ELFT>::Elf_Shdr_Iter ELFFile<ELFT>::end_sections() const {
770 return Elf_Shdr_Iter(Header->e_shentsize,
    [all...]
ELFObjectFile.h 53 typedef typename ELFFile<ELFT>::Elf_Shdr_Iter Elf_Shdr_Iter;
146 Elf_Shdr_Iter toELFShdrIter(DataRefImpl Sec) const {
147 return Elf_Shdr_Iter(EF.getHeader()->e_shentsize,
151 DataRefImpl toDRI(Elf_Shdr_Iter Sec) const {
407 Elf_Shdr_Iter EShdr = toELFShdrIter(Sec);
430 Elf_Shdr_Iter EShdr = toELFShdrIter(Sec);
439 Elf_Shdr_Iter EShdr = toELFShdrIter(Sec);
470 Elf_Shdr_Iter EShdr = toELFShdrIter(Sec);
519 Elf_Shdr_Iter EShdr = toELFShdrIter(Sec)
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 568 for (typename ELFO::Elf_Shdr_Iter SecI = Obj->begin_sections(),
619 for (typename ELFO::Elf_Shdr_Iter SecI = Obj->begin_sections(),
    [all...]
ARMEHABIPrinter.h 316 typedef typename object::ELFFile<ET>::Elf_Shdr_Iter Elf_Shdr_iterator;

Completed in 36 milliseconds