summaryrefslogtreecommitdiff
path: root/src/ldso/sh/dlsym.s
blob: 11a6fff5ff631c6208315331517b902c50d13035 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
.text
.global dlsym
.hidden __dlsym
.type   dlsym, @function
dlsym:
	mov.l L1, r0
1:	braf  r0
	 mov.l @r15, r6

.align 2
L1:	.long __dlsym@PLT-(1b+4-.)