summaryrefslogtreecommitdiff
path: root/src/ldso/i386/dlsym.s
blob: abd53a09d7bf8253140af9e9be965bab7ab6dff9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.text
.global dlsym
.type dlsym,@function
dlsym:
	push (%esp)
	push 12(%esp)
	push 12(%esp)
	call __dlsym
	add $12,%esp
	ret