mailing list of musl libc
 help / color / mirror / code / Atom feed
b34c3c804de0432184a7133ebedf3110ad329c79 blob 305 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
 
.text
.global __unmapself
.type   __unmapself, @function
__unmapself:
	mov   #91, r3  ! SYS_munmap
	trapa #18

	or    r0, r0
	or    r0, r0
	or    r0, r0
	or    r0, r0
	or    r0, r0

	mov   #1, r3   ! SYS_exit
	mov   #0, r4
	trapa #17

	or    r0, r0
	or    r0, r0
	or    r0, r0
	or    r0, r0
	or    r0, r0
debug log:

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