You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
.text
|
|
|
.global dlsym
|
|
|
.hidden __dlsym
|
|
|
.type dlsym,@function
|
|
|
dlsym:
|
|
|
mflr 5 # The return address is arg3.
|
|
|
b __dlsym
|
|
|
.size dlsym, .-dlsym
|
|
|
|