summaryrefslogtreecommitdiff
path: root/src/ldso/x32/dlsym.s
blob: d840b955c36ed72af2db68eeaee7e33e49caf5a5 (plain) (blame)
1
2
3
4
5
6
7
.text
.global dlsym
.hidden __dlsym
.type dlsym,@function
dlsym:
	mov (%rsp),%rdx
	jmp __dlsym