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

12 lines
141 B
ArmAsm

.text
.global dlsym
.hidden __dlsym
.type dlsym,@function
dlsym:
push (%esp)
push 12(%esp)
push 12(%esp)
call __dlsym
add $12,%esp
ret