1.text
2.global dlsym
3.hidden __dlsym
4.type dlsym,@function
5dlsym:
6	mov (%rsp),%rdx
7	jmp __dlsym
8