xref: /third_party/musl/src/ldso/powerpc/dlsym.s
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/musl/src/ldso/powerpc/
1570af302Sopenharmony_ci	.text
2570af302Sopenharmony_ci	.global dlsym
3570af302Sopenharmony_ci	.hidden __dlsym
4570af302Sopenharmony_ci	.type   dlsym,@function
5570af302Sopenharmony_cidlsym:
6570af302Sopenharmony_ci	mflr    5                      # The return address is arg3.
7570af302Sopenharmony_ci	b       __dlsym
8570af302Sopenharmony_ci	.size   dlsym, .-dlsym
9

Indexes created Thu Nov 07 10:32:03 CST 2024