Searched refs:read_corpus_from_elf (Results 1 – 14 of 14) sorted by relevance
/external/libabigail/tests/ |
D | test-diff-dwarf.cc | 356 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()
|
D | print-diff-tree.cc | 109 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()
|
D | test-read-dwarf.cc | 30 using abigail::dwarf_reader::read_corpus_from_elf; 601 abigail::corpus_sptr corp = read_corpus_from_elf(*ctxt, status); in perform()
|
D | test-ir-walker.cc | 162 if (!(c = abigail::dwarf_reader::read_corpus_from_elf(file_name, di_roots, in main()
|
D | test-symtab.cc | 29 using dwarf_reader::read_corpus_from_elf; 62 result = read_corpus_from_elf(*ctxt, status); in read_corpus()
|
/external/libabigail/include/ |
D | abg-dwarf-reader.h | 79 read_corpus_from_elf(read_context& ctxt, elf_reader::status& stat); 82 read_corpus_from_elf(const std::string& elf_path,
|
/external/libabigail/tools/ |
D | abilint.cc | 68 using abigail::dwarf_reader::read_corpus_from_elf; 801 corp = read_corpus_from_elf(*ctxt, s); in main()
|
D | abicompat.cc | 280 using abigail::dwarf_reader::read_corpus_from_elf; 687 retval = read_corpus_from_elf(path, di_roots, env.get(), in read_corpus()
|
D | abipkgdiff.cc | 153 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()
|
D | abidiff.cc | 1195 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()
|
D | abidw.cc | 602 corp = dwarf_reader::read_corpus_from_elf(ctxt, s); in load_corpus_and_write_abixml()
|
/external/libabigail/src/ |
D | abg-dwarf-reader.cc | 15723 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/ |
D | ChangeLog | 1560 (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 …]
|
D | NEWS | 500 dwarf-reader: read_corpus_from_elf: unconditionally load elf properties
|