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