Home
last modified time | relevance | path

Searched defs:linker_set_key (Results 1 – 3 of 3) sorted by relevance

/development/vndk/tools/header-checker/src/repr/protobuf/proto/
Dabi_dump.proto24 optional string linker_set_key = 6; field
70 optional string linker_set_key = 6; field
158 optional string linker_set_key = 3; field
/development/vndk/tools/header-checker/src/linker/
Dheader_abi_linker.cpp329 auto symbol_filter = [this](const std::string &linker_set_key) { in LinkFunctions()
337 auto symbol_filter = [this](const std::string &linker_set_key) { in LinkGlobalVars()
/development/vndk/tools/header-checker/src/repr/
Dir_representation.h111 void SetLinkerSetKey(const std::string &linker_set_key) { in SetLinkerSetKey()