about summary refs log tree commit diff
path: root/src/ldso/loongarch64/dlsym.s
blob: 26fabcdbf13febbad6e63d0faffeeb0111f7393d (plain) (blame)
1
2
3
4
5
6
7
.global dlsym
.hidden __dlsym
.type   dlsym,@function
dlsym:
	move      $a2, $ra
	la.global $t0, __dlsym
	jr        $t0