2010-07-14 19:46:01 +00:00
|
|
|
#PROG: strip
|
|
|
|
#source: compressed-1.s
|
|
|
|
#as: --32 --compress-debug-sections
|
|
|
|
#strip:
|
|
|
|
#readelf: -S --wide
|
2010-07-15 00:37:12 +00:00
|
|
|
#name: strip on compressed debug sections
|
2010-07-14 19:46:01 +00:00
|
|
|
|
2012-04-13 02:52:34 +00:00
|
|
|
There are 5 section headers, starting at offset 0x78:
|
2010-07-14 19:46:01 +00:00
|
|
|
|
|
|
|
Section Headers:
|
|
|
|
\[Nr\] Name Type Addr Off Size ES Flg Lk Inf Al
|
|
|
|
\[ 0\] NULL 00000000 000000 000000 00 0 0 0
|
|
|
|
\[ 1\] .text PROGBITS 00000000 000040 00001b 00 AX 0 0 16
|
2013-05-31 17:27:28 +00:00
|
|
|
\[ 2\] .data PROGBITS 00000000 00005b 000000 00 WA 0 0 1
|
|
|
|
\[ 3\] .bss NOBITS 00000000 00005b 000000 00 WA 0 0 1
|
|
|
|
\[ 4\] .shstrtab STRTAB 00000000 00005b 00001c 00 0 0 1
|
2010-07-14 19:46:01 +00:00
|
|
|
Key to Flags:
|
2010-07-19 15:11:03 +00:00
|
|
|
#...
|