Home
last modified time | relevance | path

Searched refs:elf2 (Results 1 - 4 of 4) sorted by relevance

/third_party/libabigail/tests/
H A Dprint-diff-tree.cc34 string elf2; member
66 else if (opts.elf2.empty()) in parse_command_line()
67 opts.elf2 = argv[i]; in parse_command_line()
101 if (!opts.elf1.empty() && !opts.elf2.empty()) in main()
117 c2 = dwarf::read_corpus_from_elf(opts.elf2, di_roots, env, in main()
122 cerr << "Failed to read elf file " << opts.elf2 << "\n"; in main()
130 << opts.elf1 << " and " << opts.elf2; in main()
/third_party/elfutils/src/
H A Delfcmp.c166 Elf *elf2 = open_file (fname2, &fd2, &ebl2); in main() local
174 GElf_Ehdr *ehdr2 = gelf_getehdr (elf2, &ehdr2_mem); in main()
211 if (unlikely (elf_getshdrnum (elf2, &shnum2) != 0)) in main()
226 if (unlikely (elf_getphdrnum (elf2, &phnum2) != 0)) in main()
242 if (elf_getshdrstrndx (elf2, &shstrndx2) != 0) in main()
279 scn2 = elf_nextscn (elf2, scn2); in main()
282 sname2 = elf_strptr (elf2, shstrndx2, shdr2->sh_name); in main()
375 const char *name2 = elf_strptr (elf2, shdr2->sh_link, in main()
597 raw2 = elf_rawfile (elf2, &size2); in main()
621 GElf_Phdr *phdr2 = gelf_getphdr (elf2, nd in main()
[all...]
H A Dfindtextrel.c304 Elf *elf2 = NULL; in process_file() local
368 && (elf2 = elf_begin (fd2, ELF_C_READ_MMAP, NULL)) != NULL) in process_file()
369 dw = dwarf_begin_elf (elf2, DWARF_C_READ, NULL); in process_file()
458 elf_end (elf2); in process_file()
/third_party/libabigail/tools/
H A Dabipkgdiff.cc750 const elf_file elf2; member
763 /// @param elf2 the second elf file to consider.
766 /// elf2 is stored.
771 const elf_file &elf2, const string& debug_dir2, in compare_args()
776 elf2(elf2), debug_dir2(debug_dir2), in compare_args()
1263 /// @param elf2 the second eld file to consider.
1267 /// elf2 is stored.
1285 const elf_file& elf2, in compare()
1306 << elf2 in compare()
1282 compare(const elf_file& elf1, const string& debug_dir1, const suppressions_type& priv_types_supprs1, const elf_file& elf2, const string& debug_dir2, const suppressions_type& priv_types_supprs2, const options& opts, abigail::ir::environment& env, corpus_diff_sptr& diff, diff_context_sptr& ctxt, abigail::fe_iface::status* detailed_error_status = 0) compare() argument
[all...]

Completed in 5 milliseconds