Searched refs:get_id_string (Results 1 – 15 of 15) sorted by relevance
283 {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 …]
123 {return left->get_id_string() < right->get_id_string();} in operator ()()
970 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()
839 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()
216 << mem_fn->get_symbol()->get_id_string() in represent()1181 out << indent << symbol.get_id_string(); in show_linkage_name_and_aliases()
1483 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()
359 sym_id = sym->get_id_string(); in add_fn_to_id_fns_map()
9110 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 …]
2027 elf_symbol::get_id_string() const in get_id_string() function in abigail::ir::elf_symbol2103 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 …]
1692 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()
2888 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()
4583 string id = fn->get_id_string(); in symbol_already_belongs_to_a_function()4658 << sym->get_id_string() in fixup_functions_with_no_symbols()
334 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()
997 get_id_string() const;
25053 Improve the doc string for the elf_symbol::get_id_string() method25054 * 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,