mailing list of musl libc
 help / color / mirror / code / Atom feed
9fc50d7caccb86783606cee4ed8d291037b7eb5d blob 572 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
 
__asm__(
".set push\n"
".set noreorder\n"
".text \n"
".global _" START "\n"
".global " START "\n"
".type   _" START ", @function\n"
".type   " START ", @function\n"
"_" START ":\n"
"" START ":\n"
"	bal 1f \n"
"	 move $fp, $0 \n"
"	.gpword . \n"
"	.gpword " START "_c \n"
".weak _DYNAMIC \n"
".hidden _DYNAMIC \n"
"	.gpword _DYNAMIC \n"
"1:	lw $gp, 0($ra) \n"
"	subu $gp, $ra, $gp \n"
"	move $4, $sp \n"
"	lw $5, 8($ra) \n"
"	addu $5, $5, $gp \n"
"	lw $25, 4($ra) \n"
"	addu $25, $25, $gp \n"
"	and $sp, $sp, -8 \n"
"	jalr $25 \n"
"	 subu $sp, $sp, 16 \n"
".set pop \n"
);
debug log:

solving 9fc50d7 ...
found 9fc50d7 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).