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

12 lines
141 B
ArmAsm
Raw Permalink Normal View History

2022-03-20 08:48:53 +00:00
.text
.global dlsym
.hidden __dlsym
.type dlsym,@function
dlsym:
push (%esp)
push 12(%esp)
push 12(%esp)
call __dlsym
add $12,%esp
ret