mirror of
https://git.busybox.net/busybox
synced 2026-02-15 22:16:09 +00:00
array instead of letting it be static.
objdump -t busybox \
| grep .bss \
| sed 's/^.*\.bss //' \
| grep -v ABS \
#| perl -e 'while(<>) { @x = split; @y = reverse split(//, $x[0]); for ($i=0; $i<@y; $i++) { $s += $y[$i] * (16 ** $i); if ($y[$i] && $i > 2) { print "> $y[$i] * 16 ** $i $x[1]\n"; } } } print "$s\n";'
|
||
|---|---|---|
| .. | ||
| dmesg.c | ||
| fbset.c | ||
| fdflush.c | ||
| fsck_minix.c | ||
| mkfs_minix.c | ||
| mkswap.c | ||
| more.c | ||
| mount.c | ||
| nfsmount.c | ||
| nfsmount.h | ||
| swaponoff.c | ||
| umount.c | ||