summaryrefslogtreecommitdiff
path: root/src/ldso/x86_64/dlsym.s
blob: 4261145c9ba161e24cf757cc5853e8c946f8e34a (plain) (blame)
1
2
3
4
5
6
.text
.global dlsym
.type dlsym,@function
dlsym:
	mov (%rsp),%edx
	jmp __dlsym