1	.text
2	.global dlsym
3	.hidden __dlsym
4	.type   dlsym,@function
5dlsym:
6	mflr    5                      # The return address is arg3.
7	b       __dlsym
8	.end    dlsym
9	.size   dlsym, .-dlsym
10