Searched refs:section_ref (Results 1 – 2 of 2) sorted by relevance
269 const llvm::object::ELFSectionRef& section_ref = *it; in AddSymbolForPltSection() local271 std::error_code err = section_ref.getName(section_name); in AddSymbolForPltSection()275 const auto* shdr = elf->getSection(section_ref.getRawDataRefImpl()); in AddSymbolForPltSection()297 const llvm::object::ELFSectionRef& section_ref = *it; in CheckSymbolSections() local299 std::error_code err = section_ref.getName(section_name); in CheckSymbolSections()363 const llvm::object::ELFSectionRef& section_ref = *it;364 if (section_ref.getType() == llvm::ELF::SHT_NOTE) {
1561 const llvm::object::ELFSectionRef& section_ref = *it; in validate_compatibility_of_native_library() local1562 if (section_ref.getType() == llvm::ELF::SHT_DYNAMIC) { in validate_compatibility_of_native_library()