Optimize /proc/self/exe. Sync stubs.

See also commit 78b1da5c00 earlier today
for https://github.com/upx/upx/issues/225 .
	modified:   stub/src/arm.v4a-linux.elf-entry.S
	modified:   stub/src/arm.v4a-linux.elf-fold.S
	also *.h, *.map, *.bin.dump
This commit is contained in:
John Reiser
2018-10-09 20:11:34 -07:00
parent cb8b1595a1
commit b122f8e9d0
22 changed files with 4919 additions and 4907 deletions
+27 -27
View File
@@ -9,38 +9,38 @@ Linker script and memory map
TARGET(elf32-littlearm)
0x0000000000008080 . = ((0x8000 + SIZEOF_HEADERS) + 0xc)
.text 0x0000000000008080 0xa5c
.text 0x0000000000008080 0xa78
*(.text)
.text 0x0000000000008080 0x37c tmp/arm.v5a-linux.elf-fold.o
0x000000000000831c munmap
0x0000000000008384 get_sys_munmap
0x00000000000082e0 getpid
0x0000000000008308 readlink
0x0000000000008360 mmap
0x0000000000008344 __clear_cache
0x000000000000838c mmap_privanon
0x0000000000008290 write
0x000000000000827c read
0x00000000000082cc unlink
0x0000000000008264 my_bkpt
0x000000000000826c exit
0x00000000000082f4 brk
0x00000000000082a4 open
0x00000000000083a0 div10
0x0000000000008330 mprotect
0x00000000000082b8 close
.text 0x00000000000083fc 0x6e0 tmp/armel-linux.elf-main.o
0x000000000000841c get_page_mask
0x00000000000089a8 upx_main
.text 0x0000000000008080 0x398 tmp/arm.v5a-linux.elf-fold.o
0x0000000000008334 munmap
0x000000000000839c get_sys_munmap
0x00000000000082f8 getpid
0x0000000000008320 readlink
0x0000000000008378 mmap
0x000000000000835c __clear_cache
0x00000000000083a4 mmap_privanon
0x00000000000082a8 write
0x0000000000008294 read
0x00000000000082e4 unlink
0x000000000000827c my_bkpt
0x0000000000008284 exit
0x000000000000830c brk
0x00000000000082bc open
0x00000000000083bc div10
0x0000000000008348 mprotect
0x00000000000082d0 close
.text 0x0000000000008418 0x6e0 tmp/armel-linux.elf-main.o
0x0000000000008438 get_page_mask
0x00000000000089c4 upx_main
*(.data)
.data 0x0000000000008adc 0x0 tmp/arm.v5a-linux.elf-fold.o
.data 0x0000000000008adc 0x0 tmp/armel-linux.elf-main.o
.data 0x0000000000008af8 0x0 tmp/arm.v5a-linux.elf-fold.o
.data 0x0000000000008af8 0x0 tmp/armel-linux.elf-main.o
.data
.bss 0x0000000000008adc 0x0
.bss 0x0000000000008adc 0x0 tmp/arm.v5a-linux.elf-fold.o
.bss 0x0000000000008adc 0x0 tmp/armel-linux.elf-main.o
.bss 0x0000000000008af8 0x0
.bss 0x0000000000008af8 0x0 tmp/arm.v5a-linux.elf-fold.o
.bss 0x0000000000008af8 0x0 tmp/armel-linux.elf-main.o
LOAD tmp/arm.v5a-linux.elf-fold.o
LOAD tmp/armel-linux.elf-main.o
OUTPUT(tmp/arm.v5a-linux.elf-fold.bin elf32-littlearm)