Searched refs:elf2 (Results 1 – 4 of 4) sorted by relevance
/third_party/libabigail/tests/ |
D | print-diff-tree.cc | 34 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/ |
D | elfcmp.c | 166 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, ndx, &phdr2_mem); in main() [all …]
|
D | findtextrel.c | 304 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/ |
D | abipkgdiff.cc | 750 const elf_file elf2; member 771 const elf_file &elf2, const string& debug_dir2, in compare_args() 776 elf2(elf2), debug_dir2(debug_dir2), in compare_args() 1285 const elf_file& elf2, in compare() argument 1306 << elf2.path in compare() 1316 ||file_is_suppressed(elf2.path, supprs)); in compare() 1323 << elf1.path << " or " << elf2.path in compare() 1446 << elf2.path in compare() 1457 create_best_elf_based_reader(elf2.path, in compare() 1474 << elf2.path in compare() [all …]
|