xref: /aosp_15_r20/external/musl/src/ldso/powerpc/dlsym.s (revision c9945492fdd68bbe62686c5b452b4dc1be3f8453)
1	.text
2	.global dlsym
3	.hidden __dlsym
4	.type   dlsym,@function
5dlsym:
6	mflr    5                      # The return address is arg3.
7	b       __dlsym
8	.size   dlsym, .-dlsym
9