Home
last modified time | relevance | path

Searched refs:elf_file_path (Results 1 – 3 of 3) sorted by relevance

/third_party/libabigail/src/
Dabg-tools-utils.cc440 file_has_dwarf_debug_info(const string& elf_file_path, in file_has_dwarf_debug_info() argument
443 if (guess_file_type(elf_file_path) != FILE_TYPE_ELF) in file_has_dwarf_debug_info()
447 elf::reader r(elf_file_path, in file_has_dwarf_debug_info()
476 file_has_ctf_debug_info(const string& elf_file_path, in file_has_ctf_debug_info() argument
479 if (guess_file_type(elf_file_path) != FILE_TYPE_ELF) in file_has_ctf_debug_info()
483 elf::reader r(elf_file_path, in file_has_ctf_debug_info()
491 if (base_name(elf_file_path, vmlinux)) in file_has_ctf_debug_info()
494 if (dir_name(elf_file_path, dirname) in file_has_ctf_debug_info()
2837 create_best_elf_based_reader(const string& elf_file_path, in create_best_elf_based_reader() argument
2845 if (guess_file_type(elf_file_path) != FILE_TYPE_ELF) in create_best_elf_based_reader()
[all …]
/third_party/libabigail/include/
Dabg-tools-utils.h40 bool file_has_dwarf_debug_info(const string& elf_file_path,
42 bool file_has_ctf_debug_info(const string& elf_file_path,
323 create_best_elf_based_reader(const string& elf_file_path,
/third_party/libabigail/tools/
Dabipkgdiff.cc683 create_abi_file_path(const string &elf_file_path, in create_abi_file_path() argument
687 if (!convert_path_to_relative(elf_file_path, abi_path)) in create_abi_file_path()