Searched refs:vsym (Results 1 - 6 of 6) sorted by relevance
/third_party/musl/src/internal/linux/ |
H A 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/porting/linux/user/src/internal/ |
H A 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/ |
H A 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/ldso/ |
H A 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() 496 /* if the version length is zero and vsym not less than zero, then library hava default version symbol. */ in check_verinfo() 498 if (vsym > in check_verinfo() 954 uint16_t vsym = dso->versym[sym_index]; get_vna_hash() local 994 int16_t vsym = dso->versym[sym_index]; get_verinfo() local [all...] |
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 479 UT_STATIC int check_vna_hash(Verdef *def, int16_t vsym, uint32_t vna_hash) in check_vna_hash() argument 483 vsym &= 0x7fff; in check_vna_hash() 486 if ((verdef->vd_ndx & 0x7fff) == vsym) { in check_vna_hash() 502 LD_LOGD("check_vna_hash no matched found. vsym=%{public}d vna_hash=%{public}x", vsym, vna_hash); in check_vna_hash() 521 int16_t vsym = versym[index]; in check_verinfo() local 525 if (vsym != VER_NDX_LOCAL && versym != VER_NDX_GLOBAL) { in check_verinfo() 526 return check_vna_hash(def, vsym, verinfo->vna_hash); in check_verinfo() 530 /* if the version length is zero and vsym not less than zero, then library hava default version symbol. */ in check_verinfo() 532 if (vsym > in check_verinfo() 989 uint16_t vsym = dso->versym[sym_index]; get_vna_hash() local 1029 int16_t vsym = dso->versym[sym_index]; get_verinfo() local [all...] |
/third_party/musl/libc-test/src/functionalext/unittest/ |
H A D | unit_test_ldso_dynlink.c | 250 int check_vna_hash(Verdef *def, int16_t vsym, uint32_t vna_hash);
|
Completed in 16 milliseconds