Do you think it makes sense to add an exception for '.rodata' symbol to s390x_verify_symbol() ? Something like: if (STREQ(name), ".rodata")) return TRUE;
I did a quick test and it works on s390x as well. Thanks Regards Alex