summaryrefslogtreecommitdiff
path: root/src/ldso/sh/dlsym.s
blob: 34f3c35c9c6f1135985298f0486d4ac58be6b1ab (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
	 sts pr, r6

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