mailing list of musl libc
 help / color / mirror / code / Atom feed
74b65ff68f2593cb7f4c0c2143f7813ecbd04db6 blob 507 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
 
.set noreorder

.global sigsetjmp
.global __sigsetjmp
.type sigsetjmp,@function
.type __sigsetjmp,@function
sigsetjmp:
__sigsetjmp:
	lui $gp, %hi(_gp_disp)
	addiu $gp, %lo(_gp_disp)
	beq $5, $0, 1f
	 addu $gp, $gp, $25

	sw $ra, 104($4)
	sw $16, 104+4+16($4)

	lw $25, %call16(setjmp)($gp)
	jalr $25
	 move $16, $4

	move $5,$2
	move $4,$16
	lw $ra, 104($4)
	lw $16, 104+4+16($4)

.hidden __sigsetjmp_tail
	lw $25, %call16(__sigsetjmp_tail)($gp)
	jr $25
	 nop

1:	lw $25, %call16(setjmp)($gp)
	jr $25
	 nop
debug log:

solving 74b65ff ...
found 74b65ff 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).