1
2
3
4
5
6
7
.text
.global dlsym
.hidden __dlsym
.type dlsym,@function
dlsym:
        lr %r14, %r2
        b __dlsym