xref: /aosp_15_r20/external/musl/src/ldso/i386/dlsym.s (revision c9945492fdd68bbe62686c5b452b4dc1be3f8453)
1.text
2.global dlsym
3.hidden __dlsym
4.type dlsym,@function
5dlsym:
6	push (%esp)
7	push 12(%esp)
8	push 12(%esp)
9	call __dlsym
10	add $12,%esp
11	ret
12