Hi guys, I tried to use the "versym" member of "struct dso", referring to the function "checkver()" of src/internal/vdso.c file. prerequisites: defining three versions for one symbol. questions: As "dso->strings + dso->syms[i].st_name" of the three symbols was the same name, I tried to use "dso->versym[i]" to distinguish versions. But only the default symbol version was a positive value, the others were both negative values(-32766). Is there any way to get the right "dso->versym[i]" value for all symbol versions? Looking forward to your valuable advice. Thank you so much! Yang Zhonghua ------------------ Original ------------------ From: "musl"