dlsym.s raw

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