Searched refs:elf_file_path (Results 1 - 3 of 3) sorted by relevance
/third_party/libabigail/include/ |
H A D | abg-tools-utils.h | 40 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/src/ |
H A D | abg-tools-utils.cc | 429 /// @param elf_file_path the path to the ELF file to consider. 437 /// @return true iff the ELF file at @elf_file_path is an ELF file 440 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() 465 /// @param elf_file_path the path to the ELF file to consider. 473 /// @return true iff the ELF file at @elf_file_path is an ELF file 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() 2837 create_best_elf_based_reader(const string& elf_file_path, const vector<char**>& debug_info_root_paths, environment& env, corpus::origin requested_fe_kind, bool show_all_types, bool linux_kernel_mode) create_best_elf_based_reader() argument [all...] |
/third_party/libabigail/tools/ |
H A D | abipkgdiff.cc | 673 /// @param elf_file_path the path to the binary to consider. 683 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()
|
Completed in 8 milliseconds