On Saturday 15 September 2007 13:40, Andreas Schwab wrote:
> Denys Vlasenko <[EMAIL PROTECTED]> writes:
> 
> > ELF is not as rigid as old a.out (which had only one text, one data
> > and one bss segment per .o file IIRC), but size was born in a.out days,
> > so it sort of "translates" ELF into a.out.
> 
> Try size -A instead.

thanks, didn't know that.

$ size -A busybox
busybox  :
section       size        addr
.init           28   134512788
.text       633051   134512816
.fini           23   135145867
.rodata     139422   135145904
.eh_frame      156   135285328
.ctors           8   135286784
.dtors           8   135286792
.jcr             4   135286800
.got.plt        12   135286804
.data         1019   135286816
.bss         10724   135287840
Total       784455

addr in decimal?! wow...
--
vda
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to