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

  /bionic/linker/
linker_soinfo.cpp 76 if (!has_min_version(3)) {
95 if (has_min_version(2) && versym_ != nullptr) {
103 if (has_min_version(2)) {
111 if (has_min_version(2)) {
119 if (has_min_version(2)) {
127 if (has_min_version(2)) {
442 if (has_min_version(0)) {
449 if (!has_min_version(0)) {
483 if (has_min_version(0)) {
491 if (has_min_version(0))
    [all...]
linker_namespaces.cpp 66 if (!si->has_min_version(3)) {
linker_soinfo.h 229 bool inline has_min_version(uint32_t min_version __unused) const { function in struct:soinfo
linker.cpp     [all...]

Completed in 195 milliseconds