Home | History | Annotate | Download | only in linker

Lines Matching full:is_system_library

125 static bool is_system_library(const std::string& realpath) {
200 if (needed_by != nullptr && is_system_library(needed_by->get_realpath())) {
1241 if (needed_by == nullptr || !is_system_library(needed_by->get_realpath())) {