Searched refs:elf1 (Results 1 - 3 of 3) sorted by relevance
/third_party/libabigail/tests/ |
H A D | print-diff-tree.cc | 33 string elf1; member 64 if (opts.elf1.empty()) in parse_command_line() 65 opts.elf1 = argv[i]; in parse_command_line() 101 if (!opts.elf1.empty() && !opts.elf2.empty()) in main() 108 c1 = dwarf::read_corpus_from_elf(opts.elf1, di_roots, env, in main() 113 cerr << "Failed to read elf file " << opts.elf1 << "\n"; in main() 130 << opts.elf1 << " and " << opts.elf2; in main()
|
/third_party/elfutils/src/ |
H A D | elfcmp.c | 161 Elf *elf1 = open_file (fname1, &fd1, &ebl1); in main() local 169 GElf_Ehdr *ehdr1 = gelf_getehdr (elf1, &ehdr1_mem); in main() 208 if (unlikely (elf_getshdrnum (elf1, &shnum1) != 0)) in main() 223 if (unlikely (elf_getphdrnum (elf1, &phnum1) != 0)) in main() 239 if (elf_getshdrstrndx (elf1, &shstrndx1) != 0) in main() 266 scn1 = elf_nextscn (elf1, scn1); in main() 269 sname1 = elf_strptr (elf1, shstrndx1, shdr1->sh_name); in main() 373 const char *name1 = elf_strptr (elf1, shdr1->sh_link, in main() 592 raw1 = elf_rawfile (elf1, &size1); in main() 615 GElf_Phdr *phdr1 = gelf_getphdr (elf1, nd in main() [all...] |
/third_party/libabigail/tools/ |
H A D | abipkgdiff.cc | 747 const elf_file elf1; member 758 /// @param elf1 the first elf file to consider. 761 /// elf1 is stored. 769 compare_args(const elf_file &elf1, const string& debug_dir1, in compare_args() 774 : elf1(elf1), debug_dir1(debug_dir1), in compare_args() 1257 /// @param elf1 the first elf file to consider. 1260 /// elf1 is stored. 1282 compare(const elf_file& elf1, in compare() argument 1304 << elf1 in compare() [all...] |
Completed in 4 milliseconds