Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dread_elf.cpp137 for (auto it = elf->section_begin(); it != elf->section_end(); ++it) { in GetBuildIdFromELFFile()
237 for (llvm::object::section_iterator it = elf->section_begin(); it != elf->section_end(); ++it) { in ReadSectionFromELFFile()
264 const llvm::object::section_iterator& section_end) { in ReadSymbolTable() argument
277 if (section_it_or_err.get() != section_end) { in ReadSymbolTable()
330 for (auto it = elf->section_begin(); it != elf->section_end(); ++it) { in AddSymbolForPltSection()
358 for (auto it = elf->section_begin(); it != elf->section_end(); ++it) { in CheckSymbolSections()
385 ReadSymbolTable(elf->symbol_begin(), elf->symbol_end(), callback, is_arm, elf->section_end()); in ParseSymbolsFromELFFile()
390 elf->section_end()); in ParseSymbolsFromELFFile()
478 elf->section_end()); in ParseDynamicSymbolsFromELFFile()