xref
: /
third_party
/
musl
/
src
/
ldso
/
aarch64
/
dlsym.s
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/musl/src/ldso/aarch64/
1
.
global
dlsym
2
.
hidden
__dlsym
3
.
type
dlsym
,%
function
4
dlsym
:
5
mov
x2
,
x30
6
b
__dlsym
7