Home
last modified time | relevance | path

Searched refs:unrefed_fun_symbols (Results 1 – 3 of 3) sorted by relevance

/external/libabigail/src/
Dabg-corpus.cc395 if (!unrefed_fun_symbols) in get_unreferenced_function_symbols()
397 unrefed_fun_symbols = elf_symbols(); in get_unreferenced_function_symbols()
429 unrefed_fun_symbols->push_back(symbol); in get_unreferenced_function_symbols()
434 return *unrefed_fun_symbols; in get_unreferenced_function_symbols()
1578 elf_symbols unrefed_fun_symbols; member
1607 unrefed_fun_symbols.push_back(*e); in add_unref_fun_symbols()
1907 if (priv_->unrefed_fun_symbols.empty()) in get_unreferenced_function_symbols()
1926 priv_->unrefed_fun_symbols.push_back(*e); in get_unreferenced_function_symbols()
1932 return priv_->unrefed_fun_symbols; in get_unreferenced_function_symbols()
Dabg-corpus-priv.h717 mutable abg_compat::optional<elf_symbols> unrefed_fun_symbols; member
/external/libabigail/
DChangeLog25411 (symtab_build_visitor_type::{unrefed_fun_symbols,
26340 * src/abg-corpus.cc (corpus_priv::{unrefed_fun_symbols,