Lines Matching refs:versym
474 UT_STATIC int check_verinfo(Verdef *def, int16_t *versym, uint32_t index, struct verinfo *verinfo, char *strings)
476 /* if the versym and verinfo is null , then not need version. */
477 if (!versym || !def) {
481 LD_LOGD("check_verinfo versym or def is null and verinfo->v exist, s:%{public}s v:%{public}s.",
487 int16_t vsym = versym[index];
491 if (vsym != VER_NDX_LOCAL && versym != VER_NDX_GLOBAL) {
564 if ((!dso->versym || (dso->versym[i] & 0x7fff) >= 0)
566 if (!check_verinfo(dso->verdef, dso->versym, i, verinfo, dso->strings)) {
596 if ((h1 == (h2|1)) && (!dso->versym || (dso->versym[i] & 0x7fff) >= 0)
598 if (!check_verinfo(dso->verdef, dso->versym, i, verinfo, dso->strings)) {
950 if (!dso->versym || !dso->verneed) {
954 uint16_t vsym = dso->versym[sym_index];
994 int16_t vsym = dso->versym[sym_index];
1075 if (!vinfo.use_vna_hash && dso->versym && (dso->versym[sym_index] & 0x7fff) >= 0) {
1797 p->versym = laddr(p, *dyn);