Home
last modified time | relevance | path

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

/third_party/musl/src/internal/
Dvdso.c25 static int checkver(Verdef *def, int vsym, const char *vername, char *strings) in checkver() argument
27 vsym &= 0x7fff; in checkver()
30 && (def->vd_ndx & 0x7fff) == vsym) in checkver()
/third_party/musl/porting/linux/user/src/internal/
Dvdso.c40 static int checkver(Verdef *def, int vsym, const char *vername, char *strings) in checkver() argument
42 vsym &= 0x7fff; in checkver()
45 && (def->vd_ndx & 0x7fff) == vsym) in checkver()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c499 static int check_vna_hash(Verdef *def, int16_t vsym, uint32_t vna_hash) in check_vna_hash() argument
503 vsym &= 0x7fff; in check_vna_hash()
506 if ((verdef->vd_ndx & 0x7fff) == vsym) { in check_vna_hash()
522 LD_LOGD("check_vna_hash no matched found. vsym=%{public}d vna_hash=%{public}x", vsym, vna_hash); in check_vna_hash()
541 int16_t vsym = versym[index]; in check_verinfo() local
545 if (vsym != VER_NDX_LOCAL && versym != VER_NDX_GLOBAL) { in check_verinfo()
546 return check_vna_hash(def, vsym, verinfo->vna_hash); in check_verinfo()
552 if (vsym >= 0) { in check_verinfo()
555 LD_LOGD("check_verinfo not default version. vsym:%{public}d s:%{public}s", vsym, verinfo->s); in check_verinfo()
561 vsym &= 0x7fff; in check_verinfo()
[all …]