Searched refs:vsym (Results 1 – 6 of 6) sorted by relevance
/third_party/musl/src/internal/ |
D | vdso.c | 25 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/ |
D | vdso.c | 40 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/src/internal/linux/ |
D | vdso.c | 40 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/ldso/linux/ |
D | dynlink.c | 445 UT_STATIC int check_vna_hash(Verdef *def, int16_t vsym, uint32_t vna_hash) in check_vna_hash() argument 449 vsym &= 0x7fff; in check_vna_hash() 452 if ((verdef->vd_ndx & 0x7fff) == vsym) { in check_vna_hash() 468 LD_LOGD("check_vna_hash no matched found. vsym=%{public}d vna_hash=%{public}x", vsym, vna_hash); in check_vna_hash() 487 int16_t vsym = versym[index]; in check_verinfo() local 491 if (vsym != VER_NDX_LOCAL && versym != VER_NDX_GLOBAL) { in check_verinfo() 492 return check_vna_hash(def, vsym, verinfo->vna_hash); in check_verinfo() 498 if (vsym >= 0) { in check_verinfo() 501 LD_LOGD("check_verinfo not default version. vsym:%{public}d s:%{public}s", vsym, verinfo->s); in check_verinfo() 507 vsym &= 0x7fff; in check_verinfo() [all …]
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 445 UT_STATIC int check_vna_hash(Verdef *def, int16_t vsym, uint32_t vna_hash) in check_vna_hash() argument 449 vsym &= 0x7fff; in check_vna_hash() 452 if ((verdef->vd_ndx & 0x7fff) == vsym) { in check_vna_hash() 468 LD_LOGD("check_vna_hash no matched found. vsym=%{public}d vna_hash=%{public}x", vsym, vna_hash); in check_vna_hash() 487 int16_t vsym = versym[index]; in check_verinfo() local 491 if (vsym != VER_NDX_LOCAL && versym != VER_NDX_GLOBAL) { in check_verinfo() 492 return check_vna_hash(def, vsym, verinfo->vna_hash); in check_verinfo() 498 if (vsym >= 0) { in check_verinfo() 501 LD_LOGD("check_verinfo not default version. vsym:%{public}d s:%{public}s", vsym, verinfo->s); in check_verinfo() 507 vsym &= 0x7fff; in check_verinfo() [all …]
|
/third_party/musl/libc-test/src/functionalext/unittest/ |
D | unit_test_ldso_dynlink.c | 250 int check_vna_hash(Verdef *def, int16_t vsym, uint32_t vna_hash);
|