mirror of
https://github.com/upx/upx.git
synced 2024-12-01 00:20:33 +00:00
arm-linux.kernel.vmlinux.S remove unused sections
This commit is contained in:
parent
5e83596a1b
commit
0f8d5c7e98
File diff suppressed because it is too large
Load Diff
@ -156,56 +156,6 @@ section NRV2E
|
||||
|
||||
#include "arch/arm/v5a/lzma_d.S"
|
||||
|
||||
#if 0 /*{ remind me about parameters for unfilter? */
|
||||
section LXCKLLT9
|
||||
pop ecx // MATCH05 len
|
||||
pop edx // MATCH04 cto
|
||||
pop edi // MATCH03 src
|
||||
|
||||
ckt32 edi, dl // dl has cto8
|
||||
/*
|
||||
;edi: adjust for the difference between 0 origin of buffer at filter,
|
||||
;and actual origin of destination at unfilter.
|
||||
;Filter.addvalue is 0: destination origin is unknown at filter time.
|
||||
;The input data is still relocatable, and address is assigned later
|
||||
;[as of 2004-12-15 it is 'always' 0x100000].
|
||||
*/
|
||||
|
||||
section LXCALLT9
|
||||
pop ecx // MATCH05 len
|
||||
pop edi // MATCH03 src
|
||||
cjt32 0
|
||||
section LINUX990
|
||||
pop esi // MATCH02 restore
|
||||
pop edi // MATCH01 restore
|
||||
xor ebx, ebx // booting the 1st cpu
|
||||
lret // MATCH00 set cs
|
||||
#endif /*}*/
|
||||
|
||||
section LXCKLLT9
|
||||
mvn ip,#4
|
||||
bkpt
|
||||
|
||||
section LXCALLT9
|
||||
mvn ip,#5
|
||||
bkpt
|
||||
|
||||
section LINUX990
|
||||
mvn ip,#6
|
||||
bkpt
|
||||
mov pc,lr
|
||||
|
||||
section LINUX991
|
||||
mvn ip,#7
|
||||
bkpt
|
||||
#if 0 /*{*/
|
||||
or ebp, -1 // decompressor assumption
|
||||
#endif /*}*/
|
||||
|
||||
section LINUX992
|
||||
mvn ip,#8
|
||||
bkpt
|
||||
|
||||
#include "include/header.S"
|
||||
|
||||
// vi:ts=8:et:nowrap
|
||||
|
@ -17,12 +17,7 @@ Idx Name Size VMA LMA File off Algn Flags
|
||||
12 LZMA_DEC10 00000938 00000000 00000000 00000450 2**0 CONTENTS, RELOC, READONLY
|
||||
13 LZMA_DEC20 00000938 00000000 00000000 00000d88 2**0 CONTENTS, RELOC, READONLY
|
||||
14 LZMA_DEC30 00000000 00000000 00000000 000016c0 2**0 CONTENTS, READONLY
|
||||
15 LXCKLLT9 00000008 00000000 00000000 000016c0 2**0 CONTENTS, READONLY
|
||||
16 LXCALLT9 00000008 00000000 00000000 000016c8 2**0 CONTENTS, READONLY
|
||||
17 LINUX990 0000000c 00000000 00000000 000016d0 2**0 CONTENTS, READONLY
|
||||
18 LINUX991 00000008 00000000 00000000 000016dc 2**0 CONTENTS, READONLY
|
||||
19 LINUX992 00000008 00000000 00000000 000016e4 2**0 CONTENTS, READONLY
|
||||
20 UPX1HEAD 00000020 00000000 00000000 000016ec 2**0 CONTENTS, READONLY
|
||||
15 UPX1HEAD 00000020 00000000 00000000 000016c0 2**0 CONTENTS, READONLY
|
||||
SYMBOL TABLE:
|
||||
00000000 l d LINUX000 00000000 LINUX000
|
||||
00000000 l d ctok32.00 00000000 ctok32.00
|
||||
@ -39,11 +34,6 @@ SYMBOL TABLE:
|
||||
00000000 l d LINUX020 00000000 LINUX020
|
||||
00000000 l d ctok32.50 00000000 ctok32.50
|
||||
00000000 l d ctok32.51 00000000 ctok32.51
|
||||
00000000 l d LXCKLLT9 00000000 LXCKLLT9
|
||||
00000000 l d LXCALLT9 00000000 LXCALLT9
|
||||
00000000 l d LINUX990 00000000 LINUX990
|
||||
00000000 l d LINUX991 00000000 LINUX991
|
||||
00000000 l d LINUX992 00000000 LINUX992
|
||||
00000000 l d UPX1HEAD 00000000 UPX1HEAD
|
||||
00000000 *UND* 00000000 METHOD
|
||||
00000000 *UND* 00000000 COMPRESSED_LENGTH
|
||||
|
Loading…
Reference in New Issue
Block a user