This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
hongwenjun
/
musl
mirror of
https://git.musl-libc.org/git/musl
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
dlsym entry point for arm
Rich Felker
13 năm trước cách đây
mục cha
fcaf706569
commit
8b98c09f8c
1 tập tin đã thay đổi
với
6 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
6
0
src/ldso/arm/dlsym.s
+ 6
- 0
src/ldso/arm/dlsym.s
Xem Tập Tin
@@ -0,0 +1,6 @@
+.text
+.global dlsym
+.type dlsym,%function
+dlsym:
+ mov r2,lr
+ b __dlsym