Re: [PATCH] add consts where appropriate in sound/pci/hda/*

From: Denys Vlasenko
Date: Sat Sep 15 2007 - 09:48:03 EST


On Saturday 15 September 2007 13:40, Andreas Schwab wrote:
> Denys Vlasenko <vda.linux@xxxxxxxxxxxxxx> 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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/