Home
last modified time | relevance | path

Searched refs:elf_symbols (Results 1 – 12 of 12) sorted by relevance

/external/libabigail/include/
Dabg-corpus.h180 virtual const elf_symbols&
183 const elf_symbols&
192 virtual const elf_symbols&
195 const elf_symbols&
233 virtual const elf_symbols&
236 virtual const elf_symbols&
387 virtual const elf_symbols&
390 virtual const elf_symbols&
393 virtual const elf_symbols&
396 virtual const elf_symbols&
Dabg-ir.h774 typedef std::vector<elf_symbol_sptr> elf_symbols; typedef
778 typedef std::unordered_map<string, elf_symbols>
/external/libabigail/src/
Dabg-corpus.cc311 const elf_symbols&
318 sorted_fun_symbols = elf_symbols(symtab_->begin(filter), symtab_->end()); in get_sorted_fun_symbols()
347 const elf_symbols&
358 elf_symbols(symtab_->begin(filter), symtab_->end()); in get_sorted_undefined_fun_symbols()
392 const elf_symbols&
397 unrefed_fun_symbols = elf_symbols(); in get_unreferenced_function_symbols()
444 const elf_symbols&
452 sorted_var_symbols = elf_symbols(symtab_->begin(filter), symtab_->end()); in get_sorted_var_symbols()
481 const elf_symbols&
492 elf_symbols(symtab_->begin(filter), symtab_->end()); in get_sorted_undefined_var_symbols()
[all …]
Dabg-corpus-priv.h708 mutable abg_compat::optional<elf_symbols> sorted_var_symbols;
710 mutable abg_compat::optional<elf_symbols> sorted_undefined_var_symbols;
712 mutable abg_compat::optional<elf_symbols> unrefed_var_symbols;
713 mutable abg_compat::optional<elf_symbols> sorted_fun_symbols;
715 mutable abg_compat::optional<elf_symbols> sorted_undefined_fun_symbols;
717 mutable abg_compat::optional<elf_symbols> unrefed_fun_symbols;
735 const elf_symbols&
741 const elf_symbols&
747 const elf_symbols&
750 const elf_symbols&
[all …]
Dabg-symtab-reader.h102 typedef elf_symbols::const_iterator base_iterator;
238 const elf_symbols&
261 elf_symbols symbols_;
Dabg-symtab-reader.cc85 const elf_symbols&
88 static const elf_symbols empty_result; in lookup_symbol()
340 const elf_symbols& common_sym_instances = it->second; in load_()
Dabg-writer.cc881 static bool write_elf_symbols_table(const elf_symbols&,
3081 write_elf_symbols_table(const elf_symbols& syms, in write_elf_symbols_table()
3089 for (elf_symbols::const_iterator it = syms.begin(); it != syms.end(); ++it) in write_elf_symbols_table()
Dabg-reader.cc2884 const elf_symbols& symbols = in build_elf_symbol_from_reference()
Dabg-comparison.cc11077 typedef elf_symbols::const_iterator symbols_it_type; in compute_diff()
Dabg-ir.cc2294 for (elf_symbols::const_iterator j = i->second.begin(); in compute_aliases_for_elf_symbol()
/external/libabigail/tools/
Dabicompat.cc233 using abigail::ir::elf_symbols;
329 for (elf_symbols::const_iterator i = in perform_compat_check_in_normal_mode()
338 for (elf_symbols::const_iterator i = in perform_compat_check_in_normal_mode()
468 for (elf_symbols::const_iterator i = in perform_compat_check_in_weak_mode()
477 for (elf_symbols::const_iterator i = in perform_compat_check_in_weak_mode()
696 for (elf_symbols::const_iterator i = in main()
/external/libabigail/
DChangeLog28529 (string_elf_symbol_sptr_map_sptr, elf_symbols)