[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200709151447.44890.vda.linux@googlemail.com>
Date: Sat, 15 Sep 2007 14:47:44 +0100
From: Denys Vlasenko <vda.linux@...glemail.com>
To: Andreas Schwab <schwab@...e.de>
Cc: Jan Engelhardt <jengelh@...putergmbh.de>,
Sam Ravnborg <sam@...nborg.org>, Takashi Iwai <tiwai@...e.de>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] add consts where appropriate in sound/pci/hda/*
On Saturday 15 September 2007 13:40, Andreas Schwab wrote:
> Denys Vlasenko <vda.linux@...glemail.com> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists