mailing list of musl libc
 help / color / mirror / code / Atom feed
41d1d1e2c10077c8f3bc24469ec39595ea5ebf98 blob 236 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
 
.global _dlstart
_dlstart:
	ldr x0,[sp]
	add x1,sp,#8
	bl __dynlink
	mov x1,sp
	ldr x2,[x1],#8
1:	sub x2,x2,1
	ldr x3,[x1],#8
	cmn x3,#1
	b.eq 1b
	add x2,x2,1
	str x3,[x1,#-8]!
	str x2,[x1,#-8]!
	mov sp,x1
	mov x1,x0
	mov x0,#0
	blr x1
debug log:

solving 41d1d1e ...
found 41d1d1e in https://git.vuxu.org/mirror/musl/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).