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

8 lines
95 B
ArmAsm
Raw Normal View History

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