Home
last modified time | relevance | path

Searched refs:section_end (Results 1 – 1 of 1) sorted by relevance

/system/extras/simpleperf/
Dread_elf.cpp202 const llvm::object::section_iterator& section_end) { in ReadSymbolTable() argument
215 if (section_it_or_err.get() != section_end) { in ReadSymbolTable()
268 for (auto it = elf->section_begin(); it != elf->section_end(); ++it) { in AddSymbolForPltSection()
296 for (auto it = elf->section_begin(); it != elf->section_end(); ++it) { in CheckSymbolSections()
362 for (auto it = elf_obj_->section_begin(); it != elf_obj_->section_end(); ++it) { in GetBuildId()
390 elf_obj_->section_end()); in ParseSymbols()
395 is_arm, elf_obj_->section_end()); in ParseSymbols()
418 is_arm, elf_obj_->section_end()); in ParseDynamicSymbols()
423 it != elf_obj_->section_end(); ++it) { in ReadSection()