Hi Waldemar
The binary is statically linked except libc. It linked with shared library
ld-uClibc.so.0.
The ld-uClibc.so.0 is soft link to ld-uClibc-1.0.22.so.
Below is output of readelf
ELF Header:
Magic: 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
Class: ELF32
Data: 2's complement, little endian
Version: 1 (current)
OS/ABI: UNIX - System V
ABI Version: 0
Type: EXEC (Executable file)
Machine: MIPS R3000
Version: 0x1
Entry point address: 0x4021b0
Start of program headers: 52 (bytes into file)
Start of section headers: 120104 (bytes into file)
Flags: 0x1007, noreorder, pic, cpic, o32,
mips1
Size of this header: 52 (bytes)
Size of program headers: 32 (bytes)
Number of program headers: 9
Size of section headers: 40 (bytes)
Number of section headers: 40
Section header string table index: 37
Section Headers:
[Nr] Name Type Addr Off Size ES Flg Lk
Inf Al
[ 0] NULL 00000000 000000 000000 00 0
0 0
[ 1] .interp PROGBITS 00400154 000154 000014 00 A 0
0 1
[ 2] .reginfo MIPS_REGINFO 00400168 000168 000018 18 A 0
0 4
[ 3] .dynamic DYNAMIC 00400180 000180 0000f0 08 A 6
0 4
[ 4] .hash HASH 00400270 000270 0004fc 04 A 5
0 4
[ 5] .dynsym DYNSYM 0040076c 00076c 000ba0 10 A 6
1 4
[ 6] .dynstr STRTAB 0040130c 00130c 0006d8 00 A 0
0 1
[ 7] .gnu.version VERSYM 004019e4 0019e4 000174 02 A 5
0 2
[ 8] .gnu.version_r VERNEED 00401b58 001b58 000020 00 A 6
1 4
[ 9] .init PROGBITS 00401b78 001b78 00007c 00 AX 0
0 4
[10] .text PROGBITS 00401c00 001c00 012e30 00 AX 0
0 16
[11] .MIPS.stubs PROGBITS 00414a30 014a30 000890 00 AX 0
0 4
[12] .fini PROGBITS 004152c0 0152c0 000058 00 AX 0
0 4
[13] .rodata PROGBITS 00415320 015320 0024d0 00 A 0
0 16
[14] .eh_frame_hdr PROGBITS 004177f0 0177f0 000014 00 A 0
0 4
[15] .eh_frame PROGBITS 00417804 017804 00002c 00 A 0
0 4
[16] .ctors PROGBITS 00427830 017830 000008 00 WA 0
0 4
[17] .dtors PROGBITS 00427838 017838 000008 00 WA 0
0 4
[18] .jcr PROGBITS 00427840 017840 000004 00 WA 0
0 4
[19] .data.rel.ro PROGBITS 00427844 017844 000024 00 WA 0
0 4
[20] .data PROGBITS 00427870 017870 0018b0 00 WA 0
0 16
[21] .rld_map PROGBITS 00429120 019120 000004 00 WA 0
0 4
[22] .got PROGBITS 00429130 019130 000284 04 WAp 0
0 16
[23] .sdata PROGBITS 004293b4 0193b4 000004 00 WAp 0
0 4
[24] .sbss NOBITS 004293b8 0193b8 00001d 00 WAp 0
0 4
[25] .bss NOBITS 004293e0 0193b8 0025d4 00 WA 0
0 16
[26] .pdr PROGBITS 00000000 0193b8 002a60 00 0
0 4
[27] .comment PROGBITS 00000000 01be18 000032 01 MS 0
0 1
[28] .debug_aranges MIPS_DWARF 00000000 01be4a 000038 00 0
0 1
[29] .debug_info MIPS_DWARF 00000000 01be82 00077a 00 0
0 1
[30] .debug_abbrev MIPS_DWARF 00000000 01c5fc 0001e1 00 0
0 1
[31] .debug_line MIPS_DWARF 00000000 01c7dd 00010a 00 0
0 1
[32] .debug_str MIPS_DWARF 00000000 01c8e7 000184 01 MS 0
0 1
[33] .debug_loc MIPS_DWARF 00000000 01ca6b 0008e3 00 0
0 1
[34] .debug_ranges MIPS_DWARF 00000000 01d34e 000058 00 0
0 1
[35] .gnu.attributes LOOS+0xffffff5 00000000 01d3a6 000010 00 0
0 1
[36] .mdebug.abi32 PROGBITS 0042b9b4 01d3b6 000000 00 0
0 1
[37] .shstrtab STRTAB 00000000 01d3b6 000170 00 0
0 1
[38] .symtab SYMTAB 00000000 01db68 002c40 10 39
523 4
[39] .strtab STRTAB 00000000 0207a8 0021f0 00 0
0 1
Key to Flags:
W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
L (link order), O (extra OS processing required), G (group), T (TLS),
C (compressed), x (unknown), o (OS specific), E (exclude),
p (processor specific)
There are no section groups in this file.
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
PHDR 0x000034 0x00400034 0x00400034 0x00120 0x00120 R E 0x4
INTERP 0x000154 0x00400154 0x00400154 0x00014 0x00014 R 0x1
[Requesting program interpreter: /lib/ld-uClibc.so.0]
REGINFO 0x000168 0x00400168 0x00400168 0x00018 0x00018 R 0x4
LOAD 0x000000 0x00400000 0x00400000 0x17830 0x17830 R E 0x10000
LOAD 0x017830 0x00427830 0x00427830 0x01b88 0x04184 RW 0x10000
DYNAMIC 0x000180 0x00400180 0x00400180 0x000f0 0x000f0 RWE 0x4
GNU_EH_FRAME 0x0177f0 0x004177f0 0x004177f0 0x00014 0x00014 R 0x4
GNU_STACK 0x000000 0x00000000 0x00000000 0x00000 0x00000 RWE 0x4
NULL 0x000000 0x00000000 0x00000000 0x00000 0x00000 0x4
Section to Segment mapping:
Segment Sections...
00
01 .interp
02 .reginfo
03 .interp .reginfo .dynamic .hash .dynsym .dynstr .gnu.version
.gnu.version_r .init .text .MIPS.stubs .fini .rodata .eh_frame_hdr .eh_frame
04 .ctors .dtors .jcr .data.rel.ro .data .rld_map .got .sdata .sbss
.bss
05 .dynamic
06 .eh_frame_hdr
07
08
Dynamic section at offset 0x180 contains 25 entries:
Tag Type Name/Value
0x00000001 (NEEDED) Shared library: [libdl.so.0]
0x00000001 (NEEDED) Shared library: [libgcc_s.so.1]
0x00000001 (NEEDED) Shared library: [libc.so.0]
0x0000000f (RPATH) Library rpath: [/opt/platforms/lib]
0x0000000c (INIT) 0x401b78
0x0000000d (FINI) 0x4152c0
0x00000004 (HASH) 0x400270
0x00000005 (STRTAB) 0x40130c
0x00000006 (SYMTAB) 0x40076c
0x0000000a (STRSZ) 1752 (bytes)
0x0000000b (SYMENT) 16 (bytes)
0x70000016 (MIPS_RLD_MAP) 0x429120
0x00000015 (DEBUG) 0x0
0x00000003 (PLTGOT) 0x429130
0x70000001 (MIPS_RLD_VERSION) 1
0x70000005 (MIPS_FLAGS) NOTPOT
0x70000006 (MIPS_BASE_ADDRESS) 0x400000
0x7000000a (MIPS_LOCAL_GOTNO) 11
0x70000011 (MIPS_SYMTABNO) 186
0x70000012 (MIPS_UNREFEXTNO) 37
0x70000013 (MIPS_GOTSYM) 0x24
0x6ffffffe (VERNEED) 0x401b58
0x6fffffff (VERNEEDNUM) 1
0x6ffffff0 (VERSYM) 0x4019e4
0x00000000 (NULL) 0x0
There are no relocations in this file.
The decoding of unwind sections for machine type MIPS R3000 is not
currently supported.
Symbol table '.dynsym' contains 186 entries:
Num: Value Size Type Bind Vis Ndx Name
0: 00000000 0 NOTYPE LOCAL DEFAULT UND
1: 00427870 0 OBJECT WEAK DEFAULT 20 data_start
2: 004293b8 0 NOTYPE GLOBAL DEFAULT ABS _fbss
3: 00404160 296 FUNC GLOBAL DEFAULT 10 run_applet_no
4: 00429410 32 OBJECT GLOBAL DEFAULT 25 listen_addr
5: 00431120 0 SECTION GLOBAL DEFAULT ABS _gp_disp
6: 00000001 0 SECTION GLOBAL DEFAULT ABS _DYNAMIC_LINKING
7: 00415f40 128 OBJECT GLOBAL DEFAULT 13 MODULES_HEX
8: 004152c0 28 FUNC GLOBAL DEFAULT 12 _fini
9: 004176f0 256 OBJECT GLOBAL HIDDEN 13 __clz_tab
10: 00429130 0 OBJECT GLOBAL DEFAULT ABS _GLOBAL_OFFSET_TABLE_
11: 00414410 1476 FUNC GLOBAL HIDDEN 10 __udivdi3
12: 00403ff0 68 FUNC GLOBAL DEFAULT 10 lbb_prepare
13: 00427870 0 OBJECT GLOBAL DEFAULT 20 __data_start
14: 00431120 0 NOTYPE GLOBAL DEFAULT ABS _gp
15: 00427888 8 OBJECT GLOBAL DEFAULT 20 partner_id
16: 00429400 16 OBJECT GLOBAL DEFAULT 25 ntfs_type
17: 00404728 668 FUNC GLOBAL DEFAULT 10 lbb_interface
18: 00404b0c 424 FUNC GLOBAL DEFAULT 10 chmod_main
19: 004021b0 96 FUNC GLOBAL DEFAULT 10 __start
20: 00427870 0 NOTYPE GLOBAL DEFAULT 20 _fdata
21: 00000000 0 OBJECT GLOBAL DEFAULT UND __gnu_local_gp
22: 004293b8 0 NOTYPE GLOBAL DEFAULT ABS __bss_start
23: 00427880 8 OBJECT GLOBAL DEFAULT 20 platform_id
24: 00404cc0 560 FUNC GLOBAL DEFAULT 10 md5_sha1_sum_main
25: 00401c00 0 NOTYPE GLOBAL DEFAULT 10 _ftext
26: 00408c44 4224 FUNC GLOBAL DEFAULT 10 wget_main
27: 004045b8 200 FUNC GLOBAL DEFAULT 10 run_applet
28: 0042b9b4 0 NOTYPE GLOBAL DEFAULT ABS _end
29: 00429120 0 OBJECT GLOBAL DEFAULT 21 __RLD_MAP
30: 00415fc0 3 OBJECT GLOBAL DEFAULT 13 PUBLIC_EXPONENT_HEX
31: 004293b8 0 NOTYPE GLOBAL DEFAULT ABS _edata
32: 0040552c 2508 FUNC GLOBAL DEFAULT 10 unzip_main
33: 00409d1c 600 FUNC GLOBAL DEFAULT 10 ping_main
34: 00401c00 1448 FUNC GLOBAL DEFAULT 10 main
35: 00401b78 28 FUNC GLOBAL DEFAULT 9 _init
36: 004152a0 0 FUNC GLOBAL DEFAULT UND geteuid
37: 00415290 0 FUNC GLOBAL DEFAULT UND kill
38: 00415280 0 FUNC GLOBAL DEFAULT UND strcpy
39: 00415270 0 FUNC GLOBAL DEFAULT UND chroot
40: 00000000 0 OBJECT GLOBAL DEFAULT UND optarg
41: 00415260 0 FUNC GLOBAL DEFAULT UND getaddrinfo
42: 00415250 0 FUNC GLOBAL DEFAULT UND sigsuspend
43: 00415240 0 FUNC GLOBAL DEFAULT UND pipe
44: 00415230 0 FUNC GLOBAL DEFAULT UND readdir64
45: 00415220 0 FUNC GLOBAL DEFAULT UND signal
46: 00415210 0 FUNC GLOBAL DEFAULT UND ftruncate64
47: 00415200 0 FUNC GLOBAL DEFAULT UND setgid
48: 004151f0 0 FUNC GLOBAL DEFAULT UND puts
49: 004151e0 0 FUNC GLOBAL DEFAULT UND strdup
50: 004151d0 0 FUNC GLOBAL DEFAULT UND mkstemp64
51: 004151c0 0 FUNC GLOBAL DEFAULT UND getservbyname
52: 004151b0 0 FUNC GLOBAL DEFAULT UND getgrnam
53: 004151a0 0 FUNC GLOBAL DEFAULT UND getopt_long
54: 00415190 0 FUNC GLOBAL DEFAULT UND printf
55: 00415180 0 FUNC GLOBAL DEFAULT UND srand
56: 00415170 0 FUNC GLOBAL DEFAULT UND listen
57: 00415160 0 FUNC GLOBAL DEFAULT UND strerror
58: 00415150 0 FUNC GLOBAL DEFAULT UND strtoll
59: 00415140 0 FUNC GLOBAL DEFAULT UND strchr
60: 00415130 0 FUNC GLOBAL DEFAULT UND alarm
61: 00415120 0 FUNC GLOBAL DEFAULT UND atoi
62: 00415110 0 FUNC GLOBAL DEFAULT UND free
63: 00415100 0 FUNC GLOBAL DEFAULT UND waitpid
64: 004150f0 0 FUNC GLOBAL DEFAULT UND getopt
65: 004150e0 0 FUNC GLOBAL DEFAULT UND setegid
66: 004150d0 0 FUNC GLOBAL DEFAULT UND getgrgid
67: 004150c0 0 FUNC GLOBAL DEFAULT UND strcmp
68: 004150b0 0 FUNC GLOBAL DEFAULT UND open64
69: 004150a0 0 FUNC GLOBAL DEFAULT UND seteuid
70: 00415090 0 FUNC GLOBAL DEFAULT UND strstr
71: 00415080 0 FUNC GLOBAL DEFAULT UND raise
72: 00415070 0 FUNC GLOBAL DEFAULT UND fork
73: 00415060 0 FUNC GLOBAL DEFAULT UND rename
74: 00415050 0 FUNC GLOBAL DEFAULT UND exit
75: 00415040 0 FUNC GLOBAL DEFAULT UND rand
76: 00415030 0 FUNC GLOBAL DEFAULT UND siglongjmp
77: 00000000 0 OBJECT GLOBAL DEFAULT UND stdin
78: 00415020 0 FUNC GLOBAL DEFAULT UND socket
79: 00415010 0 FUNC GLOBAL DEFAULT UND clearerr
80: 00415000 0 FUNC GLOBAL DEFAULT UND sprintf
81: 00414ff0 0 FUNC GLOBAL DEFAULT UND fnmatch
82: 00414fe0 0 FUNC GLOBAL DEFAULT UND fprintf
83: 00414fd0 0 FUNC GLOBAL DEFAULT UND inet_ntoa
84: 00414fc0 0 FUNC GLOBAL DEFAULT UND memset
85: 00414fb0 0 FUNC GLOBAL DEFAULT UND fflush
86: 00414fa0 0 FUNC GLOBAL DEFAULT UND __sigsetjmp
87: 00414f90 0 FUNC GLOBAL DEFAULT UND unlink
88: 00414f80 0 FUNC GLOBAL DEFAULT UND chdir
89: 00414f70 0 FUNC GLOBAL DEFAULT UND unsetenv
90: 00414f60 0 FUNC GLOBAL DEFAULT UND setuid
91: 00414f50 0 FUNC GLOBAL DEFAULT UND fputs
92: 00000000 0 OBJECT GLOBAL DEFAULT UND optind
93: 00414f40 0 FUNC GLOBAL DEFAULT UND sigaddset
94: 00414f30 0 FUNC GLOBAL DEFAULT UND tcsetattr
95: 00414f20 0 FUNC GLOBAL DEFAULT UND strndup
96: 00414f10 0 FUNC GLOBAL DEFAULT UND strncpy
97: 00414f00 0 FUNC GLOBAL DEFAULT UND sscanf
98: 00414ef0 0 FUNC GLOBAL DEFAULT UND umask
99: 00414ee0 0 FUNC GLOBAL DEFAULT UND ferror
100: 00414ed0 0 FUNC GLOBAL DEFAULT UND sigaction
101: 00414ec0 0 FUNC GLOBAL DEFAULT UND fgets
102: 00414eb0 0 FUNC GLOBAL DEFAULT UND getpwuid
103: 00414ea0 0 FUNC GLOBAL DEFAULT UND close
104: 00414e90 0 FUNC GLOBAL DEFAULT UND localtime
105: 00414e80 0 FUNC GLOBAL DEFAULT UND longjmp
106: 00414e70 0 FUNC GLOBAL DEFAULT UND strchrnul
107: 00414e60 0 FUNC GLOBAL DEFAULT UND closedir
108: 00414e50 0 FUNC GLOBAL DEFAULT UND getpwnam
109: 00414e40 0 FUNC GLOBAL DEFAULT UND write
110: 00414e30 0 FUNC GLOBAL DEFAULT UND fileno
111: 00000000 0 OBJECT GLOBAL DEFAULT UND stderr
112: 00414e20 0 FUNC GLOBAL DEFAULT UND time
113: 00414e10 0 FUNC GLOBAL DEFAULT UND mallopt
114: 00000000 0 FUNC GLOBAL DEFAULT UND getpeername
115: 00000000 0 FUNC GLOBAL DEFAULT UND lstat64
116: 00414e00 0 FUNC GLOBAL DEFAULT UND chmod
117: 00414df0 0 FUNC GLOBAL DEFAULT UND fread
118: 00414de0 0 FUNC GLOBAL DEFAULT UND setsockopt
119: 00414dd0 0 FUNC GLOBAL DEFAULT UND fclose
120: 00414dc0 0 FUNC GLOBAL DEFAULT UND getpagesize
121: 00414db0 0 FUNC GLOBAL DEFAULT UND memmove
122: 00414da0 0 FUNC GLOBAL DEFAULT UND mktime
123: 00414d90 0 FUNC GLOBAL DEFAULT UND sigprocmask
124: 00414d80 0 FUNC GLOBAL DEFAULT UND strtoull
125: 00414d70 0 FUNC GLOBAL DEFAULT UND __fgetc_unlocked
126: 00000000 0 OBJECT GLOBAL DEFAULT UND stdout
127: 00414d60 0 FUNC GLOBAL DEFAULT UND getpid
128: 00414d50 0 FUNC GLOBAL DEFAULT UND wait
129: 00000000 0 FUNC GLOBAL DEFAULT UND stat64
130: 00414d40 0 FUNC GLOBAL DEFAULT UND fdopen
131: 00414d30 0 FUNC GLOBAL DEFAULT UND __fputc_unlocked
132: 00000000 0 NOTYPE WEAK DEFAULT UND _ITM_registerTMCloneTable
133: 00414d20 0 FUNC GLOBAL DEFAULT UND strncasecmp
134: 00414d10 0 FUNC GLOBAL DEFAULT UND _exit
135: 00414d00 0 FUNC GLOBAL DEFAULT UND execv
136: 00414cf0 0 FUNC GLOBAL DEFAULT UND lseek64
137: 00414ce0 0 FUNC GLOBAL DEFAULT UND read
138: 00414cd0 0 FUNC GLOBAL DEFAULT UND dup2
139: 00414cc0 0 FUNC GLOBAL DEFAULT UND snprintf
140: 00000000 0 NOTYPE WEAK DEFAULT UND _ITM_deregisterTMCloneTab
141: 00414cb0 0 FUNC GLOBAL DEFAULT UND strtol
142: 00414ca0 0 FUNC GLOBAL DEFAULT UND sendto
143: 00414c90 0 FUNC GLOBAL DEFAULT UND opendir
144: 00414c80 0 FUNC GLOBAL DEFAULT UND strlen
145: 00414c70 0 FUNC GLOBAL DEFAULT UND recv
146: 00414c60 0 FUNC GLOBAL DEFAULT UND ioctl
147: 00414c50 0 FUNC GLOBAL DEFAULT UND fgets_unlocked
148: 00414c40 0 FUNC GLOBAL DEFAULT UND fopen64
149: 00414c30 0 FUNC GLOBAL DEFAULT UND __uClibc_main
150: 00414c20 0 FUNC GLOBAL DEFAULT UND strncmp
151: 00414c10 0 FUNC GLOBAL DEFAULT UND strrchr
152: 00414c00 0 FUNC GLOBAL DEFAULT UND malloc
153: 00414bf0 0 FUNC GLOBAL DEFAULT UND mkdir
154: 00414be0 0 FUNC GLOBAL DEFAULT UND strtoul
155: 00414bd0 0 FUNC GLOBAL DEFAULT UND freeaddrinfo
156: 00414bc0 0 FUNC GLOBAL DEFAULT UND strcasecmp
157: 00000000 0 FUNC WEAK DEFAULT UND
__register_frame_info(a)GLIBC_2.0 (2)
158: 00414bb0 0 FUNC GLOBAL DEFAULT UND setenv
159: 00414ba0 0 FUNC GLOBAL DEFAULT UND getnameinfo
160: 00414b90 0 FUNC GLOBAL DEFAULT UND getcwd
161: 00414b80 0 FUNC GLOBAL DEFAULT UND rmdir
162: 00414b70 0 FUNC GLOBAL DEFAULT UND realpath
163: 00414b60 0 FUNC GLOBAL DEFAULT UND fstat64
164: 00414b50 0 FUNC GLOBAL DEFAULT UND gettimeofday
165: 00000000 0 FUNC GLOBAL DEFAULT UND getsockname
166: 00414b40 0 FUNC GLOBAL DEFAULT UND readlink
167: 00414b30 0 FUNC GLOBAL DEFAULT UND putchar
168: 00414b20 0 FUNC GLOBAL DEFAULT UND getegid
169: 00414b10 0 FUNC GLOBAL DEFAULT UND realloc
170: 00414b00 0 FUNC GLOBAL DEFAULT UND sleep
171: 00000000 0 NOTYPE WEAK DEFAULT UND _Jv_RegisterClasses
172: 00414af0 0 FUNC GLOBAL DEFAULT UND connect
173: 00414ae0 0 FUNC GLOBAL DEFAULT UND memcpy
174: 00414ad0 0 FUNC GLOBAL DEFAULT UND fwrite
175: 00414ac0 0 FUNC GLOBAL DEFAULT UND getenv
176: 00414ab0 0 FUNC GLOBAL DEFAULT UND fcntl64
177: 00414aa0 0 FUNC GLOBAL DEFAULT UND inet_aton
178: 00414a90 0 FUNC GLOBAL DEFAULT UND __errno_location
179: 00414a80 0 FUNC GLOBAL DEFAULT UND strftime
180: 00414a70 0 FUNC GLOBAL DEFAULT UND bind
181: 00000000 0 FUNC WEAK DEFAULT UND
__deregister_frame_info(a)GLIBC_2.0 (2)
182: 00414a60 0 FUNC GLOBAL DEFAULT UND vasprintf
183: 00414a50 0 FUNC GLOBAL DEFAULT UND _setjmp
184: 00414a40 0 FUNC GLOBAL DEFAULT UND poll
185: 00414a30 0 FUNC GLOBAL DEFAULT UND dirname
Symbol table '.symtab' contains 708 entries:
Num: Value Size Type Bind Vis Ndx Name
0: 00000000 0 NOTYPE LOCAL DEFAULT UND
1: 00400154 0 SECTION LOCAL DEFAULT 1
2: 00400168 0 SECTION LOCAL DEFAULT 2
3: 00400180 0 SECTION LOCAL DEFAULT 3
4: 00400270 0 SECTION LOCAL DEFAULT 4
5: 0040076c 0 SECTION LOCAL DEFAULT 5
6: 0040130c 0 SECTION LOCAL DEFAULT 6
7: 004019e4 0 SECTION LOCAL DEFAULT 7
8: 00401b58 0 SECTION LOCAL DEFAULT 8
9: 00401b78 0 SECTION LOCAL DEFAULT 9
10: 00401c00 0 SECTION LOCAL DEFAULT 10
11: 00414a30 0 SECTION LOCAL DEFAULT 11
12: 004152c0 0 SECTION LOCAL DEFAULT 12
13: 00415320 0 SECTION LOCAL DEFAULT 13
14: 004177f0 0 SECTION LOCAL DEFAULT 14
15: 00417804 0 SECTION LOCAL DEFAULT 15
16: 00427830 0 SECTION LOCAL DEFAULT 16
17: 00427838 0 SECTION LOCAL DEFAULT 17
18: 00427840 0 SECTION LOCAL DEFAULT 18
19: 00427844 0 SECTION LOCAL DEFAULT 19
20: 00427870 0 SECTION LOCAL DEFAULT 20
21: 00429120 0 SECTION LOCAL DEFAULT 21
22: 00429130 0 SECTION LOCAL DEFAULT 22
23: 004293b4 0 SECTION LOCAL DEFAULT 23
24: 004293b8 0 SECTION LOCAL DEFAULT 24
25: 004293e0 0 SECTION LOCAL DEFAULT 25
26: 00000000 0 SECTION LOCAL DEFAULT 26
27: 00000000 0 SECTION LOCAL DEFAULT 27
28: 00000000 0 SECTION LOCAL DEFAULT 28
29: 00000000 0 SECTION LOCAL DEFAULT 29
30: 00000000 0 SECTION LOCAL DEFAULT 30
31: 00000000 0 SECTION LOCAL DEFAULT 31
32: 00000000 0 SECTION LOCAL DEFAULT 32
33: 00000000 0 SECTION LOCAL DEFAULT 33
34: 00000000 0 SECTION LOCAL DEFAULT 34
35: 00000000 0 SECTION LOCAL DEFAULT 35
36: 0042b9b4 0 SECTION LOCAL DEFAULT 36
37: 00000000 0 FILE LOCAL DEFAULT ABS initfini.c
38: 00000000 0 FILE LOCAL DEFAULT ABS crtstuff.c
39: 00427830 0 OBJECT LOCAL DEFAULT 16 __CTOR_LIST__
40: 00427838 0 OBJECT LOCAL DEFAULT 17 __DTOR_LIST__
41: 00417804 0 OBJECT LOCAL DEFAULT 15 __EH_FRAME_BEGIN__
42: 00427840 0 OBJECT LOCAL DEFAULT 18 __JCR_LIST__
43: 00402210 0 FUNC LOCAL DEFAULT 10 deregister_tm_clones
44: 00402254 0 FUNC LOCAL DEFAULT 10 register_tm_clones
45: 004022a4 0 FUNC LOCAL DEFAULT 10 __do_global_dtors_aux
46: 004293e0 1 OBJECT LOCAL DEFAULT 25 completed.5346
47: 004293e4 4 OBJECT LOCAL DEFAULT 25 dtor_idx.5348
48: 0040238c 0 FUNC LOCAL DEFAULT 10 frame_dummy
49: 004293e8 24 OBJECT LOCAL DEFAULT 25 object.5358
50: 00000000 0 FILE LOCAL DEFAULT ABS crtstuff.c
51: 00427834 0 OBJECT LOCAL DEFAULT 16 __CTOR_END__
52: 0041782c 0 OBJECT LOCAL DEFAULT 15 __FRAME_END__
53: 00427840 0 OBJECT LOCAL DEFAULT 18 __JCR_END__
54: 004149e0 0 FUNC LOCAL DEFAULT 10 __do_global_ctors_aux
55: 00000000 0 FILE LOCAL DEFAULT ABS initfini.c
56: 00000000 0 FILE LOCAL DEFAULT ABS portal.c
57: 00402400 156 FUNC LOCAL DEFAULT 10 _show_usage
58: 0040249c 2684 FUNC LOCAL DEFAULT 10 _setup_runtime_env
59: 00429098 4 OBJECT LOCAL DEFAULT 20 g_local_control_port
60: 00402f18 1072 FUNC LOCAL DEFAULT 10 _start_service
61: 00427898 1024 OBJECT LOCAL DEFAULT 20 g_daemon_log_file
62: 00427c98 1024 OBJECT LOCAL DEFAULT 20 g_etm_log_file
63: 004294b0 4 OBJECT LOCAL DEFAULT 25 g_has_license
64: 00429430 128 OBJECT LOCAL DEFAULT 25 g_license
65: 00403348 768 FUNC LOCAL DEFAULT 10 _remove_file
66: 00403648 1836 FUNC LOCAL DEFAULT 10 _show_tips
67: 00403d74 452 FUNC LOCAL DEFAULT 10 _init.isra.0
68: 004294bc 1024 OBJECT LOCAL DEFAULT 25 g_service_root_dir
69: 004298bc 4 OBJECT LOCAL DEFAULT 25 g_little_endian
70: 004298c0 4096 OBJECT LOCAL DEFAULT 25 g_query_url
71: 00427890 4 OBJECT LOCAL DEFAULT 20 g_platform_id
72: 00427894 4 OBJECT LOCAL DEFAULT 20 g_package_type
73: 00428098 4096 OBJECT LOCAL DEFAULT 20 g_query_url_prefix
74: 004290a0 80 OBJECT LOCAL DEFAULT 20 long_options.12904
75: 004294b4 4 OBJECT LOCAL DEFAULT 25 g_stop_service
76: 004294b8 4 OBJECT LOCAL DEFAULT 25 g_manage_type
77: 00000000 0 FILE LOCAL DEFAULT ABS appletlib.c
78: 00404318 672 FUNC LOCAL DEFAULT 10 busybox_main
79: 0042a900 4 OBJECT LOCAL DEFAULT 25 g_argc
80: 0042a8c0 64 OBJECT LOCAL DEFAULT 25 g_argv
81: 00000000 0 FILE LOCAL DEFAULT ABS xfunc_die.c
82: 00000000 0 FILE LOCAL DEFAULT ABS chmod.c
83: 00404a10 252 FUNC LOCAL DEFAULT 10 fileAction
84: 00000000 0 FILE LOCAL DEFAULT ABS md5_sha1_sum.c
85: 00000000 0 FILE LOCAL DEFAULT ABS kill.c
86: 00000000 0 FILE LOCAL DEFAULT ABS unzip.c
87: 004053a0 136 FUNC LOCAL DEFAULT 10 unzip_create_leading_dirs
88: 00405428 104 FUNC LOCAL DEFAULT 10 my_fgets80
89: 00405490 156 FUNC LOCAL DEFAULT 10 unzip_skip
90: 004165d0 10 OBJECT LOCAL DEFAULT 13 extn.7106
91: 00000000 0 FILE LOCAL DEFAULT ABS decompress_gunzip.c
92: 00405f00 84 FUNC LOCAL DEFAULT 10 huft_free
93: 00405f54 1860 FUNC LOCAL DEFAULT 10 huft_build
94: 00406698 220 FUNC LOCAL DEFAULT 10 top_up
95: 00406774 80 FUNC LOCAL DEFAULT 10 abort_unzip
96: 004067c4 372 FUNC LOCAL DEFAULT 10 fill_bitbuffer
97: 00406938 1716 FUNC LOCAL DEFAULT 10 inflate_block
98: 00416630 62 OBJECT LOCAL DEFAULT 13 cplens
99: 0041666e 31 OBJECT LOCAL DEFAULT 13 cplext
100: 0041668e 60 OBJECT LOCAL DEFAULT 13 cpdist
101: 004166ca 30 OBJECT LOCAL DEFAULT 13 cpdext
102: 004166e8 34 OBJECT LOCAL DEFAULT 13 mask_bits
103: 0041670a 19 OBJECT LOCAL DEFAULT 13 border
104: 00406fec 1076 FUNC LOCAL DEFAULT 10 inflate_codes
105: 00407420 1096 FUNC LOCAL DEFAULT 10 inflate_unzip_internal
106: 00000000 0 FILE LOCAL DEFAULT ABS find_list_entry.c
107: 00000000 0 FILE LOCAL DEFAULT ABS open_transformer.c
108: 00000000 0 FILE LOCAL DEFAULT ABS wget.c
109: 00408190 60 FUNC LOCAL DEFAULT 10 alarm_handler
110: 004081cc 152 FUNC LOCAL DEFAULT 10 open_socket
111: 00408264 120 FUNC LOCAL DEFAULT 10 base64enc
112: 004082dc 164 FUNC LOCAL DEFAULT 10 fgets_and_trim
113: 00408380 88 FUNC LOCAL DEFAULT 10 reset_beg_range_to_zero
114: 004083d8 724 FUNC LOCAL DEFAULT 10 parse_url
115: 004086ac 424 FUNC LOCAL DEFAULT 10 gethdr
116: 00408854 788 FUNC LOCAL DEFAULT 10 retrieve_file_data
117: 00408b68 220 FUNC LOCAL DEFAULT 10 ftpcmd
118: 00416a10 43 OBJECT LOCAL DEFAULT 13 keywords.6968
119: 00000000 0 FILE LOCAL DEFAULT ABS ping.c
120: 00409cd0 76 FUNC LOCAL DEFAULT 10 noresp
121: 00000000 0 FILE LOCAL DEFAULT ABS full_write.c
122: 00000000 0 FILE LOCAL DEFAULT ABS copyfd.c
123: 0040a020 460 FUNC LOCAL DEFAULT 10 bb_full_fd_action
124: 00000000 0 FILE LOCAL DEFAULT ABS get_last_path_component.c
125: 00000000 0 FILE LOCAL DEFAULT ABS crc32.c
126: 00000000 0 FILE LOCAL DEFAULT ABS u_signal_names.c
127: 00416aa0 224 OBJECT LOCAL DEFAULT 13 signals
128: 00000000 0 FILE LOCAL DEFAULT ABS messages.c
129: 00000000 0 FILE LOCAL DEFAULT ABS safe_poll.c
130: 00000000 0 FILE LOCAL DEFAULT ABS chomp.c
131: 00000000 0 FILE LOCAL DEFAULT ABS getopt32.c
132: 00000000 0 FILE LOCAL DEFAULT ABS percent_decode.c
133: 00000000 0 FILE LOCAL DEFAULT ABS llist.c
134: 00000000 0 FILE LOCAL DEFAULT ABS recursive_action.c
135: 0040b300 8 FUNC LOCAL DEFAULT 10 true_action
136: 00000000 0 FILE LOCAL DEFAULT ABS verror_msg.c
137: 00000000 0 FILE LOCAL DEFAULT ABS ptr_to_globals.c
138: 00000000 0 FILE LOCAL DEFAULT ABS skip_whitespace.c
139: 00000000 0 FILE LOCAL DEFAULT ABS last_char_is.c
140: 00000000 0 FILE LOCAL DEFAULT ABS xfuncs.c
141: 0040ba80 144 FUNC LOCAL DEFAULT 10 utoa_to_buf.part.0
142: 0042a910 12 OBJECT LOCAL DEFAULT 25 local_buf
143: 00000000 0 FILE LOCAL DEFAULT ABS inet_cksum.c
144: 00000000 0 FILE LOCAL DEFAULT ABS default_error_retval.c
145: 00000000 0 FILE LOCAL DEFAULT ABS find_pid_by_name.c
146: 00000000 0 FILE LOCAL DEFAULT ABS wfopen_input.c
147: 00000000 0 FILE LOCAL DEFAULT ABS xatonum.c
148: 00000000 0 FILE LOCAL DEFAULT ABS safe_write.c
149: 00000000 0 FILE LOCAL DEFAULT ABS compare_string_array.c
150: 00000000 0 FILE LOCAL DEFAULT ABS xconnect.c
151: 0040d410 196 FUNC LOCAL DEFAULT 10 sockaddr2str
152: 0040d4d4 240 FUNC LOCAL DEFAULT 10 get_lsa
153: 0040d5c4 664 FUNC LOCAL DEFAULT 10 str2sockaddr
154: 0040dc44 268 FUNC LOCAL DEFAULT 10 create_and_bind_or_die
155: 00000000 0 FILE LOCAL DEFAULT ABS safe_strncpy.c
156: 00000000 0 FILE LOCAL DEFAULT ABS wfopen.c
157: 0040dee0 108 FUNC LOCAL DEFAULT 10 xfdopen_helper
158: 00000000 0 FILE LOCAL DEFAULT ABS str_tolower.c
159: 00000000 0 FILE LOCAL DEFAULT ABS read.c
160: 00000000 0 FILE LOCAL DEFAULT ABS bb_strtonum.c
161: 0040e270 132 FUNC LOCAL DEFAULT 10 handle_errors.isra.0
162: 00000000 0 FILE LOCAL DEFAULT ABS perror_msg.c
163: 00000000 0 FILE LOCAL DEFAULT ABS parse_mode.c
164: 00416e08 24 OBJECT LOCAL DEFAULT 13 perm_mask.6809
165: 00416df0 5 OBJECT LOCAL DEFAULT 13 who_chars.6810
166: 00416df8 16 OBJECT LOCAL DEFAULT 13 who_mask.6808
167: 00416e20 7 OBJECT LOCAL DEFAULT 13 perm_chars.6811
168: 00000000 0 FILE LOCAL DEFAULT ABS xfuncs_printf.c
169: 00000000 0 FILE LOCAL DEFAULT ABS read_printf.c
170: 00000000 0 FILE LOCAL DEFAULT ABS uuencode.c
171: 00000000 0 FILE LOCAL DEFAULT ABS make_directory.c
172: 00000000 0 FILE LOCAL DEFAULT ABS hash_md5_sha.c
173: 00410960 1132 FUNC LOCAL DEFAULT 10 md5_process_block64
174: 004170c0 256 OBJECT LOCAL DEFAULT 13 C_array.6841
175: 004171c0 48 OBJECT LOCAL DEFAULT 13 P_array.6842
176: 00410dcc 1056 FUNC LOCAL DEFAULT 10 sha3_process_block72
177: 00417500 48 OBJECT LOCAL DEFAULT 13 IOTA_CONST.7017
178: 004174e8 24 OBJECT LOCAL DEFAULT 13 ROT_CONST.7020
179: 004174d0 24 OBJECT LOCAL DEFAULT 13 PI_LANE.7021
180: 004111ec 1456 FUNC LOCAL DEFAULT 10 sha512_process_block128
181: 00417228 640 OBJECT LOCAL DEFAULT 13 sha_K
182: 0041179c 240 FUNC LOCAL DEFAULT 10 common64_end
183: 0041188c 636 FUNC LOCAL DEFAULT 10 sha1_process_block64
184: 004171f0 16 OBJECT LOCAL DEFAULT 13 rconsts.6882
185: 00411b08 660 FUNC LOCAL DEFAULT 10 sha256_process_block64
186: 00417200 40 OBJECT LOCAL DEFAULT 13 init256
187: 004174a8 40 OBJECT LOCAL DEFAULT 13 init512_lo
188: 00000000 0 FILE LOCAL DEFAULT ABS concat_path_file.c
189: 00000000 0 FILE LOCAL DEFAULT ABS signals.c
190: 00000000 0 FILE LOCAL DEFAULT ABS concat_subpath_file.c
191: 00000000 0 FILE LOCAL DEFAULT ABS bb_bswap_64.c
192: 00000000 0 FILE LOCAL DEFAULT ABS procps.c
193: 004129f0 200 FUNC LOCAL DEFAULT 10 read_to_buf
194: 00412ab8 240 FUNC LOCAL DEFAULT 10 get_cached
195: 0042a920 8 OBJECT LOCAL DEFAULT 25 username
196: 0042a928 8 OBJECT LOCAL DEFAULT 25 groupname
197: 00000000 0 FILE LOCAL DEFAULT ABS xrealloc_vector.c
198: 00000000 0 FILE LOCAL DEFAULT ABS time.c
199: 00000000 0 FILE LOCAL DEFAULT ABS bb_pwd.c
200: 00000000 0 FILE LOCAL DEFAULT ABS xreadlink.c
201: 00000000 0 FILE LOCAL DEFAULT ABS ../../../libgcc/libgcc2.c
202: 00000000 0 FILE LOCAL DEFAULT ABS ../../../libgcc/libgcc2.h
203: 00416c29 17 OBJECT LOCAL DEFAULT 13 bb_msg_you_must_be_root
204: 0040dfdc 28 FUNC LOCAL DEFAULT 10 fopen_for_write
205: 0040f4f4 72 FUNC LOCAL DEFAULT 10 xsetegid
206: 0040f26c 136 FUNC LOCAL DEFAULT 10 xprint_and_close_file
207: 0040f2f4 104 FUNC LOCAL DEFAULT 10 xasprintf
208: 00416ff0 65 OBJECT LOCAL DEFAULT 13 bb_uuenc_tbl_std
209: 0040bc90 52 FUNC LOCAL DEFAULT 10 itoa
210: 0040b938 104 FUNC LOCAL DEFAULT 10 skip_non_whitespace
211: 0040ea80 100 FUNC LOCAL DEFAULT 10 malloc_or_warn
212: 0040dd50 12 FUNC LOCAL DEFAULT 10 xsocket_stream
213: 0040a208 148 FUNC LOCAL DEFAULT 10 bb_copyfd_exact_size
214: 00407d00 144 FUNC LOCAL DEFAULT 10 find_list_entry
215: 00410210 36 FUNC LOCAL DEFAULT 10 xread_char
216: 0040b28c 116 FUNC LOCAL DEFAULT 10 llist_find_str
217: 00412c44 120 FUNC LOCAL DEFAULT 10 free_procps_scan
218: 0040fb04 80 FUNC LOCAL DEFAULT 10 bb_xioctl
219: 0042a9b0 4097 OBJECT LOCAL DEFAULT 25 bb_common_bufsiz1
220: 0040a4fc 60 FUNC LOCAL DEFAULT 10 crc32_block_endian0
221: 00412134 192 FUNC LOCAL DEFAULT 10 sha1_end
222: 0040f0e8 148 FUNC LOCAL DEFAULT 10 xlseek
223: 00417031 66 OBJECT LOCAL DEFAULT 13 bb_uuenc_tbl_base64
224: 00413470 1512 FUNC LOCAL DEFAULT 10 parse_datestr
225: 00411dec 212 FUNC LOCAL DEFAULT 10 md5_hash
226: 004123a4 180 FUNC LOCAL DEFAULT 10 sha3_hash
227: 0040b308 748 FUNC LOCAL DEFAULT 10 recursive_action
228: 0040bb10 100 FUNC LOCAL DEFAULT 10 ndelay_on
229: 00413dc0 80 FUNC LOCAL DEFAULT 10 xgetgrnam
230: 0040e720 24 FUNC LOCAL DEFAULT 10 bb_simple_perror_msg_and_
231: 00414020 32 FUNC LOCAL DEFAULT 10 xgroup2gid
232: 0040bbdc 24 FUNC LOCAL DEFAULT 10 close_on_exec_on
233: 00427844 8 OBJECT LOCAL DEFAULT 19 bb_argv_dash
234: 0040f67c 92 FUNC LOCAL DEFAULT 10 xchroot
235: 0040cabc 52 FUNC LOCAL DEFAULT 10 xstrtoll_range
236: 0040fcb0 72 FUNC LOCAL DEFAULT 10 xfork
237: 0040f008 76 FUNC LOCAL DEFAULT 10 xwrite
238: 004121f4 408 FUNC LOCAL DEFAULT 10 sha512_end
239: 0040d150 164 FUNC LOCAL DEFAULT 10 index_in_str_array
240: 0040b200 88 FUNC LOCAL DEFAULT 10 llist_free
241: 00416c9e 42 OBJECT LOCAL DEFAULT 13 bb_banner
242: 0040dfac 28 FUNC LOCAL DEFAULT 10 fopen_for_read
243: 0040b9a0 80 FUNC LOCAL DEFAULT 10 skip_dev_pfx
244: 0040db74 8 FUNC LOCAL DEFAULT 10 xhost2sockaddr
245: 0040f238 24 FUNC LOCAL DEFAULT 10 fflush_all
246: 00414040 116 FUNC LOCAL DEFAULT 10 get_ug_id
247: 00412604 72 FUNC LOCAL DEFAULT 10 sigprocmask_allsigs
248: 0040f35c 72 FUNC LOCAL DEFAULT 10 xsetenv
249: 00410360 380 FUNC LOCAL DEFAULT 10 decode_base64
250: 004133c0 176 FUNC LOCAL DEFAULT 10 xrealloc_vector_helper
251: 00407938 956 FUNC LOCAL DEFAULT 10 unpack_gz_stream
252: 0040a360 124 FUNC LOCAL DEFAULT 10 bb_get_last_path_componen
253: 004140c0 232 FUNC LOCAL DEFAULT 10 xmalloc_readlink
254: 0040cdb4 40 FUNC LOCAL DEFAULT 10 xstrtoul_sfx
255: 0040de54 8 FUNC LOCAL DEFAULT 10 xmalloc_sockaddr2hostonly
256: 00413d70 80 FUNC LOCAL DEFAULT 10 xgetpwnam
257: 0040cf74 36 FUNC LOCAL DEFAULT 10 xstrtol_range
258: 0040d8e4 144 FUNC LOCAL DEFAULT 10 setsockopt_bindtodevice
259: 00412ba8 108 FUNC LOCAL DEFAULT 10 clear_username_cache
260: 00412c2c 24 FUNC LOCAL DEFAULT 10 get_cached_groupname
261: 0040d0c0 144 FUNC LOCAL DEFAULT 10 safe_write
262: 0040e2f4 208 FUNC LOCAL DEFAULT 10 bb_strtoull
263: 0040c59c 68 FUNC LOCAL DEFAULT 10 open_or_warn_stdin
264: 0040db6c 8 FUNC LOCAL DEFAULT 10 host2sockaddr
265: 0040b888 56 FUNC LOCAL DEFAULT 10 bb_error_msg_and_die
266: 0040cddc 40 FUNC LOCAL DEFAULT 10 xstrtoul
267: 0040ed38 80 FUNC LOCAL DEFAULT 10 xopen3
268: 0040dfc8 20 FUNC LOCAL DEFAULT 10 xfopen_for_read
269: 0040e3c4 208 FUNC LOCAL DEFAULT 10 bb_strtoll
270: 0040c860 52 FUNC LOCAL DEFAULT 10 xstrtoull_range
271: 00429100 4 OBJECT LOCAL DEFAULT 20 msg_eol
272: 0040e710 16 FUNC LOCAL DEFAULT 10 bb_simple_perror_msg
273: 0040f6d8 104 FUNC LOCAL DEFAULT 10 warn_opendir
274: 0040ddf4 80 FUNC LOCAL DEFAULT 10 xconnect_stream
275: 0040bf38 348 FUNC LOCAL DEFAULT 10 get_terminal_width_height
276: 0040a540 256 FUNC LOCAL DEFAULT 10 get_signum
277: 00416b80 4 OBJECT LOCAL DEFAULT 13 const_int_0
278: 0040d088 16 FUNC LOCAL DEFAULT 10 xatoi_positive
279: 0040f820 72 FUNC LOCAL DEFAULT 10 xlisten
280: 00407d90 284 FUNC LOCAL DEFAULT 10 find_list_entry2
281: 00414344 176 FUNC LOCAL DEFAULT 10 xmalloc_readlink_or_warn
282: 0040a684 160 FUNC LOCAL DEFAULT 10 print_signames
283: 00407f54 160 FUNC LOCAL DEFAULT 10 check_errors_in_children
284: 0040fb54 348 FUNC LOCAL DEFAULT 10 generate_uuid
285: 00404288 144 FUNC LOCAL DEFAULT 10 run_applet_and_exit
286: 0040b1a8 88 FUNC LOCAL DEFAULT 10 llist_unlink
287: 0040e070 144 FUNC LOCAL DEFAULT 10 safe_read
288: 00413f78 68 FUNC LOCAL DEFAULT 10 uid2uname_utoa
289: 0040dd6c 136 FUNC LOCAL DEFAULT 10 create_and_connect_stream
290: 0040d988 20 FUNC LOCAL DEFAULT 10 get_peer_lsa
291: 004128c0 64 FUNC LOCAL DEFAULT 10 signal_SA_RESTART_empty_m
292: 0040b0ec 104 FUNC LOCAL DEFAULT 10 llist_add_to_end
293: 0040bc5c 52 FUNC LOCAL DEFAULT 10 utoa
294: 0040cbe8 424 FUNC LOCAL DEFAULT 10 xstrtoul_range_sfx
295: 00407868 208 FUNC LOCAL DEFAULT 10 inflate_unzip
296: 0040fd00 308 FUNC LOCAL DEFAULT 10 nonblock_immune_read
297: 0040c5e0 52 FUNC LOCAL DEFAULT 10 xopen_stdin
298: 0040f954 28 FUNC LOCAL DEFAULT 10 selinux_or_die
299: 0040de64 8 FUNC LOCAL DEFAULT 10 xmalloc_sockaddr2dotted_n
300: 00412cbc 1236 FUNC LOCAL DEFAULT 10 procps_scan
301: 0040dea0 52 FUNC LOCAL DEFAULT 10 overlapping_strcpy
302: 0040bc24 56 FUNC LOCAL DEFAULT 10 itoa_to_buf
303: 0040bb74 104 FUNC LOCAL DEFAULT 10 ndelay_off
304: 0040edf8 8 FUNC LOCAL DEFAULT 10 open_or_warn
305: 0040f3a4 132 FUNC LOCAL DEFAULT 10 bb_unsetenv
306: 0040efb4 84 FUNC LOCAL DEFAULT 10 xmove_fd
307: 00416c3a 34 OBJECT LOCAL DEFAULT 13 bb_msg_perm_denied_are_yo
308: 0040e200 108 FUNC LOCAL DEFAULT 10 open_read_close
309: 00403f40 24 FUNC LOCAL DEFAULT 10 bb_show_usage
310: 0040d85c 68 FUNC LOCAL DEFAULT 10 setsockopt_reuseaddr
311: 0040c8cc 56 FUNC LOCAL DEFAULT 10 xstrtoull
312: 004129a0 80 FUNC LOCAL DEFAULT 10 bb_bswap_64
313: 0040ee58 96 FUNC LOCAL DEFAULT 10 xrename
314: 0040b154 84 FUNC LOCAL DEFAULT 10 llist_pop
315: 0040f53c 72 FUNC LOCAL DEFAULT 10 xseteuid
316: 0040a4c0 60 FUNC LOCAL DEFAULT 10 crc32_block_endian1
317: 0040d2b0 248 FUNC LOCAL DEFAULT 10 index_in_substrings
318: 0040da2c 252 FUNC LOCAL DEFAULT 10 bb_lookup_port
319: 0040fa9c 104 FUNC LOCAL DEFAULT 10 bb_ioctl_or_warn
320: 0040de70 48 FUNC LOCAL DEFAULT 10 safe_strncpy
321: 0040ce38 48 FUNC LOCAL DEFAULT 10 xatoul_range
322: 00407eb0 24 FUNC LOCAL DEFAULT 10 init_transformer_aux_data
323: 00413d58 24 FUNC LOCAL DEFAULT 10 monotonic_sec
324: 00413bc8 116 FUNC LOCAL DEFAULT 10 monotonic_ns
325: 0040f17c 80 FUNC LOCAL DEFAULT 10 xmkstemp
326: 0040ece8 80 FUNC LOCAL DEFAULT 10 xfopen
327: 0040ed88 8 FUNC LOCAL DEFAULT 10 xopen
328: 0040c984 312 FUNC LOCAL DEFAULT 10 xstrtoll_range_sfx
329: 00404034 300 FUNC LOCAL DEFAULT 10 run_applet_no_and_exit
330: 0040c904 8 FUNC LOCAL DEFAULT 10 xatoull_range_sfx
331: 00416c5c 24 OBJECT LOCAL DEFAULT 13 bb_msg_can_not_create_raw
332: 004293cc 4 OBJECT LOCAL DEFAULT 24 ptr_to_globals
333: 00413fbc 68 FUNC LOCAL DEFAULT 10 gid2group_utoa
334: 0040a640 68 FUNC LOCAL DEFAULT 10 get_signame
335: 00413ed0 32 FUNC LOCAL DEFAULT 10 xgid2group
336: 0040e548 188 FUNC LOCAL DEFAULT 10 bb_strtol
337: 0040e100 172 FUNC LOCAL DEFAULT 10 full_read
338: 00407ff4 220 FUNC LOCAL DEFAULT 10 open_transformer
339: 0040e690 128 FUNC LOCAL DEFAULT 10 bb_perror_msg_and_die
340: 0041627e 43 OBJECT LOCAL DEFAULT 13 applet_names
341: 004141a8 412 FUNC LOCAL DEFAULT 10 xmalloc_follow_symlinks
342: 00413ef0 68 FUNC LOCAL DEFAULT 10 uid2uname
343: 0040fe34 372 FUNC LOCAL DEFAULT 10 xmalloc_reads
344: 00413eb0 32 FUNC LOCAL DEFAULT 10 xuid2uname
345: 0040f62c 80 FUNC LOCAL DEFAULT 10 xchdir
346: 00414000 32 FUNC LOCAL DEFAULT 10 xuname2uid
347: 004101c4 76 FUNC LOCAL DEFAULT 10 xread
348: 004290f0 1 OBJECT LOCAL DEFAULT 20 logmode
349: 0040c510 88 FUNC LOCAL DEFAULT 10 fopen_or_warn_stdin
350: 004126dc 140 FUNC LOCAL DEFAULT 10 bb_signals_recursive_nore
351: 0040f7d8 72 FUNC LOCAL DEFAULT 10 xbind
352: 0040cfc4 52 FUNC LOCAL DEFAULT 10 xatol_range_sfx
353: 004293c4 4 OBJECT LOCAL DEFAULT 24 option_mask32
354: 0040f21c 28 FUNC LOCAL DEFAULT 10 die_if_ferror_stdout
355: 0040a3e0 224 FUNC LOCAL DEFAULT 10 crc32_filltable
356: 00404ef0 1192 FUNC LOCAL DEFAULT 10 kill_main
357: 0040c15c 144 FUNC LOCAL DEFAULT 10 wait4pid
358: 0040c894 56 FUNC LOCAL DEFAULT 10 xstrtoull_sfx
359: 0040ee08 80 FUNC LOCAL DEFAULT 10 xunlink
360: 0040f250 28 FUNC LOCAL DEFAULT 10 bb_putchar
361: 0040b0a0 76 FUNC LOCAL DEFAULT 10 llist_add_to
362: 0041264c 144 FUNC LOCAL DEFAULT 10 bb_signals
363: 0040ed90 104 FUNC LOCAL DEFAULT 10 open3_or_warn
364: 00416bb4 15 OBJECT LOCAL DEFAULT 13 bb_busybox_exec_path
365: 00416bf3 30 OBJECT LOCAL DEFAULT 13 bb_msg_invalid_arg
366: 0040c094 28 FUNC LOCAL DEFAULT 10 tcsetattr_stdin_TCSANOW
367: 0040bea0 76 FUNC LOCAL DEFAULT 10 full_write1_str
368: 0040cba8 64 FUNC LOCAL DEFAULT 10 xatoll
369: 0040e610 128 FUNC LOCAL DEFAULT 10 bb_perror_msg
370: 00411f94 92 FUNC LOCAL DEFAULT 10 sha256_begin
371: 0040d098 36 FUNC LOCAL DEFAULT 10 xatou16
372: 0040c90c 52 FUNC LOCAL DEFAULT 10 xatoull_range
373: 0040ef68 76 FUNC LOCAL DEFAULT 10 xdup2
374: 004293b8 4 OBJECT LOCAL DEFAULT 24 applet_name
375: 0040a2f8 104 FUNC LOCAL DEFAULT 10 bb_get_last_path_componen
376: 0040e00c 8 FUNC LOCAL DEFAULT 10 xfdopen_for_read
377: 0040db84 192 FUNC LOCAL DEFAULT 10 xsocket_type
378: 00429124 0 OBJECT LOCAL DEFAULT 21 __TMC_END__
379: 0040af50 332 FUNC LOCAL DEFAULT 10 percent_decode_in_place
380: 00413c9c 188 FUNC LOCAL DEFAULT 10 monotonic_ms
381: 00410234 64 FUNC LOCAL DEFAULT 10 xmalloc_xopen_read_close
382: 004293bc 4 OBJECT LOCAL DEFAULT 24 die_sleep
383: 004293c8 4 OBJECT LOCAL DEFAULT 24 opt_complementary
384: 00412768 92 FUNC LOCAL DEFAULT 10 sig_block
385: 00409f80 156 FUNC LOCAL DEFAULT 10 full_write
386: 0040a840 1804 FUNC LOCAL DEFAULT 10 getopt32
387: 0040b900 56 FUNC LOCAL DEFAULT 10 skip_whitespace
388: 00413ab0 140 FUNC LOCAL DEFAULT 10 strftime_HHMMSS
389: 004293b4 0 OBJECT LOCAL DEFAULT 23 __dso_handle
390: 00407ec8 140 FUNC LOCAL DEFAULT 10 check_signature16
391: 0040db28 36 FUNC LOCAL DEFAULT 10 get_nport
392: 0040dff8 20 FUNC LOCAL DEFAULT 10 xfopen_for_write
393: 00412900 60 FUNC LOCAL DEFAULT 10 signal_no_SA_RESTART_empt
394: 00416c74 10 OBJECT LOCAL DEFAULT 13 bb_msg_unknown
395: 0040f868 84 FUNC LOCAL DEFAULT 10 xsendto
396: 0042783c 0 OBJECT LOCAL DEFAULT 17 __DTOR_END__
397: 0040c14c 16 FUNC LOCAL DEFAULT 10 wait_any_nohang
398: 0040ee00 8 FUNC LOCAL DEFAULT 10 xopen_nonblocking
399: 0042a930 128 OBJECT LOCAL DEFAULT 25 die_jmp
400: 0040ce94 8 FUNC LOCAL DEFAULT 10 xatoul
401: 0040a1ec 28 FUNC LOCAL DEFAULT 10 bb_copyfd_size
402: 0040d8a0 68 FUNC LOCAL DEFAULT 10 setsockopt_broadcast
403: 0040a730 200 FUNC LOCAL DEFAULT 10 safe_poll
404: 00410680 724 FUNC LOCAL DEFAULT 10 bb_make_directory
405: 0040f8bc 80 FUNC LOCAL DEFAULT 10 xstat
406: 0040ce68 44 FUNC LOCAL DEFAULT 10 xatoul_sfx
407: 0040de4c 8 FUNC LOCAL DEFAULT 10 xmalloc_sockaddr2host_nop
408: 0040e740 824 FUNC LOCAL DEFAULT 10 bb_parse_mode
409: 00410280 224 FUNC LOCAL DEFAULT 10 bb_uuencode
410: 0040c498 120 FUNC LOCAL DEFAULT 10 pidlist_reverse
411: 004125e0 12 FUNC LOCAL DEFAULT 10 record_signo
412: 0040db4c 32 FUNC LOCAL DEFAULT 10 set_nport
413: 00413e10 80 FUNC LOCAL DEFAULT 10 xgetpwuid
414: 0040f584 168 FUNC LOCAL DEFAULT 10 xopen_as_uid_gid
415: 00416bc3 17 OBJECT LOCAL DEFAULT 13 bb_hexdigits_upcase
416: 0040ce04 52 FUNC LOCAL DEFAULT 10 xatoul_range_sfx
417: 004049d0 56 FUNC LOCAL DEFAULT 10 xfunc_die
418: 00404680 168 FUNC LOCAL DEFAULT 10 lbb_main
419: 0040f740 80 FUNC LOCAL DEFAULT 10 xopendir
420: 0040cd90 36 FUNC LOCAL DEFAULT 10 xstrtoul_range
421: 0040ffa8 420 FUNC LOCAL DEFAULT 10 xmalloc_read
422: 004293c0 4 OBJECT LOCAL DEFAULT 24 global_crc32_table
423: 0040f970 136 FUNC LOCAL DEFAULT 10 ioctl_or_perror_and_die
424: 00413e60 80 FUNC LOCAL DEFAULT 10 xgetgrgid
425: 0040f428 60 FUNC LOCAL DEFAULT 10 bb_unsetenv_and_free
426: 00412034 256 FUNC LOCAL DEFAULT 10 sha512_hash
427: 0040eeb8 104 FUNC LOCAL DEFAULT 10 rename_or_warn
428: 00413a58 88 FUNC LOCAL DEFAULT 10 validate_tm_time
429: 0041014c 120 FUNC LOCAL DEFAULT 10 xmalloc_open_read_close
430: 0040c620 576 FUNC LOCAL DEFAULT 10 xstrtoull_range_sfx
431: 00416d50 32 OBJECT LOCAL DEFAULT 13 bkm_suffixes
432: 0040be64 60 FUNC LOCAL DEFAULT 10 bb_putchar_stderr
433: 004127c4 92 FUNC LOCAL DEFAULT 10 sig_unblock
434: 0040a2b0 72 FUNC LOCAL DEFAULT 10 bb_basename
435: 00403f58 152 FUNC LOCAL DEFAULT 10 find_applet_by_name
436: 004293d0 4 OBJECT LOCAL DEFAULT 24 bb_errno
437: 00412940 88 FUNC LOCAL DEFAULT 10 concat_subpath_file
438: 004293d4 1 OBJECT LOCAL DEFAULT 24 bb_got_signal
439: 0040f90c 72 FUNC LOCAL DEFAULT 10 xfstat
440: 0040bcc4 100 FUNC LOCAL DEFAULT 10 bin2hex
441: 0040f464 72 FUNC LOCAL DEFAULT 10 xsetgid
442: 00411ec0 120 FUNC LOCAL DEFAULT 10 md5_end
443: 0040f4ac 72 FUNC LOCAL DEFAULT 10 xsetuid
444: 00412510 208 FUNC LOCAL DEFAULT 10 concat_path_file
445: 00412c14 24 FUNC LOCAL DEFAULT 10 get_cached_username
446: 0040de5c 8 FUNC LOCAL DEFAULT 10 xmalloc_sockaddr2dotted
447: 0040e494 180 FUNC LOCAL DEFAULT 10 bb_strtoul
448: 0040bc0c 24 FUNC LOCAL DEFAULT 10 utoa_to_buf
449: 00411f38 92 FUNC LOCAL DEFAULT 10 sha1_begin
450: 00412860 96 FUNC LOCAL DEFAULT 10 kill_myself_with_sig
451: 0040c568 52 FUNC LOCAL DEFAULT 10 xfopen_stdin
452: 0040d3a8 100 FUNC LOCAL DEFAULT 10 nth_string
453: 004080d0 180 FUNC LOCAL DEFAULT 10 xmalloc_open_zipped_read_
454: 0040eae4 84 FUNC LOCAL DEFAULT 10 xmalloc
455: 0040ebe4 84 FUNC LOCAL DEFAULT 10 xstrdup
456: 0040cff8 48 FUNC LOCAL DEFAULT 10 xatol_range
457: 0040b600 648 FUNC LOCAL DEFAULT 10 bb_verror_msg
458: 00416c11 24 OBJECT LOCAL DEFAULT 13 bb_msg_requires_arg
459: 0040e014 12 FUNC LOCAL DEFAULT 10 xfdopen_for_write
460: 0040ec38 176 FUNC LOCAL DEFAULT 10 xstrndup
461: 0040dd5c 8 FUNC LOCAL DEFAULT 10 create_and_bind_stream_or
462: 0040df4c 96 FUNC LOCAL DEFAULT 10 fopen_or_warn
463: 0040d1f4 188 FUNC LOCAL DEFAULT 10 index_in_strings
464: 004104dc 420 FUNC LOCAL DEFAULT 10 read_base64
465: 0040beec 76 FUNC LOCAL DEFAULT 10 full_write2_str
466: 0040c940 60 FUNC LOCAL DEFAULT 10 xatoull_sfx
467: 0040f0a0 72 FUNC LOCAL DEFAULT 10 xclose
468: 0040d058 48 FUNC LOCAL DEFAULT 10 xatol
469: 004125ec 24 FUNC LOCAL DEFAULT 10 sigaction_set
470: 0040f9f8 164 FUNC LOCAL DEFAULT 10 ioctl_or_perror
471: 0040f1cc 80 FUNC LOCAL DEFAULT 10 die_if_ferror
472: 0040ce9c 216 FUNC LOCAL DEFAULT 10 xstrtol_range_sfx
473: 0040a800 52 FUNC LOCAL DEFAULT 10 chomp
474: 0040d99c 144 FUNC LOCAL DEFAULT 10 xconnect
475: 0040f790 72 FUNC LOCAL DEFAULT 10 xsocket
476: 00416c7e 18 OBJECT LOCAL DEFAULT 13 bb_msg_invalid_date
477: 00416be4 15 OBJECT LOCAL DEFAULT 13 bb_msg_standard_input
478: 0040c1f0 136 FUNC LOCAL DEFAULT 10 inet_cksum
479: 00429110 1 OBJECT LOCAL DEFAULT 20 xfunc_error_retval
480: 0040cb2c 8 FUNC LOCAL DEFAULT 10 xatoll_range_sfx
481: 0040c0b0 156 FUNC LOCAL DEFAULT 10 safe_waitpid
482: 0040cb34 52 FUNC LOCAL DEFAULT 10 xatoll_range
483: 0040cb68 64 FUNC LOCAL DEFAULT 10 xatoll_sfx
484: 00411ff0 68 FUNC LOCAL DEFAULT 10 sha512_begin
485: 0040d974 20 FUNC LOCAL DEFAULT 10 get_sock_lsa
486: 0042784c 28 OBJECT LOCAL DEFAULT 19 applet_main
487: 00412820 64 FUNC LOCAL DEFAULT 10 wait_for_any_sig
488: 00416b88 35 OBJECT LOCAL DEFAULT 13 bb_PATH_root_path
489: 0040c280 536 FUNC LOCAL DEFAULT 10 find_pid_by_name
490: 0040b9f0 136 FUNC LOCAL DEFAULT 10 last_char_is
491: 0040bbf4 24 FUNC LOCAL DEFAULT 10 strncpy_IFNAMSIZ
492: 0040c97c 8 FUNC LOCAL DEFAULT 10 xatoull
493: 0040bd28 316 FUNC LOCAL DEFAULT 10 hex2bin
494: 00416bab 9 OBJECT LOCAL DEFAULT 13 bb_default_login_shell
495: 0040b258 52 FUNC LOCAL DEFAULT 10 llist_rev
496: 0040eb38 84 FUNC LOCAL DEFAULT 10 xrealloc
497: 0040eb8c 88 FUNC LOCAL DEFAULT 10 xzalloc
498: 00413f34 68 FUNC LOCAL DEFAULT 10 gid2group
499: 0040dd64 8 FUNC LOCAL DEFAULT 10 create_and_bind_dgram_or_
500: 0040ef20 72 FUNC LOCAL DEFAULT 10 xpipe
501: 00416270 14 OBJECT LOCAL DEFAULT 13 applet_nameofs
502: 0040e020 72 FUNC LOCAL DEFAULT 10 str_tolower
503: 0040de44 8 FUNC LOCAL DEFAULT 10 xmalloc_sockaddr2host
504: 00416b84 4 OBJECT LOCAL DEFAULT 13 const_int_1
505: 00416c90 14 OBJECT LOCAL DEFAULT 13 bb_msg_memory_exhausted
506: 00413b3c 140 FUNC LOCAL DEFAULT 10 strftime_YYYYMMDDHHMMSS
507: 004143f4 24 FUNC LOCAL DEFAULT 10 xmalloc_realpath
508: 0040d028 48 FUNC LOCAL DEFAULT 10 xatol_sfx
509: 0040db7c 8 FUNC LOCAL DEFAULT 10 xdotted2sockaddr
510: 0040e1ac 84 FUNC LOCAL DEFAULT 10 read_close
511: 0040a29c 12 FUNC LOCAL DEFAULT 10 bb_copyfd_eof
512: 0040f054 76 FUNC LOCAL DEFAULT 10 xwrite_str
513: 00413c3c 96 FUNC LOCAL DEFAULT 10 monotonic_us
514: 00416bd4 16 OBJECT LOCAL DEFAULT 13 bb_msg_standard_output
515: 0041238c 24 FUNC LOCAL DEFAULT 10 sha3_begin
516: 00413190 552 FUNC LOCAL DEFAULT 10 read_cmdline
517: 00400180 0 OBJECT LOCAL DEFAULT 3 _DYNAMIC
518: 00412458 172 FUNC LOCAL DEFAULT 10 sha3_end
519: 0040caf0 60 FUNC LOCAL DEFAULT 10 xstrtoll
520: 0040cf98 44 FUNC LOCAL DEFAULT 10 xstrtol
521: 00411d9c 80 FUNC LOCAL DEFAULT 10 md5_begin
522: 0040b8c0 56 FUNC LOCAL DEFAULT 10 bb_error_msg
523: 00414a30 0 FUNC GLOBAL DEFAULT UND dirname
524: 00427870 0 OBJECT WEAK DEFAULT 20 data_start
525: 004293b8 0 NOTYPE GLOBAL DEFAULT ABS _fbss
526: 00414a40 0 FUNC GLOBAL DEFAULT UND poll
527: 00414a50 0 FUNC GLOBAL DEFAULT UND _setjmp
528: 00414a60 0 FUNC GLOBAL DEFAULT UND vasprintf
529: 00000000 0 FUNC WEAK DEFAULT UND __deregister_frame_info@@
530: 00414a70 0 FUNC GLOBAL DEFAULT UND bind
531: 00404160 296 FUNC GLOBAL DEFAULT 10 run_applet_no
532: 00414a80 0 FUNC GLOBAL DEFAULT UND strftime
533: 00429410 32 OBJECT GLOBAL DEFAULT 25 listen_addr
534: 00414a90 0 FUNC GLOBAL DEFAULT UND __errno_location
535: 00414aa0 0 FUNC GLOBAL DEFAULT UND inet_aton
536: 00431120 0 SECTION GLOBAL DEFAULT ABS _gp_disp
537: 00414ab0 0 FUNC GLOBAL DEFAULT UND fcntl64
538: 00414ac0 0 FUNC GLOBAL DEFAULT UND getenv
539: 00414ad0 0 FUNC GLOBAL DEFAULT UND fwrite
540: 00000001 0 SECTION GLOBAL DEFAULT ABS _DYNAMIC_LINKING
541: 00414ae0 0 FUNC GLOBAL DEFAULT UND memcpy
542: 00414af0 0 FUNC GLOBAL DEFAULT UND connect
543: 00415f40 128 OBJECT GLOBAL DEFAULT 13 MODULES_HEX
544: 00000000 0 NOTYPE WEAK DEFAULT UND _Jv_RegisterClasses
545: 00414b00 0 FUNC GLOBAL DEFAULT UND sleep
546: 00414b10 0 FUNC GLOBAL DEFAULT UND realloc
547: 00414b20 0 FUNC GLOBAL DEFAULT UND getegid
548: 00414b30 0 FUNC GLOBAL DEFAULT UND putchar
549: 00414b40 0 FUNC GLOBAL DEFAULT UND readlink
550: 004152c0 28 FUNC GLOBAL DEFAULT 12 _fini
551: 00000000 0 FUNC GLOBAL DEFAULT UND getsockname
552: 00414b50 0 FUNC GLOBAL DEFAULT UND gettimeofday
553: 004176f0 256 OBJECT GLOBAL HIDDEN 13 __clz_tab
554: 00414b60 0 FUNC GLOBAL DEFAULT UND fstat64
555: 00414b70 0 FUNC GLOBAL DEFAULT UND realpath
556: 00414b80 0 FUNC GLOBAL DEFAULT UND rmdir
557: 00414b90 0 FUNC GLOBAL DEFAULT UND getcwd
558: 00414ba0 0 FUNC GLOBAL DEFAULT UND getnameinfo
559: 00414bb0 0 FUNC GLOBAL DEFAULT UND setenv
560: 00000000 0 FUNC WEAK DEFAULT UND __register_frame_info@@GL
561: 00414bc0 0 FUNC GLOBAL DEFAULT UND strcasecmp
562: 00414bd0 0 FUNC GLOBAL DEFAULT UND freeaddrinfo
563: 00414be0 0 FUNC GLOBAL DEFAULT UND strtoul
564: 00429130 0 OBJECT GLOBAL DEFAULT ABS _GLOBAL_OFFSET_TABLE_
565: 00414bf0 0 FUNC GLOBAL DEFAULT UND mkdir
566: 00414410 1476 FUNC GLOBAL HIDDEN 10 __udivdi3
567: 00414c00 0 FUNC GLOBAL DEFAULT UND malloc
568: 00414c10 0 FUNC GLOBAL DEFAULT UND strrchr
569: 00414c20 0 FUNC GLOBAL DEFAULT UND strncmp
570: 00414c30 0 FUNC GLOBAL DEFAULT UND __uClibc_main
571: 00414c40 0 FUNC GLOBAL DEFAULT UND fopen64
572: 00414c50 0 FUNC GLOBAL DEFAULT UND fgets_unlocked
573: 00414c60 0 FUNC GLOBAL DEFAULT UND ioctl
574: 00414c70 0 FUNC GLOBAL DEFAULT UND recv
575: 00414c80 0 FUNC GLOBAL DEFAULT UND strlen
576: 00414c90 0 FUNC GLOBAL DEFAULT UND opendir
577: 00414ca0 0 FUNC GLOBAL DEFAULT UND sendto
578: 00414cb0 0 FUNC GLOBAL DEFAULT UND strtol
579: 00000000 0 NOTYPE WEAK DEFAULT UND _ITM_deregisterTMCloneTab
580: 00414cc0 0 FUNC GLOBAL DEFAULT UND snprintf
581: 00403ff0 68 FUNC GLOBAL DEFAULT 10 lbb_prepare
582: 00414cd0 0 FUNC GLOBAL DEFAULT UND dup2
583: 00414ce0 0 FUNC GLOBAL DEFAULT UND read
584: 00414cf0 0 FUNC GLOBAL DEFAULT UND lseek64
585: 00414d00 0 FUNC GLOBAL DEFAULT UND execv
586: 00414d10 0 FUNC GLOBAL DEFAULT UND _exit
587: 00414d20 0 FUNC GLOBAL DEFAULT UND strncasecmp
588: 00000000 0 NOTYPE WEAK DEFAULT UND _ITM_registerTMCloneTable
589: 00427870 0 OBJECT GLOBAL DEFAULT 20 __data_start
590: 00414d30 0 FUNC GLOBAL DEFAULT UND __fputc_unlocked
591: 00414d40 0 FUNC GLOBAL DEFAULT UND fdopen
592: 00000000 0 FUNC GLOBAL DEFAULT UND stat64
593: 00414d50 0 FUNC GLOBAL DEFAULT UND wait
594: 00414d60 0 FUNC GLOBAL DEFAULT UND getpid
595: 00000000 0 OBJECT GLOBAL DEFAULT UND stdout
596: 00431120 0 NOTYPE GLOBAL DEFAULT ABS _gp
597: 00414d70 0 FUNC GLOBAL DEFAULT UND __fgetc_unlocked
598: 00427888 8 OBJECT GLOBAL DEFAULT 20 partner_id
599: 00414d80 0 FUNC GLOBAL DEFAULT UND strtoull
600: 00414d90 0 FUNC GLOBAL DEFAULT UND sigprocmask
601: 00414da0 0 FUNC GLOBAL DEFAULT UND mktime
602: 00414db0 0 FUNC GLOBAL DEFAULT UND memmove
603: 00414dc0 0 FUNC GLOBAL DEFAULT UND getpagesize
604: 00414dd0 0 FUNC GLOBAL DEFAULT UND fclose
605: 00414de0 0 FUNC GLOBAL DEFAULT UND setsockopt
606: 00414df0 0 FUNC GLOBAL DEFAULT UND fread
607: 00414e00 0 FUNC GLOBAL DEFAULT UND chmod
608: 00429400 16 OBJECT GLOBAL DEFAULT 25 ntfs_type
609: 00000000 0 FUNC GLOBAL DEFAULT UND lstat64
610: 00000000 0 FUNC GLOBAL DEFAULT UND getpeername
611: 00414e10 0 FUNC GLOBAL DEFAULT UND mallopt
612: 00414e20 0 FUNC GLOBAL DEFAULT UND time
613: 00000000 0 OBJECT GLOBAL DEFAULT UND stderr
614: 00404728 668 FUNC GLOBAL DEFAULT 10 lbb_interface
615: 00414e30 0 FUNC GLOBAL DEFAULT UND fileno
616: 00414e40 0 FUNC GLOBAL DEFAULT UND write
617: 00414e50 0 FUNC GLOBAL DEFAULT UND getpwnam
618: 00404b0c 424 FUNC GLOBAL DEFAULT 10 chmod_main
619: 00414e60 0 FUNC GLOBAL DEFAULT UND closedir
620: 00414e70 0 FUNC GLOBAL DEFAULT UND strchrnul
621: 00414e80 0 FUNC GLOBAL DEFAULT UND longjmp
622: 00414e90 0 FUNC GLOBAL DEFAULT UND localtime
623: 004021b0 96 FUNC GLOBAL DEFAULT 10 __start
624: 00414ea0 0 FUNC GLOBAL DEFAULT UND close
625: 00414eb0 0 FUNC GLOBAL DEFAULT UND getpwuid
626: 00427870 0 NOTYPE GLOBAL DEFAULT 20 _fdata
627: 00414ec0 0 FUNC GLOBAL DEFAULT UND fgets
628: 00414ed0 0 FUNC GLOBAL DEFAULT UND sigaction
629: 00414ee0 0 FUNC GLOBAL DEFAULT UND ferror
630: 00414ef0 0 FUNC GLOBAL DEFAULT UND umask
631: 00414f00 0 FUNC GLOBAL DEFAULT UND sscanf
632: 00000000 0 OBJECT GLOBAL DEFAULT UND __gnu_local_gp
633: 00414f10 0 FUNC GLOBAL DEFAULT UND strncpy
634: 00414f20 0 FUNC GLOBAL DEFAULT UND strndup
635: 00414f30 0 FUNC GLOBAL DEFAULT UND tcsetattr
636: 00414f40 0 FUNC GLOBAL DEFAULT UND sigaddset
637: 00000000 0 OBJECT GLOBAL DEFAULT UND optind
638: 00414f50 0 FUNC GLOBAL DEFAULT UND fputs
639: 00414f60 0 FUNC GLOBAL DEFAULT UND setuid
640: 00414f70 0 FUNC GLOBAL DEFAULT UND unsetenv
641: 00414f80 0 FUNC GLOBAL DEFAULT UND chdir
642: 00414f90 0 FUNC GLOBAL DEFAULT UND unlink
643: 00414fa0 0 FUNC GLOBAL DEFAULT UND __sigsetjmp
644: 00414fb0 0 FUNC GLOBAL DEFAULT UND fflush
645: 00414fc0 0 FUNC GLOBAL DEFAULT UND memset
646: 004293b8 0 NOTYPE GLOBAL DEFAULT ABS __bss_start
647: 00414fd0 0 FUNC GLOBAL DEFAULT UND inet_ntoa
648: 00427880 8 OBJECT GLOBAL DEFAULT 20 platform_id
649: 00404cc0 560 FUNC GLOBAL DEFAULT 10 md5_sha1_sum_main
650: 00414fe0 0 FUNC GLOBAL DEFAULT UND fprintf
651: 00414ff0 0 FUNC GLOBAL DEFAULT UND fnmatch
652: 00401c00 0 NOTYPE GLOBAL DEFAULT 10 _ftext
653: 00415000 0 FUNC GLOBAL DEFAULT UND sprintf
654: 00415010 0 FUNC GLOBAL DEFAULT UND clearerr
655: 00408c44 4224 FUNC GLOBAL DEFAULT 10 wget_main
656: 00415020 0 FUNC GLOBAL DEFAULT UND socket
657: 00000000 0 OBJECT GLOBAL DEFAULT UND stdin
658: 00415030 0 FUNC GLOBAL DEFAULT UND siglongjmp
659: 004045b8 200 FUNC GLOBAL DEFAULT 10 run_applet
660: 00415040 0 FUNC GLOBAL DEFAULT UND rand
661: 0042b9b4 0 NOTYPE GLOBAL DEFAULT ABS _end
662: 00415050 0 FUNC GLOBAL DEFAULT UND exit
663: 00415060 0 FUNC GLOBAL DEFAULT UND rename
664: 00415070 0 FUNC GLOBAL DEFAULT UND fork
665: 00415080 0 FUNC GLOBAL DEFAULT UND raise
666: 00429120 0 OBJECT GLOBAL DEFAULT 21 __RLD_MAP
667: 00415090 0 FUNC GLOBAL DEFAULT UND strstr
668: 004150a0 0 FUNC GLOBAL DEFAULT UND seteuid
669: 004150b0 0 FUNC GLOBAL DEFAULT UND open64
670: 004150c0 0 FUNC GLOBAL DEFAULT UND strcmp
671: 004150d0 0 FUNC GLOBAL DEFAULT UND getgrgid
672: 004150e0 0 FUNC GLOBAL DEFAULT UND setegid
673: 004150f0 0 FUNC GLOBAL DEFAULT UND getopt
674: 00415100 0 FUNC GLOBAL DEFAULT UND waitpid
675: 00415fc0 3 OBJECT GLOBAL DEFAULT 13 PUBLIC_EXPONENT_HEX
676: 00415110 0 FUNC GLOBAL DEFAULT UND free
677: 00415120 0 FUNC GLOBAL DEFAULT UND atoi
678: 00415130 0 FUNC GLOBAL DEFAULT UND alarm
679: 00415140 0 FUNC GLOBAL DEFAULT UND strchr
680: 00415150 0 FUNC GLOBAL DEFAULT UND strtoll
681: 004293b8 0 NOTYPE GLOBAL DEFAULT ABS _edata
682: 00415160 0 FUNC GLOBAL DEFAULT UND strerror
683: 0040552c 2508 FUNC GLOBAL DEFAULT 10 unzip_main
684: 00415170 0 FUNC GLOBAL DEFAULT UND listen
685: 00415180 0 FUNC GLOBAL DEFAULT UND srand
686: 00415190 0 FUNC GLOBAL DEFAULT UND printf
687: 004151a0 0 FUNC GLOBAL DEFAULT UND getopt_long
688: 004151b0 0 FUNC GLOBAL DEFAULT UND getgrnam
689: 004151c0 0 FUNC GLOBAL DEFAULT UND getservbyname
690: 004151d0 0 FUNC GLOBAL DEFAULT UND mkstemp64
691: 004151e0 0 FUNC GLOBAL DEFAULT UND strdup
692: 004151f0 0 FUNC GLOBAL DEFAULT UND puts
693: 00415200 0 FUNC GLOBAL DEFAULT UND setgid
694: 00415210 0 FUNC GLOBAL DEFAULT UND ftruncate64
695: 00415220 0 FUNC GLOBAL DEFAULT UND signal
696: 00415230 0 FUNC GLOBAL DEFAULT UND readdir64
697: 00409d1c 600 FUNC GLOBAL DEFAULT 10 ping_main
698: 00415240 0 FUNC GLOBAL DEFAULT UND pipe
699: 00415250 0 FUNC GLOBAL DEFAULT UND sigsuspend
700: 00415260 0 FUNC GLOBAL DEFAULT UND getaddrinfo
701: 00000000 0 OBJECT GLOBAL DEFAULT UND optarg
702: 00401c00 1448 FUNC GLOBAL DEFAULT 10 main
703: 00401b78 28 FUNC GLOBAL DEFAULT 9 _init
704: 00415270 0 FUNC GLOBAL DEFAULT UND chroot
705: 00415280 0 FUNC GLOBAL DEFAULT UND strcpy
706: 00415290 0 FUNC GLOBAL DEFAULT UND kill
707: 004152a0 0 FUNC GLOBAL DEFAULT UND geteuid
Histogram for bucket list length (total of 131 buckets):
Length Number % of total Coverage
0 50 ( 38.2%)
1 47 ( 35.9%) 36.7%
2 24 ( 18.3%) 74.2%
3 8 ( 6.1%) 93.0%
4 1 ( 0.8%) 96.1%
5 1 ( 0.8%) 100.0%
Version symbols section '.gnu.version' contains 186 entries:
Addr: 00000000004019e4 Offset: 0x0019e4 Link: 5 (.dynsym)
000: 0 (*local*) 1 (*global*) 1 (*global*) 1 (*global*)
004: 1 (*global*) 0 (*local*) 1 (*global*) 1 (*global*)
008: 1 (*global*) 1 (*global*) 1 (*global*) 1 (*global*)
00c: 1 (*global*) 1 (*global*) 1 (*global*) 1 (*global*)
010: 1 (*global*) 1 (*global*) 1 (*global*) 1 (*global*)
014: 1 (*global*) 0 (*local*) 1 (*global*) 1 (*global*)
018: 1 (*global*) 1 (*global*) 1 (*global*) 1 (*global*)
01c: 1 (*global*) 1 (*global*) 1 (*global*) 1 (*global*)
020: 1 (*global*) 1 (*global*) 1 (*global*) 1 (*global*)
024: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
028: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
02c: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
030: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
034: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
038: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
03c: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
040: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
044: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
048: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
04c: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
050: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
054: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
058: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
05c: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
060: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
064: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
068: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
06c: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
070: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
074: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
078: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
07c: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
080: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
084: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
088: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
08c: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
090: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
094: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
098: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
09c: 0 (*local*) 2 (GLIBC_2.0) 0 (*local*) 0 (*local*)
0a0: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
0a4: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
0a8: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
0ac: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
0b0: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
0b4: 0 (*local*) 2 (GLIBC_2.0) 0 (*local*) 0 (*local*)
0b8: 0 (*local*) 0 (*local*)
Version needs section '.gnu.version_r' contains 1 entries:
Addr: 0x0000000000401b58 Offset: 0x001b58 Link: 6 (.dynstr)
000000: Version: 1 File: libgcc_s.so.1 Cnt: 1
0x0010: Name: GLIBC_2.0 Flags: none Version: 2
Attribute Section: gnu
File Attributes
Tag_GNU_MIPS_ABI_FP: Soft float
Primary GOT:
Canonical gp value: 00431120
Reserved entries:
Address Access Initial Purpose
00429130 -32752(gp) 00000000 Lazy resolver
00429134 -32748(gp) 80000000 Module pointer (GNU extension)
Local entries:
Address Access Initial
00429138 -32744(gp) 00401c00
0042913c -32740(gp) 00401b78
00429140 -32736(gp) 004152c0
00429144 -32732(gp) 00400000
00429148 -32728(gp) 00410000
0042914c -32724(gp) 00404728
00429150 -32720(gp) 00414410
00429154 -32716(gp) 004176f0
00429158 -32712(gp) 00000000
Global entries:
Address Access Initial Sym.Val. Type Ndx Name
0042915c -32708(gp) 004152a0 004152a0 FUNC UND geteuid
00429160 -32704(gp) 00415290 00415290 FUNC UND kill
00429164 -32700(gp) 00415280 00415280 FUNC UND strcpy
00429168 -32696(gp) 00415270 00415270 FUNC UND chroot
0042916c -32692(gp) 00000000 00000000 OBJECT UND optarg
00429170 -32688(gp) 00415260 00415260 FUNC UND getaddrinfo
00429174 -32684(gp) 00415250 00415250 FUNC UND sigsuspend
00429178 -32680(gp) 00415240 00415240 FUNC UND pipe
0042917c -32676(gp) 00415230 00415230 FUNC UND readdir64
00429180 -32672(gp) 00415220 00415220 FUNC UND signal
00429184 -32668(gp) 00415210 00415210 FUNC UND ftruncate64
00429188 -32664(gp) 00415200 00415200 FUNC UND setgid
0042918c -32660(gp) 004151f0 004151f0 FUNC UND puts
00429190 -32656(gp) 004151e0 004151e0 FUNC UND strdup
00429194 -32652(gp) 004151d0 004151d0 FUNC UND mkstemp64
00429198 -32648(gp) 004151c0 004151c0 FUNC UND getservbyname
0042919c -32644(gp) 004151b0 004151b0 FUNC UND getgrnam
004291a0 -32640(gp) 004151a0 004151a0 FUNC UND getopt_long
004291a4 -32636(gp) 00415190 00415190 FUNC UND printf
004291a8 -32632(gp) 00415180 00415180 FUNC UND srand
004291ac -32628(gp) 00415170 00415170 FUNC UND listen
004291b0 -32624(gp) 00415160 00415160 FUNC UND strerror
004291b4 -32620(gp) 00415150 00415150 FUNC UND strtoll
004291b8 -32616(gp) 00415140 00415140 FUNC UND strchr
004291bc -32612(gp) 00415130 00415130 FUNC UND alarm
004291c0 -32608(gp) 00415120 00415120 FUNC UND atoi
004291c4 -32604(gp) 00415110 00415110 FUNC UND free
004291c8 -32600(gp) 00415100 00415100 FUNC UND waitpid
004291cc -32596(gp) 004150f0 004150f0 FUNC UND getopt
004291d0 -32592(gp) 004150e0 004150e0 FUNC UND setegid
004291d4 -32588(gp) 004150d0 004150d0 FUNC UND getgrgid
004291d8 -32584(gp) 004150c0 004150c0 FUNC UND strcmp
004291dc -32580(gp) 004150b0 004150b0 FUNC UND open64
004291e0 -32576(gp) 004150a0 004150a0 FUNC UND seteuid
004291e4 -32572(gp) 00415090 00415090 FUNC UND strstr
004291e8 -32568(gp) 00415080 00415080 FUNC UND raise
004291ec -32564(gp) 00415070 00415070 FUNC UND fork
004291f0 -32560(gp) 00415060 00415060 FUNC UND rename
004291f4 -32556(gp) 00415050 00415050 FUNC UND exit
004291f8 -32552(gp) 00415040 00415040 FUNC UND rand
004291fc -32548(gp) 00415030 00415030 FUNC UND siglongjmp
00429200 -32544(gp) 00000000 00000000 OBJECT UND stdin
00429204 -32540(gp) 00415020 00415020 FUNC UND socket
00429208 -32536(gp) 00415010 00415010 FUNC UND clearerr
0042920c -32532(gp) 00415000 00415000 FUNC UND sprintf
00429210 -32528(gp) 00414ff0 00414ff0 FUNC UND fnmatch
00429214 -32524(gp) 00414fe0 00414fe0 FUNC UND fprintf
00429218 -32520(gp) 00414fd0 00414fd0 FUNC UND inet_ntoa
0042921c -32516(gp) 00414fc0 00414fc0 FUNC UND memset
00429220 -32512(gp) 00414fb0 00414fb0 FUNC UND fflush
00429224 -32508(gp) 00414fa0 00414fa0 FUNC UND __sigsetjmp
00429228 -32504(gp) 00414f90 00414f90 FUNC UND unlink
0042922c -32500(gp) 00414f80 00414f80 FUNC UND chdir
00429230 -32496(gp) 00414f70 00414f70 FUNC UND unsetenv
00429234 -32492(gp) 00414f60 00414f60 FUNC UND setuid
00429238 -32488(gp) 00414f50 00414f50 FUNC UND fputs
0042923c -32484(gp) 00000000 00000000 OBJECT UND optind
00429240 -32480(gp) 00414f40 00414f40 FUNC UND sigaddset
00429244 -32476(gp) 00414f30 00414f30 FUNC UND tcsetattr
00429248 -32472(gp) 00414f20 00414f20 FUNC UND strndup
0042924c -32468(gp) 00414f10 00414f10 FUNC UND strncpy
00429250 -32464(gp) 00414f00 00414f00 FUNC UND sscanf
00429254 -32460(gp) 00414ef0 00414ef0 FUNC UND umask
00429258 -32456(gp) 00414ee0 00414ee0 FUNC UND ferror
0042925c -32452(gp) 00414ed0 00414ed0 FUNC UND sigaction
00429260 -32448(gp) 00414ec0 00414ec0 FUNC UND fgets
00429264 -32444(gp) 00414eb0 00414eb0 FUNC UND getpwuid
00429268 -32440(gp) 00414ea0 00414ea0 FUNC UND close
0042926c -32436(gp) 00414e90 00414e90 FUNC UND localtime
00429270 -32432(gp) 00414e80 00414e80 FUNC UND longjmp
00429274 -32428(gp) 00414e70 00414e70 FUNC UND strchrnul
00429278 -32424(gp) 00414e60 00414e60 FUNC UND closedir
0042927c -32420(gp) 00414e50 00414e50 FUNC UND getpwnam
00429280 -32416(gp) 00414e40 00414e40 FUNC UND write
00429284 -32412(gp) 00414e30 00414e30 FUNC UND fileno
00429288 -32408(gp) 00000000 00000000 OBJECT UND stderr
0042928c -32404(gp) 00414e20 00414e20 FUNC UND time
00429290 -32400(gp) 00414e10 00414e10 FUNC UND mallopt
00429294 -32396(gp) 00000000 00000000 FUNC UND getpeername
00429298 -32392(gp) 00000000 00000000 FUNC UND lstat64
0042929c -32388(gp) 00414e00 00414e00 FUNC UND chmod
004292a0 -32384(gp) 00414df0 00414df0 FUNC UND fread
004292a4 -32380(gp) 00414de0 00414de0 FUNC UND setsockopt
004292a8 -32376(gp) 00414dd0 00414dd0 FUNC UND fclose
004292ac -32372(gp) 00414dc0 00414dc0 FUNC UND getpagesize
004292b0 -32368(gp) 00414db0 00414db0 FUNC UND memmove
004292b4 -32364(gp) 00414da0 00414da0 FUNC UND mktime
004292b8 -32360(gp) 00414d90 00414d90 FUNC UND sigprocmask
004292bc -32356(gp) 00414d80 00414d80 FUNC UND strtoull
004292c0 -32352(gp) 00414d70 00414d70 FUNC UND __fgetc_unlocked
004292c4 -32348(gp) 00000000 00000000 OBJECT UND stdout
004292c8 -32344(gp) 00414d60 00414d60 FUNC UND getpid
004292cc -32340(gp) 00414d50 00414d50 FUNC UND wait
004292d0 -32336(gp) 00000000 00000000 FUNC UND stat64
004292d4 -32332(gp) 00414d40 00414d40 FUNC UND fdopen
004292d8 -32328(gp) 00414d30 00414d30 FUNC UND __fputc_unlocked
004292dc -32324(gp) 00000000 00000000 NOTYPE UND
_ITM_registerTMCloneTable
004292e0 -32320(gp) 00414d20 00414d20 FUNC UND strncasecmp
004292e4 -32316(gp) 00414d10 00414d10 FUNC UND _exit
004292e8 -32312(gp) 00414d00 00414d00 FUNC UND execv
004292ec -32308(gp) 00414cf0 00414cf0 FUNC UND lseek64
004292f0 -32304(gp) 00414ce0 00414ce0 FUNC UND read
004292f4 -32300(gp) 00414cd0 00414cd0 FUNC UND dup2
004292f8 -32296(gp) 00414cc0 00414cc0 FUNC UND snprintf
004292fc -32292(gp) 00000000 00000000 NOTYPE UND
_ITM_deregisterTMCloneTable
00429300 -32288(gp) 00414cb0 00414cb0 FUNC UND strtol
00429304 -32284(gp) 00414ca0 00414ca0 FUNC UND sendto
00429308 -32280(gp) 00414c90 00414c90 FUNC UND opendir
0042930c -32276(gp) 00414c80 00414c80 FUNC UND strlen
00429310 -32272(gp) 00414c70 00414c70 FUNC UND recv
00429314 -32268(gp) 00414c60 00414c60 FUNC UND ioctl
00429318 -32264(gp) 00414c50 00414c50 FUNC UND fgets_unlocked
0042931c -32260(gp) 00414c40 00414c40 FUNC UND fopen64
00429320 -32256(gp) 00414c30 00414c30 FUNC UND __uClibc_main
00429324 -32252(gp) 00414c20 00414c20 FUNC UND strncmp
00429328 -32248(gp) 00414c10 00414c10 FUNC UND strrchr
0042932c -32244(gp) 00414c00 00414c00 FUNC UND malloc
00429330 -32240(gp) 00414bf0 00414bf0 FUNC UND mkdir
00429334 -32236(gp) 00414be0 00414be0 FUNC UND strtoul
00429338 -32232(gp) 00414bd0 00414bd0 FUNC UND freeaddrinfo
0042933c -32228(gp) 00414bc0 00414bc0 FUNC UND strcasecmp
00429340 -32224(gp) 00000000 00000000 FUNC UND __register_frame_info
00429344 -32220(gp) 00414bb0 00414bb0 FUNC UND setenv
00429348 -32216(gp) 00414ba0 00414ba0 FUNC UND getnameinfo
0042934c -32212(gp) 00414b90 00414b90 FUNC UND getcwd
00429350 -32208(gp) 00414b80 00414b80 FUNC UND rmdir
00429354 -32204(gp) 00414b70 00414b70 FUNC UND realpath
00429358 -32200(gp) 00414b60 00414b60 FUNC UND fstat64
0042935c -32196(gp) 00414b50 00414b50 FUNC UND gettimeofday
00429360 -32192(gp) 00000000 00000000 FUNC UND getsockname
00429364 -32188(gp) 00414b40 00414b40 FUNC UND readlink
00429368 -32184(gp) 00414b30 00414b30 FUNC UND putchar
0042936c -32180(gp) 00414b20 00414b20 FUNC UND getegid
00429370 -32176(gp) 00414b10 00414b10 FUNC UND realloc
00429374 -32172(gp) 00414b00 00414b00 FUNC UND sleep
00429378 -32168(gp) 00000000 00000000 NOTYPE UND _Jv_RegisterClasses
0042937c -32164(gp) 00414af0 00414af0 FUNC UND connect
00429380 -32160(gp) 00414ae0 00414ae0 FUNC UND memcpy
00429384 -32156(gp) 00414ad0 00414ad0 FUNC UND fwrite
00429388 -32152(gp) 00414ac0 00414ac0 FUNC UND getenv
0042938c -32148(gp) 00414ab0 00414ab0 FUNC UND fcntl64
00429390 -32144(gp) 00414aa0 00414aa0 FUNC UND inet_aton
00429394 -32140(gp) 00414a90 00414a90 FUNC UND __errno_location
00429398 -32136(gp) 00414a80 00414a80 FUNC UND strftime
0042939c -32132(gp) 00414a70 00414a70 FUNC UND bind
004293a0 -32128(gp) 00000000 00000000 FUNC UND __deregister_frame_info
004293a4 -32124(gp) 00414a60 00414a60 FUNC UND vasprintf
004293a8 -32120(gp) 00414a50 00414a50 FUNC UND _setjmp
004293ac -32116(gp) 00414a40 00414a40 FUNC UND poll
004293b0 -32112(gp) 00414a30 00414a30 FUNC UND dirname
BR
2017-03-12 11:07 GMT+08:00 Waldemar Brodkorb <wbx(a)uclibc-ng.org>rg>:
Hi,
郭涛 wrote,
Hello
I have a static linked binary, I want run it on a mipsel_24kc platform
with uclibc-ng-1.0.22.
But when I run it, it show Segmentation fault. I only have the binary,
no source code
This binary can run with uclibc0.9.33, have you any suggestion ?
This just look strange to me. You are saying the binary is
statically linked. What do you mean exactly?
Because when the binary is statically linked _all_ code is included
in the application including C library code.
In the following debug output we are seeing that the shared library
loader ld-uClibc.so.0 is used.
exec output
_dl_get_ready_to_run:461: Cool, ldso survived making function calls
_dl_malloc:237: mmapping more memory
_dl_get_ready_to_run:671: calling mprotect on the application program
_dl_get_ready_to_run:1065: Loading: (0x772f1000) /lib/libdl.so.0
_dl_get_ready_to_run:1065: Loading: (0x772ce000) /lib/libgcc_s.so.1
_dl_load_elf_shared_library:825: Found TLS header for /lib/libc.so.0
_dl_load_elf_shared_library:852: Relocated TLS initial image from
0x93ee4 to 0x772b5ee4 (size = 0x4)
_dl_get_ready_to_run:1065: Loading: (0x77222000) /lib/libc.so.0
_dl_get_ready_to_run:1065: Loading: (0x77222000) /lib/libc.so.0
_dl_get_ready_to_run:1065: Loading: (0x7730c000) /lib/ld-uClibc.so.0
_dl_get_ready_to_run:1206: Calling init_tls()!
_dl_malloc:237: mmapping more memory
_dl_get_ready_to_run:1306: Beginning relocation fixups
_dl_get_ready_to_run:1336: Calling _dl_allocate_tls_init()!
Segmentation fault
Can you clarify the situation?
Can you show "file yourapp" and maybe "readelf -a yourapp"?
best regards
Waldemar