1 .global dlsym
2 .hidden __dlsym
3 .type   dlsym,@function
4 dlsym:
5 	move      $a2, $ra
6 	la.global $t0, __dlsym
7 	jr        $t0
8