Home
last modified time | relevance | path

Searched refs:read_corpus_from_elf (Results 1 – 14 of 14) sorted by relevance

/external/libabigail/tests/
Dtest-diff-dwarf.cc356 using abigail::dwarf_reader::read_corpus_from_elf; in main()
389 read_corpus_from_elf(in_elfv0_path, in main()
396 read_corpus_from_elf(in_elfv1_path, in main()
Dprint-diff-tree.cc109 c1 = dwarf_reader::read_corpus_from_elf(opts.elf1, di_roots, env.get(), in main()
118 c2 = dwarf_reader::read_corpus_from_elf(opts.elf2, di_roots, env.get(), in main()
Dtest-read-dwarf.cc30 using abigail::dwarf_reader::read_corpus_from_elf;
601 abigail::corpus_sptr corp = read_corpus_from_elf(*ctxt, status); in perform()
Dtest-ir-walker.cc162 if (!(c = abigail::dwarf_reader::read_corpus_from_elf(file_name, di_roots, in main()
Dtest-symtab.cc29 using dwarf_reader::read_corpus_from_elf;
62 result = read_corpus_from_elf(*ctxt, status); in read_corpus()
/external/libabigail/include/
Dabg-dwarf-reader.h79 read_corpus_from_elf(read_context& ctxt, elf_reader::status& stat);
82 read_corpus_from_elf(const std::string& elf_path,
/external/libabigail/tools/
Dabilint.cc68 using abigail::dwarf_reader::read_corpus_from_elf;
801 corp = read_corpus_from_elf(*ctxt, s); in main()
Dabicompat.cc280 using abigail::dwarf_reader::read_corpus_from_elf;
687 retval = read_corpus_from_elf(path, di_roots, env.get(), in read_corpus()
Dabipkgdiff.cc153 using abigail::dwarf_reader::read_corpus_from_elf;
1343 corpus1 = read_corpus_from_elf(*ctxt_dwarf, c1_status); in compare()
1448 corpus2 = read_corpus_from_elf(*ctxt_dwarf, c2_status); in compare()
1620 corp = read_corpus_from_elf(*ctxt_dwarf, c_status); in compare_to_self()
Dabidiff.cc1195 c1 = abigail::dwarf_reader::read_corpus_from_elf(*ctxt, c1_status); in main()
1279 c2 = abigail::dwarf_reader::read_corpus_from_elf(*ctxt, c2_status); in main()
Dabidw.cc602 corp = dwarf_reader::read_corpus_from_elf(ctxt, s); in load_corpus_and_write_abixml()
/external/libabigail/src/
Dabg-dwarf-reader.cc15723 read_corpus_from_elf(read_context& ctxt, status& status) in read_corpus_from_elf() function
15774 corpus_sptr corp = read_corpus_from_elf(ctxt, status); in read_and_add_corpus_to_group_from_elf()
15818 read_corpus_from_elf(const std::string& elf_path, in read_corpus_from_elf() function
15829 return read_corpus_from_elf(ctxt, status); in read_corpus_from_elf()
/external/libabigail/
DChangeLog1560 (read_corpus_from_elf): Adjust.
1801 (read_corpus_from_elf): Also determine (i.e. load) the new
8359 dwarf-reader: read_corpus_from_elf: unconditionally load elf properties
8360 * src/abg-dwarf-reader.cc (read_corpus_from_elf):
10596 (read_corpus_from_elf): Take a vector of debug info root dirs.
10616 (create_read_context, read_corpus_from_elf): Take a vector of
12620 * src/abg-dwarf-reader.cc (read_corpus_from_elf): Detect when the
14470 (read_corpus_from_elf): Don't load ELF properties if we were asked
19540 (read_corpus_from_elf): Load elf properties before trying to load
19795 (read_corpus_from_elf): Move the pure ELF (symbol and other mundane
[all …]
DNEWS500 dwarf-reader: read_corpus_from_elf: unconditionally load elf properties