summaryrefslogblamecommitdiff
path: root/src/ldso/powerpc/dlsym.s
blob: cfe308ef57d2ad90f07f85eb97ffa22642f6d510 (plain) (tree)
1
2
3
4
5
6
7
8

                     
                       
                               
      

                                                                    
                              
	.text
	.global dlsym
	.hidden __dlsym
	.type   dlsym,@function
dlsym:
	mflr    5                      # The return address is arg3.
	b       __dlsym
	.size   dlsym, .-dlsym