Home
last modified time | relevance | path

Searched refs:elf2 (Results 1 – 5 of 5) sorted by relevance

/external/libabigail/tests/
Dprint-diff-tree.cc35 string elf2; member
67 else if (opts.elf2.empty()) in parse_command_line()
68 opts.elf2 = argv[i]; in parse_command_line()
102 if (!opts.elf1.empty() && !opts.elf2.empty()) in main()
118 c2 = dwarf_reader::read_corpus_from_elf(opts.elf2, di_roots, env.get(), in main()
123 cerr << "Failed to read elf file " << opts.elf2 << "\n"; in main()
131 << opts.elf1 << " and " << opts.elf2; in main()
/external/elfutils/src/
Delfcmp.c167 Elf *elf2 = open_file (fname2, &fd2, &ebl2); in main() local
175 GElf_Ehdr *ehdr2 = gelf_getehdr (elf2, &ehdr2_mem); in main()
212 if (unlikely (elf_getshdrnum (elf2, &shnum2) != 0)) in main()
227 if (unlikely (elf_getphdrnum (elf2, &phnum2) != 0)) in main()
243 if (elf_getshdrstrndx (elf2, &shstrndx2) != 0) in main()
280 scn2 = elf_nextscn (elf2, scn2); in main()
283 sname2 = elf_strptr (elf2, shstrndx2, shdr2->sh_name); in main()
376 const char *name2 = elf_strptr (elf2, shdr2->sh_link, in main()
598 raw2 = elf_rawfile (elf2, &size2); in main()
622 GElf_Phdr *phdr2 = gelf_getphdr (elf2, ndx, &phdr2_mem); in main()
[all …]
Dfindtextrel.c303 Elf *elf2 = NULL; in process_file() local
378 && (elf2 = elf_begin (fd2, ELF_C_READ_MMAP, NULL)) != NULL) in process_file()
379 dw = dwarf_begin_elf (elf2, DWARF_C_READ, NULL); in process_file()
468 elf_end (elf2); in process_file()
/external/google-breakpad/src/common/linux/
Dfile_id_unittest.cc337 ELF elf2(EM_386, TypeParam::kClass, kLittleEndian); in TYPED_TEST() local
341 elf2.AddSection(".foo", foo_2, SHT_PROGBITS); in TYPED_TEST()
343 elf2.AddSection(".text", text_2, SHT_PROGBITS); in TYPED_TEST()
344 elf2.Finish(); in TYPED_TEST()
345 this->GetElfContents(elf2); in TYPED_TEST()
/external/libabigail/tools/
Dabipkgdiff.cc735 const elf_file elf2; member
756 const elf_file &elf2, const string& debug_dir2, in compare_args()
761 elf2(elf2), debug_dir2(debug_dir2), in compare_args()
1242 const elf_file& elf2, in compare() argument
1263 << elf2.path in compare()
1273 ||file_is_suppressed(elf2.path, supprs)); in compare()
1280 << elf1.path << " or " << elf2.path in compare()
1389 << elf2.path in compare()
1395 create_read_context(elf2.path, di_dirs2, env.get(), in compare()
1410 << elf2.path in compare()
[all …]