This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
hongwenjun
/
musl
réplica de
https://git.musl-libc.org/git/musl
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
dlsym entry point for arm
Rich Felker
%!s(int64=13) %!d(string=hai) anos
pai
fcaf706569
achega
8b98c09f8c
Modificáronse 1 ficheiros
con
6 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
6
0
src/ldso/arm/dlsym.s
+ 6
- 0
src/ldso/arm/dlsym.s
Ver ficheiro
@@ -0,0 +1,6 @@
+.text
+.global dlsym
+.type dlsym,%function
+dlsym:
+ mov r2,lr
+ b __dlsym