Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/linker/
Dheader_abi_linker.cpp142 const std::function<bool(const std::string &)> &symbol_filter);
296 const std::function<bool(const std::string &)> &symbol_filter) { in LinkDecl() argument
308 if (!symbol_filter(element.first)) { in LinkDecl()
345 auto symbol_filter = [this](const std::string &linker_set_key) { in LinkFunctions() local
348 return LinkDecl(linked_module, module.GetFunctions(), symbol_filter); in LinkFunctions()
353 auto symbol_filter = [this](const std::string &linker_set_key) { in LinkGlobalVars() local
356 return LinkDecl(linked_module, module.GetGlobalVariables(), symbol_filter); in LinkGlobalVars()