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()
1600 string sym_id = (*e)->get_id_string(); in add_unref_fun_symbols()
1622 string sym_id = (*e)->get_id_string(); in add_unref_var_symbols()
1919 string sym_id = (*e)->get_id_string(); in get_unreferenced_function_symbols()
[all …]
Dabg-symtab-reader.cc123 {return left->get_id_string() < right->get_id_string();} in operator ()()
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-leaf-reporter.cc839 linkage_names1 = s1->get_id_string(); in report()
841 linkage_names2 = s2->get_id_string(); in report()
1209 << fn->get_symbol()->get_id_string() in report()
1216 << fn->get_symbol()->get_id_string() in report()
Dabg-default-reporter.cc1483 linkage_names1 = s1->get_id_string(); in report()
1485 linkage_names2 = s2->get_id_string(); in report()
1875 << fn->get_symbol()->get_id_string() in report()
1882 << fn->get_symbol()->get_id_string() in report()
Dabg-reporter-priv.cc216 << mem_fn->get_symbol()->get_id_string() in represent()
1181 out << indent << symbol.get_id_string(); in show_linkage_name_and_aliases()
Dabg-comparison.cc9110 deleted_unrefed_fn_syms_[deleted_sym->get_id_string()] = deleted_sym; in ensure_lookup_tables_populated()
9126 if ((deleted_unrefed_fn_syms_.find(added_sym->get_id_string()) in ensure_lookup_tables_populated()
9147 added_unrefed_fn_syms_[added_sym->get_id_string()] = in ensure_lookup_tables_populated()
9152 deleted_unrefed_fn_syms_.erase(added_sym->get_id_string()); in ensure_lookup_tables_populated()
9171 deleted_unrefed_var_syms_[deleted_sym->get_id_string()] = deleted_sym; in ensure_lookup_tables_populated()
9187 if (deleted_unrefed_var_syms_.find(added_sym->get_id_string()) in ensure_lookup_tables_populated()
9208 added_unrefed_var_syms_[added_sym->get_id_string()] = in ensure_lookup_tables_populated()
9213 deleted_unrefed_var_syms_.erase(added_sym->get_id_string()); in ensure_lookup_tables_populated()
9643 suppressed_deleted_unrefed_fn_syms_.find(s->get_id_string()); in deleted_unrefed_fn_sym_is_suppressed()
9662 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.cc2027 elf_symbol::get_id_string() const in get_id_string() function in abigail::ir::elf_symbol
2103 result = get_id_string(); in get_aliases_id_string()
2116 result += (*i)->get_id_string(); in get_aliases_id_string()
2147 result += (*i)->get_id_string(); in get_aliases_id_string()
16744 sym_str = s->get_id_string(); in get_id()
18282 priv_->id_ = env->intern(get_name() + "/" + s->get_id_string()); in get_id()
18285 priv_->id_ = env->intern(s->get_id_string()); in get_id()
21038 fn = f_sym->get_id_string(); in operator ()()
21039 sn = s_sym->get_id_string(); in operator ()()
23669 fr = f.get_symbol()->get_id_string(); in function_decl_is_less_than()
[all …]
Dabg-writer.cc1692 aliases.push_back(s->get_id_string()); in write_elf_symbol_aliases()
1744 o << " elf-symbol-id='" << alias->get_id_string() << "'"; in write_elf_symbol_reference()
Dabg-reader.cc2888 if (symbol->get_id_string() == sym_id) in build_elf_symbol_from_reference()
2936 id_sym_map[sym->get_id_string()] = sym; in build_elf_symbol_db()
Dabg-dwarf-reader.cc4583 string id = fn->get_id_string(); in symbol_already_belongs_to_a_function()
4658 << sym->get_id_string() in fixup_functions_with_no_symbols()
/external/libabigail/tools/
Dabicompat.cc334 string id = (*i)->get_id_string(); in perform_compat_check_in_normal_mode()
343 string id = (*i)->get_id_string(); in perform_compat_check_in_normal_mode()
473 string id = (*i)->get_id_string(); in perform_compat_check_in_weak_mode()
482 string id = (*i)->get_id_string(); in perform_compat_check_in_weak_mode()
701 string id = (*i)->get_id_string(); in main()
/external/libabigail/include/
Dabg-ir.h997 get_id_string() const;
/external/libabigail/
DChangeLog25053 Improve the doc string for the elf_symbol::get_id_string() method
25054 * src/abg-ir.cc (elf_symbol::get_id_string): Improve doc string.
28533 has_aliases, add_alias, get_id_string,
28537 get_next_alias, has_aliases, add_alias, get_id_string,