Home
last modified time | relevance | path

Searched refs:get_id_string (Results 1 – 15 of 15) sorted by relevance

/external/libabigail/src/
Dabg-corpus.cc283 {return l.get_id_string() < r.get_id_string();} in operator ()()
405 refed_funs[sym->get_id_string()] = true; in get_unreferenced_function_symbols()
408 refed_funs[a->get_id_string()] = true; in get_unreferenced_function_symbols()
416 const std::string sym_id = symbol->get_id_string(); in get_unreferenced_function_symbols()
538 refed_vars[sym->get_id_string()] = true; in get_unreferenced_variable_symbols()
541 refed_vars[a->get_id_string()] = true; in get_unreferenced_variable_symbols()
549 const std::string sym_id = symbol->get_id_string(); in get_unreferenced_variable_symbols()
1658 string sym_id = (*e)->get_id_string(); in add_unref_fun_symbols()
1680 string sym_id = (*e)->get_id_string(); in add_unref_var_symbols()
1977 string sym_id = (*e)->get_id_string(); in get_unreferenced_function_symbols()
[all …]
Dabg-comparison-priv.h970 string name1 = l.get_id_string(), name2 = r.get_id_string(); in operator()
1221 fr = f->get_symbol()->get_id_string(); in operator()
1228 sr = s->get_symbol()->get_id_string(); in operator()
Dabg-symtab-reader.cc123 {return left->get_id_string() < right->get_id_string();} in operator ()()
Dabg-leaf-reporter.cc790 linkage_names1 = s1->get_id_string(); in report()
792 linkage_names2 = s2->get_id_string(); in report()
1160 << fn->get_symbol()->get_id_string() in report()
1167 << fn->get_symbol()->get_id_string() in report()
Dabg-default-reporter.cc1486 linkage_names1 = s1->get_id_string(); in report()
1488 linkage_names2 = s2->get_id_string(); in report()
1878 << fn->get_symbol()->get_id_string() in report()
1885 << fn->get_symbol()->get_id_string() in report()
Dabg-reporter-priv.cc216 << mem_fn->get_symbol()->get_id_string() in represent()
1209 out << indent << symbol.get_id_string(); in show_linkage_name_and_aliases()
Dabg-comparison.cc8953 deleted_unrefed_fn_syms_[deleted_sym->get_id_string()] = deleted_sym; in ensure_lookup_tables_populated()
8969 if ((deleted_unrefed_fn_syms_.find(added_sym->get_id_string()) in ensure_lookup_tables_populated()
8990 added_unrefed_fn_syms_[added_sym->get_id_string()] = in ensure_lookup_tables_populated()
8995 deleted_unrefed_fn_syms_.erase(added_sym->get_id_string()); in ensure_lookup_tables_populated()
9014 deleted_unrefed_var_syms_[deleted_sym->get_id_string()] = deleted_sym; in ensure_lookup_tables_populated()
9030 if (deleted_unrefed_var_syms_.find(added_sym->get_id_string()) in ensure_lookup_tables_populated()
9051 added_unrefed_var_syms_[added_sym->get_id_string()] = in ensure_lookup_tables_populated()
9056 deleted_unrefed_var_syms_.erase(added_sym->get_id_string()); in ensure_lookup_tables_populated()
9486 suppressed_deleted_unrefed_fn_syms_.find(s->get_id_string()); in deleted_unrefed_fn_sym_is_suppressed()
9505 suppressed_added_unrefed_fn_syms_.find(s->get_id_string()); in added_unrefed_fn_sym_is_suppressed()
[all …]
Dabg-corpus-priv.h359 sym_id = sym->get_id_string(); in add_fn_to_id_fns_map()
Dabg-ir.cc2441 elf_symbol::get_id_string() const in get_id_string() function in abigail::ir::elf_symbol
2517 result = get_id_string(); in get_aliases_id_string()
2530 result += (*i)->get_id_string(); in get_aliases_id_string()
2561 result += (*i)->get_id_string(); in get_aliases_id_string()
18392 sym_str = s->get_id_string(); in get_id()
19988 priv_->id_ = env->intern(get_name() + "/" + s->get_id_string()); in get_id()
19991 priv_->id_ = env->intern(s->get_id_string()); in get_id()
22612 fn = f_sym->get_id_string(); in operator ()()
22613 sn = s_sym->get_id_string(); in operator ()()
25349 fr = f.get_symbol()->get_id_string(); in function_decl_is_less_than()
[all …]
Dabg-writer.cc1609 aliases.push_back(s->get_id_string()); in write_elf_symbol_aliases()
1661 o << " elf-symbol-id='" << alias->get_id_string() << "'"; in write_elf_symbol_reference()
Dabg-reader.cc3289 if (symbol->get_id_string() == sym_id) in build_elf_symbol_from_reference()
3338 id_sym_map[sym->get_id_string()] = sym; in build_elf_symbol_db()
Dabg-dwarf-reader.cc4571 string id = fn->get_id_string(); in symbol_already_belongs_to_a_function()
4652 << sym->get_id_string() in fixup_functions_with_no_symbols()
/external/libabigail/tools/
Dabicompat.cc376 string id = (*i)->get_id_string(); in perform_compat_check_in_normal_mode()
385 string id = (*i)->get_id_string(); in perform_compat_check_in_normal_mode()
515 string id = (*i)->get_id_string(); in perform_compat_check_in_weak_mode()
524 string id = (*i)->get_id_string(); in perform_compat_check_in_weak_mode()
831 string id = (*i)->get_id_string(); in main()
/external/libabigail/include/
Dabg-ir.h1078 get_id_string() const;
/external/libabigail/
DChangeLog28605 Improve the doc string for the elf_symbol::get_id_string() method
28606 * src/abg-ir.cc (elf_symbol::get_id_string): Improve doc string.
32085 has_aliases, add_alias, get_id_string,
32089 get_next_alias, has_aliases, add_alias, get_id_string,