Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dread_elf.cpp267 const llvm::object::ELFSectionRef& section_ref = *it; in AddSymbolForPltSection() local
269 std::error_code err = section_ref.getName(section_name); in AddSymbolForPltSection()
273 const auto* shdr = elf->getSection(section_ref.getRawDataRefImpl()); in AddSymbolForPltSection()
295 const llvm::object::ELFSectionRef& section_ref = *it; in CheckSymbolSections() local
297 std::error_code err = section_ref.getName(section_name); in CheckSymbolSections()
347 const llvm::object::ELFSectionRef& section_ref = *it; in GetBuildId() local
348 if (section_ref.getType() == llvm::ELF::SHT_NOTE) { in GetBuildId()