mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
arm-linux.elf: make two symbols global.
This commit is contained in:
parent
8c873ccdc8
commit
d631e081bc
File diff suppressed because it is too large
Load Diff
|
@ -134,7 +134,7 @@ f_decompress:
|
||||||
#include "arch/arm/v4a/lzma_d.S"
|
#include "arch/arm/v4a/lzma_d.S"
|
||||||
|
|
||||||
section ELFMAINY
|
section ELFMAINY
|
||||||
end_decompress:
|
end_decompress: .globl end_decompress
|
||||||
|
|
||||||
msg_SELinux:
|
msg_SELinux:
|
||||||
mov r2,#L71 - L70 // length
|
mov r2,#L71 - L70 // length
|
||||||
|
@ -150,7 +150,7 @@ L71:
|
||||||
/* IDENTSTR goes here */
|
/* IDENTSTR goes here */
|
||||||
|
|
||||||
section ELFMAINZ
|
section ELFMAINZ
|
||||||
cpr0:
|
cpr0: .globl cpr0
|
||||||
/* { b_info={sz_unc, sz_cpr, {4 char}}, folded_loader...} */
|
/* { b_info={sz_unc, sz_cpr, {4 char}}, folded_loader...} */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -34,6 +34,8 @@ SYMBOL TABLE:
|
||||||
00000000 g F NRV2E 0000012c ucl_nrv2e_decompress_8
|
00000000 g F NRV2E 0000012c ucl_nrv2e_decompress_8
|
||||||
00000000 g F NRV2D 00000118 ucl_nrv2d_decompress_8
|
00000000 g F NRV2D 00000118 ucl_nrv2d_decompress_8
|
||||||
00000000 g F NRV2B 000000dc ucl_nrv2b_decompress_8
|
00000000 g F NRV2B 000000dc ucl_nrv2b_decompress_8
|
||||||
|
00000000 g ELFMAINY 00000000 end_decompress
|
||||||
|
00000000 g ELFMAINZ 00000000 cpr0
|
||||||
|
|
||||||
RELOCATION RECORDS FOR [ELFMAINX]:
|
RELOCATION RECORDS FOR [ELFMAINX]:
|
||||||
OFFSET TYPE VALUE
|
OFFSET TYPE VALUE
|
||||||
|
|
Loading…
Reference in New Issue
Block a user