mailing list of musl libc
 help / color / mirror / code / Atom feed
0cadbf8ac96a87f717f46277193496cd6036634d blob 640 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
 
.hidden _DYNAMIC
.hidden __reloc_self
.set noreorder
.set nomacro
.global _dlstart
.type _dlstart,@function
_dlstart:
	move $fp, $0

	bgezal $0, 1f
	nop
2:	.gpword 2b
	.gpword _DYNAMIC
	.gpword __reloc_self
1:	lw $gp, 0($ra)
	subu $gp, $ra, $gp

	lw $4, 0($sp)
	addiu $5, $sp, 4
	lw $6, 4($ra)
	addu $6, $6, $gp
	addiu $7, $gp, -0x7ff0
	subu $sp, $sp, 16
	lw $25, 8($ra)
	add $25, $25, $gp
	jalr $25
	nop

	lw $25, %call16(__dynlink)($gp)
	lw $4, 16($sp)
	addiu $5, $sp, 20
	jalr $25
	nop

	add $sp, $sp, 16
	li $6, -1
	lw $4, ($sp)
1:	lw $5, 4($sp)
	bne $5, $6, 2f
	nop
	addu $sp, $sp, 4
	addu $4, $4, -1
	b 1b
	nop
2:	sw $4, ($sp)
	jr $2
debug log:

solving 0cadbf8 ...
found 0cadbf8 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).