Searched refs:lookup_function_symbol (Results 1 – 6 of 6) sorted by relevance
160 corpus->lookup_function_symbol("exported_function");163 CHECK(symbol == corpus->lookup_function_symbol(*symbol));174 CHECK(!corpus->lookup_function_symbol("exported_variable"));176 CHECK(symbol != corpus->lookup_function_symbol(*symbol));183 CHECK(corpus->lookup_function_symbol("exported_function"));186 CHECK(!corpus->lookup_function_symbol("exported_variable"));217 CHECK(corpus->lookup_function_symbol("exported_function"));220 CHECK(!corpus->lookup_function_symbol("exported_variable"));230 CHECK(corpus->lookup_function_symbol("exported_function"));233 CHECK(!corpus->lookup_function_symbol("exported_variable"));[all …]
192 lookup_function_symbol(const string& n) const;195 lookup_function_symbol(const string& symbol_name,199 lookup_function_symbol(const elf_symbol& symbol) const;
1108 corpus::lookup_function_symbol(const string& n) const in lookup_function_symbol() function in abigail::ir::corpus1174 corpus::lookup_function_symbol(const string& symbol_name, in lookup_function_symbol() function in abigail::ir::corpus1195 corpus::lookup_function_symbol(const elf_symbol& symbol) const in lookup_function_symbol() function in abigail::ir::corpus1196 {return lookup_function_symbol(symbol.get_name(), symbol.get_version());} in lookup_function_symbol()
5384 || s->lookup_function_symbol(*i->second->get_symbol())) in ensure_lookup_tables_populated()5407 || f->lookup_function_symbol(*i->second->get_symbol())) in ensure_lookup_tables_populated()8830 if (second_->lookup_function_symbol(*i->second->get_symbol())) in ensure_lookup_tables_populated()8845 if (first_->lookup_function_symbol(*i->second->get_symbol())) in ensure_lookup_tables_populated()8856 if (first_->lookup_function_symbol(i->second->get_symbol()->get_name(), in ensure_lookup_tables_populated()8983 if (!second_->lookup_function_symbol(*deleted_sym)) in ensure_lookup_tables_populated()9003 if (!first_->lookup_function_symbol(*added_sym)) in ensure_lookup_tables_populated()9015 if (first_->lookup_function_symbol(added_sym->get_name(), in ensure_lookup_tables_populated()
4435 corp->lookup_function_symbol(i->second->get_linkage_name())) in fixup_functions_with_no_symbols()
28963 * include/abg-corpus.h (corpus::{lookup_function_symbol,28968 (corpus::{lookup_function_symbol, lookup_variable_symbol}): Take a30385 - && f->lookup_function_symbol(i->second->get_symbol()->get_name(),30387 + || f->lookup_function_symbol(i->second->get_symbol()->get_name(),36282 * include/abg-corpus.h (corpus::lookup_function_symbol)