musl-tcc/src/ldso/x32/dlsym.s

8 lines
95 B
ArmAsm
Raw Normal View History

2022-03-20 08:48:53 +00:00
.text
.global dlsym
.hidden __dlsym
.type dlsym,@function
dlsym:
mov (%rsp),%rdx
jmp __dlsym