github.com/afumu/libc@v0.0.6/musl/src/ldso/powerpc/dlsym.s (about)

     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