Home
last modified time | relevance | path

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

/third_party/libabigail/include/
Dabg-elf-reader.h160 get_soname_of_elf_file(const string& path, string &soname);
/third_party/libabigail/src/
Dabg-elf-helpers.h238 get_soname_of_elf_file(const string& path, string &soname);
Dabg-elf-reader.cc917 get_soname_of_elf_file(const string& path, string &soname) in get_soname_of_elf_file() function
918 {return elf_helpers::get_soname_of_elf_file(path, soname);} in get_soname_of_elf_file()
Dabg-elf-helpers.cc1497 get_soname_of_elf_file(const string& path, string &soname) in get_soname_of_elf_file() function
/third_party/libabigail/tools/
Dabipkgdiff.cc151 using abigail::elf::get_soname_of_elf_file;
295 get_soname_of_elf_file(path, soname); in elf_file()
2846 get_soname_of_elf_file((*it)->path, soname); in compare_prepared_userspace_packages()
2866 get_soname_of_elf_file((*it)->path, soname); in compare_prepared_userspace_packages()
/third_party/libabigail/
DNEWS221 Handle zero sh_entsize in get_soname_of_elf_file
863 Fix apidoc of dwarf_reader::get_soname_of_elf_file
DChangeLog521 has_alt_debug_info, get_soname_of_elf_file, get_type_of_elf_file,
533 (get_soname_of_elf_file, get_type_of_elf_file) : Remove these ELF
690 (create_new_dwfl_handle, get_soname_of_elf_file): New functions
1257 * src/abg-dwarf-reader.cc (get_soname_of_elf_file): Accept
1673 Handle zero sh_entsize in get_soname_of_elf_file
1674 * src/abg-dwarf-reader.cc (get_soname_of_elf_file):
4920 dwarf_reader::get_soname_of_elf_file from accessing those files.
15791 Fix apidoc of dwarf_reader::get_soname_of_elf_file
15792 * src/abg-dwarf-reader.cc (get_soname_of_elf_file): Document the
23778 (get_soname_of_elf_file, get_type_of_elf_file): Free the elf
[all …]