Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dread_elf.cpp78 for (auto section_iterator = elf->begin_sections(); section_iterator != elf->end_sections(); in GetBuildIdFromELFFile() local
79 ++section_iterator) { in GetBuildIdFromELFFile()
80 if (section_iterator->sh_type == SHT_NOTE) { in GetBuildIdFromELFFile()
81 auto contents = elf->getSectionContents(&*section_iterator); in GetBuildIdFromELFFile()