Explorar o código

dlsym entry point for arm

Rich Felker %!s(int64=13) %!d(string=hai) anos
pai
achega
8b98c09f8c
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      src/ldso/arm/dlsym.s

+ 6 - 0
src/ldso/arm/dlsym.s

@@ -0,0 +1,6 @@
+.text
+.global dlsym
+.type dlsym,%function
+dlsym:
+	mov r2,lr
+	b __dlsym