Searched refs:get_soname_of_elf_file (Results 1 – 7 of 7) sorted by relevance
/third_party/libabigail/include/ |
D | abg-elf-reader.h | 160 get_soname_of_elf_file(const string& path, string &soname);
|
/third_party/libabigail/src/ |
D | abg-elf-helpers.h | 238 get_soname_of_elf_file(const string& path, string &soname);
|
D | abg-elf-reader.cc | 917 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()
|
D | abg-elf-helpers.cc | 1497 get_soname_of_elf_file(const string& path, string &soname) in get_soname_of_elf_file() function
|
/third_party/libabigail/tools/ |
D | abipkgdiff.cc | 151 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/ |
D | NEWS | 221 Handle zero sh_entsize in get_soname_of_elf_file 863 Fix apidoc of dwarf_reader::get_soname_of_elf_file
|
D | ChangeLog | 521 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 …]
|