HomeSort by relevance Sort by last modified time
    Searched full:begin_sections (Results 1 - 5 of 5) sorted by null

  /system/extras/simpleperf/
read_elf.cpp 78 for (auto section_iterator = elf->begin_sections(); section_iterator != elf->end_sections();
  /external/llvm/include/llvm/Object/
ELF.h 334 Elf_Shdr_Iter begin_sections() const;
337 return make_range(begin_sections(), end_sections());
763 typename ELFFile<ELFT>::Elf_Shdr_Iter ELFFile<ELFT>::begin_sections() const { function in class:llvm::object::ELFFile
    [all...]
ELFObjectFile.h 509 uintptr_t SHT = reinterpret_cast<uintptr_t>(EF.begin_sections().get());
519 uintptr_t SHT = reinterpret_cast<uintptr_t>(EF.begin_sections().get());
824 return section_iterator(SectionRef(toDRI(EF.begin_sections()), this));
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 571 for (typename ELFO::Elf_Shdr_Iter SecI = Obj->begin_sections(),
622 for (typename ELFO::Elf_Shdr_Iter SecI = Obj->begin_sections(),
    [all...]
ARMEHABIPrinter.h 369 for (Elf_Shdr_iterator SI = ELF->begin_sections(), SE = ELF->end_sections();
531 for (Elf_Shdr_iterator SI = ELF->begin_sections(), SE = ELF->end_sections();

Completed in 246 milliseconds