HomeSort by relevance Sort by last modified time
    Searched refs:has_min_version (Results 1 - 2 of 2) sorted by null

  /bionic/linker/
linker.cpp 510 if (!has_min_version(3)) {
615 if (has_min_version(2) && versym_ != nullptr) {
623 if (has_min_version(2)) {
631 if (has_min_version(2)) {
639 if (has_min_version(2)) {
647 if (has_min_version(2)) {
656 if (!si->has_min_version(2)) {
    [all...]
linker.h 323 bool inline has_min_version(uint32_t min_version __unused) const { function in struct:soinfo

Completed in 75 milliseconds