blob: cfe308ef57d2ad90f07f85eb97ffa22642f6d510 [file] [log] [blame]
.text
.global dlsym
.hidden __dlsym
.type dlsym,@function
dlsym:
mflr 5 # The return address is arg3.
b __dlsym
.size dlsym, .-dlsym