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

8 lines
95 B
ArmAsm

.text
.global dlsym
.hidden __dlsym
.type dlsym,@function
dlsym:
mov (%rsp),%rdx
jmp __dlsym