Searched refs:section_ref (Results 1 – 1 of 1) sorted by relevance
267 const llvm::object::ELFSectionRef& section_ref = *it; in AddSymbolForPltSection() local269 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() local297 std::error_code err = section_ref.getName(section_name); in CheckSymbolSections()347 const llvm::object::ELFSectionRef& section_ref = *it; in GetBuildId() local348 if (section_ref.getType() == llvm::ELF::SHT_NOTE) { in GetBuildId()