Lines Matching defs:elf
151 using abigail::elf::get_soname_of_elf_file;
152 using abigail::elf::get_type_of_elf_file;
286 abigail::elf::elf_type type;
288 /// The path to the elf file.
290 /// @param path the path to the elf file.
568 /// Getter of the path to the elf files of the package.
570 /// @return the path tothe elf files of the package.
575 /// Getter of the path to the elf files of the package.
577 /// @return the path tothe elf files of the package.
659 // We have already loaded the elf file paths, don't do it again.
758 /// @param elf1 the first elf file to consider.
763 /// @param elf2 the second elf file to consider.
1253 /// Compare the ABI two elf files, using their associated debug info.
1257 /// @param elf1 the first elf file to consider.
1567 /// @param elf the ELF file to compare.
1576 /// elf against its ABIXML representation.
1586 compare_to_self(const elf_file& elf,
1604 << elf.path
1610 << elf.path
1622 create_best_elf_based_reader(elf.path,
1635 << elf.path
1647 << elf.path
1657 if (!opts.pkg1->create_abi_file_path(elf.path, abi_file_path))
1662 << elf.path
2374 if (e->type != abigail::elf::ELF_TYPE_DSO)
2384 if (e->type != abigail::elf::ELF_TYPE_DSO
2385 && e->type != abigail::elf::ELF_TYPE_EXEC
2386 && e->type != abigail::elf::ELF_TYPE_PI_EXEC)
2390 if (e->type == abigail::elf::ELF_TYPE_RELOCATABLE)
2409 if (e->type == abigail::elf::ELF_TYPE_DSO
2755 && (iter->second->type == abigail::elf::ELF_TYPE_DSO
2756 || iter->second->type == abigail::elf::ELF_TYPE_EXEC
2757 || iter->second->type == abigail::elf::ELF_TYPE_PI_EXEC
2758 || iter->second->type == abigail::elf::ELF_TYPE_RELOCATABLE))
2760 if (iter->second->type != abigail::elf::ELF_TYPE_RELOCATABLE)
2797 // in a map ordered by looked up in elf.name order.
2918 && (it->second->type == abigail::elf::ELF_TYPE_DSO
2919 || it->second->type == abigail::elf::ELF_TYPE_EXEC
2920 || it->second->type == abigail::elf::ELF_TYPE_PI_EXEC
2921 || it->second->type == abigail::elf::ELF_TYPE_RELOCATABLE))
2923 if (it->second->type != abigail::elf::ELF_TYPE_RELOCATABLE)
2947 // in a map ordered by looked up in elf.name order.